|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.util.globalParameters.GlobalParameter
com.yobotics.simulationconstructionset.util.globalParameters.BooleanGlobalParameter
com.yobotics.simulationconstructionset.util.globalParameters.OrBooleanGlobalParameter
public class OrBooleanGlobalParameter
Constructor Summary | |
---|---|
OrBooleanGlobalParameter(java.lang.String name,
java.lang.String description,
BooleanGlobalParameter[] booleanGlobalParametersToOr,
GlobalParameterChangedListener listener)
|
Method Summary | |
---|---|
void |
update(java.lang.String comment)
|
Methods inherited from class com.yobotics.simulationconstructionset.util.globalParameters.BooleanGlobalParameter |
---|
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 |
---|
public OrBooleanGlobalParameter(java.lang.String name, java.lang.String description, BooleanGlobalParameter[] booleanGlobalParametersToOr, GlobalParameterChangedListener listener)
Method Detail |
---|
public void update(java.lang.String comment)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |