Package repast.simphony.parameter.xml
Class AbstractParameterSetterCreator
java.lang.Object
repast.simphony.parameter.xml.AbstractParameterSetterCreator
- All Implemented Interfaces:
ParameterSetterCreator
- Direct Known Subclasses:
AbstractNumberSetterCreator,ConstantBooleanSetterCreator,ConstantObjectSetterCreator,ConstantStringSetterCreator,ListSetterCreator,ObjectListSetterCreator
public abstract class AbstractParameterSetterCreator
extends Object
implements ParameterSetterCreator
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected classprotected static interface -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface repast.simphony.parameter.xml.ParameterSetterCreator
addParameter, createSetter
-
Field Details
-
attributes
-
name
-
-
Constructor Details
-
AbstractParameterSetterCreator
public AbstractParameterSetterCreator()
-
-
Method Details
-
init
Initializes this ParameterSetterCreator with the specified attributes. Any following calls to addParameter or createSetter will use this attributes.- Specified by:
initin interfaceParameterSetterCreator- Parameters:
attributes-- Throws:
ParameterFormatException
-
init
Initializes this ParameterSetterCreator with the specified attributes. Any following calls to addParameter or createSetter will use this attributes.- Parameters:
attributes-- Throws:
ParameterFormatException
-