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
Modifier and TypeClassDescriptionprotected class
protected class
protected static interface
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
init
in 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
-