Package repast.simphony.parameter
Class AbstractParameters
java.lang.Object
repast.simphony.parameter.AbstractParameters
- All Implemented Interfaces:
Cloneable
,Parameters
Abstract implementation of Parameters.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Field Summary
Fields inherited from interface repast.simphony.parameter.Parameters
NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Method to clone a Parameter object.Gets the context id for the context that these parameters for.Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface repast.simphony.parameter.Parameters
addPropertyChangeListener, getBoolean, getDisplayName, getDouble, getFloat, getInteger, getLong, getSchema, getString, getValue, getValueAsString, isReadOnly, removePropertyChangeListener, setValue
-
Field Details
-
contextID
-
-
Constructor Details
-
AbstractParameters
-
-
Method Details
-
getContextID
Gets the context id for the context that these parameters for.- Returns:
- the context id for the context that these parameters for.
-
clone
Description copied from interface:Parameters
Method to clone a Parameter object.- Specified by:
clone
in interfaceParameters
- Overrides:
clone
in classObject
- Returns:
- a Parameter clone.
-