com.yobotics.simulationconstructionset.util.globalParameters
Class GlobalParameter

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.globalParameters.GlobalParameter
Direct Known Subclasses:
BooleanGlobalParameter, DoubleGlobalParameter, EnumGlobalParameter, IntGlobalParameter

public abstract class GlobalParameter
extends java.lang.Object


Constructor Summary
GlobalParameter(GlobalParameter[] parents, GlobalParameterChangedListener listener)
           
GlobalParameter(GlobalParameterChangedListener listener)
           
 
Method Summary
static void addVarListToSimulationConstructionSet(SimulationConstructionSet scs)
           
static YoVariableRegistry getAllParametersYoVariableRegistry()
           
 int getMaximumNumberOfCharactersInValue()
           
 java.lang.String getName()
           
 java.lang.String getShortName()
           
abstract  java.lang.String getValueInStringFormat()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalParameter

public GlobalParameter(GlobalParameter[] parents,
                       GlobalParameterChangedListener listener)

GlobalParameter

public GlobalParameter(GlobalParameterChangedListener listener)
Method Detail

getAllParametersYoVariableRegistry

public static YoVariableRegistry getAllParametersYoVariableRegistry()

addVarListToSimulationConstructionSet

public static void addVarListToSimulationConstructionSet(SimulationConstructionSet scs)

getValueInStringFormat

public abstract java.lang.String getValueInStringFormat()

getName

public java.lang.String getName()

getShortName

public java.lang.String getShortName()

getMaximumNumberOfCharactersInValue

public int getMaximumNumberOfCharactersInValue()