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 Summary
ConstructorDescriptionAgentCloner
(Object agent) Deprecated.Creates an AgentCloner that will clone the specified object. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Clone the object passed in the constructor.
-
Constructor Details
-
AgentCloner
Deprecated.Creates an AgentCloner that will clone the specified object.- Parameters:
agent
- the agent to clone
-
-
Method Details
-
createClone
public Object createClone() throws IntrospectionException, IllegalAccessException, InstantiationException, InvocationTargetExceptionDeprecated.Clone the object passed in the constructor.- Returns:
- the clone.
- Throws:
IntrospectionException
IllegalAccessException
InstantiationException
InvocationTargetException
-