Class AbstractParameters

java.lang.Object
repast.simphony.parameter.AbstractParameters
All Implemented Interfaces:
Cloneable, Parameters

public abstract class AbstractParameters extends Object implements Parameters
Abstract implementation of Parameters.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Field Details

    • contextID

      protected Object contextID
  • Constructor Details

    • AbstractParameters

      protected AbstractParameters(Object contextID)
  • Method Details

    • getContextID

      public Object getContextID()
      Gets the context id for the context that these parameters for.
      Returns:
      the context id for the context that these parameters for.
    • clone

      public Parameters clone()
      Description copied from interface: Parameters
      Method to clone a Parameter object.
      Specified by:
      clone in interface Parameters
      Overrides:
      clone in class Object
      Returns:
      a Parameter clone.