Uses of Class
com.yobotics.simulationconstructionset.util.globalParameters.BooleanGlobalParameter

Packages that use BooleanGlobalParameter
com.yobotics.simulationconstructionset.util.globalParameters   
 

Uses of BooleanGlobalParameter in com.yobotics.simulationconstructionset.util.globalParameters
 

Subclasses of BooleanGlobalParameter in com.yobotics.simulationconstructionset.util.globalParameters
 class AndBooleanGlobalParameter
           
 class OrBooleanGlobalParameter
           
 

Constructors in com.yobotics.simulationconstructionset.util.globalParameters with parameters of type BooleanGlobalParameter
AndBooleanGlobalParameter(java.lang.String name, java.lang.String description, BooleanGlobalParameter[] booleanGlobalParametersToAnd, GlobalParameterChangedListener listener)
           
OrBooleanGlobalParameter(java.lang.String name, java.lang.String description, BooleanGlobalParameter[] booleanGlobalParametersToOr, GlobalParameterChangedListener listener)