com.yobotics.simulationconstructionset.util.globalParameters
Class MultiplicativeDoubleGlobalParameter

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.globalParameters.GlobalParameter
      extended by com.yobotics.simulationconstructionset.util.globalParameters.DoubleGlobalParameter
          extended by com.yobotics.simulationconstructionset.util.globalParameters.MultiplicativeDoubleGlobalParameter

public class MultiplicativeDoubleGlobalParameter
extends DoubleGlobalParameter


Constructor Summary
MultiplicativeDoubleGlobalParameter(java.lang.String name, java.lang.String description, DoubleGlobalParameter[] globalParametersToMultiply, GlobalParameterChangedListener listener)
           
 
Method Summary
 void update(java.lang.String comment)
           
 
Methods inherited from class com.yobotics.simulationconstructionset.util.globalParameters.DoubleGlobalParameter
getValue, getValueInStringFormat, set, set, setOnlyIfChange, setOnlyIfChange
 
Methods inherited from class com.yobotics.simulationconstructionset.util.globalParameters.GlobalParameter
addVarListToSimulationConstructionSet, getAllParametersYoVariableRegistry, getMaximumNumberOfCharactersInValue, getName, getShortName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplicativeDoubleGlobalParameter

public MultiplicativeDoubleGlobalParameter(java.lang.String name,
                                           java.lang.String description,
                                           DoubleGlobalParameter[] globalParametersToMultiply,
                                           GlobalParameterChangedListener listener)
Method Detail

update

public void update(java.lang.String comment)