Class AgentCloner
java.lang.Object
repast.simphony.visualization.editor.AgentCloner
Deprecated.
2D piccolo based code is being removed
Clones one object into another using introspection and bean properties.
- Author:
- Nick Collier
- 
Constructor SummaryConstructorsConstructorDescriptionAgentCloner(Object agent) Deprecated.Creates an AgentCloner that will clone the specified object.
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Clone the object passed in the constructor.
- 
Constructor Details- 
AgentClonerDeprecated.Creates an AgentCloner that will clone the specified object.- Parameters:
- agent- the agent to clone
 
 
- 
- 
Method Details- 
createClonepublic Object createClone() throws IntrospectionException, IllegalAccessException, InstantiationException, InvocationTargetExceptionDeprecated.Clone the object passed in the constructor.- Returns:
- the clone.
- Throws:
- IntrospectionException
- IllegalAccessException
- InstantiationException
- InvocationTargetException
 
 
-