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
FieldsFields inherited from interface repast.simphony.parameter.Parameters
NULL -
Constructor Summary
Constructors -
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, waitMethods 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:ParametersMethod to clone a Parameter object.- Specified by:
clonein interfaceParameters- Overrides:
clonein classObject- Returns:
- a Parameter clone.
-