|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EnumYoVariable in com.yobotics.simulationconstructionset |
---|
Methods in com.yobotics.simulationconstructionset that return EnumYoVariable | ||
---|---|---|
static
|
EnumYoVariable.create(java.lang.String name,
java.lang.Class<T> enumType,
YoVariableRegistry registry)
shortcut construction method; infers the type parameter from the declared type |
|
static
|
EnumYoVariable.create(java.lang.String name,
java.lang.String description,
java.lang.Class<T> enumType,
YoVariableRegistry registry,
boolean allowNullValue)
shortcut construction method; infers the type parameter from the declared type |
Uses of EnumYoVariable in com.yobotics.simulationconstructionset.scripts |
---|
Methods in com.yobotics.simulationconstructionset.scripts with parameters of type EnumYoVariable | |
---|---|
void |
TimeScriptEntry.addVarValue(EnumYoVariable variable,
java.lang.Enum value)
|
Uses of EnumYoVariable in com.yobotics.simulationconstructionset.util.inputdevices |
---|
Methods in com.yobotics.simulationconstructionset.util.inputdevices with parameters of type EnumYoVariable | |
---|---|
void |
MidiSliderBoard.setSliderEnum(int channel,
EnumYoVariable<?> var)
|
Uses of EnumYoVariable in com.yobotics.simulationconstructionset.util.statemachines |
---|
Methods in com.yobotics.simulationconstructionset.util.statemachines that return EnumYoVariable | |
---|---|
EnumYoVariable<E> |
StateMachine.getStateYoVariable()
|
Methods in com.yobotics.simulationconstructionset.util.statemachines with parameters of type EnumYoVariable | ||
---|---|---|
static
|
StateMachineTools.addRequestedStateTransition(EnumYoVariable<T> requestedState,
boolean waitUntilDone,
java.util.List<? extends StateTransitionAction> stateTransitionActions,
State<T> initialState,
State<T>... statePath)
|
|
static
|
StateMachineTools.addRequestedStateTransition(EnumYoVariable<T> requestedState,
boolean waitUntilDone,
State<T> initialState,
State<T>... statePath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |