Class AgentDescriptor
java.lang.Object
repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
- All Implemented Interfaces:
Descriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String name, Object value) getName()
Retrieves the name of the descriptor.void
setAgentClass
(Class agentClass) void
Sets the name of the descriptor.void
setProperties
(Map<String, Object> properties)
-
Constructor Details
-
AgentDescriptor
-
-
Method Details
-
getAgentClass
-
setAgentClass
-
getName
Description copied from interface:Descriptor
Retrieves the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.- Specified by:
getName
in interfaceDescriptor
- Returns:
- the name of this descriptor
-
setName
Description copied from interface:Descriptor
Sets the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.- Specified by:
setName
in interfaceDescriptor
- Parameters:
name
- the name of this descriptor
-
getProperties
-
setProperties
-
addProperty
-