Uses of Class
dev.vality.machinegun.stateproc.ComplexAction
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of ComplexAction in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as ComplexAction Modifier and Type Field Description ComplexActionCallResult. actionИзменения _машины_ComplexActionRepairResult. actionИзменения _машины_ComplexActionSignalResult. actionИзменения _машины_Methods in dev.vality.machinegun.stateproc that return ComplexAction Modifier and Type Method Description ComplexActionComplexAction. deepCopy()ComplexActionCallResult. getAction()Изменения _машины_ComplexActionRepairResult. getAction()Изменения _машины_ComplexActionSignalResult. getAction()Изменения _машины_ComplexActionComplexAction. setRemove(RemoveAction remove)ComplexActionComplexAction. setSetTimer(SetTimerAction set_timer)ComplexActionComplexAction. setTag(TagAction tag)ComplexActionComplexAction. setTimer(TimerAction timer)Methods in dev.vality.machinegun.stateproc with parameters of type ComplexAction Modifier and Type Method Description intComplexAction. compareTo(ComplexAction other)booleanComplexAction. equals(ComplexAction that)CallResultCallResult. setAction(ComplexAction action)Изменения _машины_RepairResultRepairResult. setAction(ComplexAction action)Изменения _машины_SignalResultSignalResult. setAction(ComplexAction action)Изменения _машины_Constructors in dev.vality.machinegun.stateproc with parameters of type ComplexAction Constructor Description CallResult(Value response, MachineStateChange change, ComplexAction action)ComplexAction(ComplexAction other)Performs a deep copy on other.RepairResult(Value response, MachineStateChange change, ComplexAction action)SignalResult(MachineStateChange change, ComplexAction action)