Uses of Class
dev.vality.machinegun.stateproc.RemoveAction
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of RemoveAction in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as RemoveAction Modifier and Type Field Description RemoveActionComplexAction. removeMethods in dev.vality.machinegun.stateproc that return RemoveAction Modifier and Type Method Description RemoveActionRemoveAction. deepCopy()RemoveActionComplexAction. getRemove()Methods in dev.vality.machinegun.stateproc with parameters of type RemoveAction Modifier and Type Method Description intRemoveAction. compareTo(RemoveAction other)booleanRemoveAction. equals(RemoveAction that)ComplexActionComplexAction. setRemove(RemoveAction remove)Constructors in dev.vality.machinegun.stateproc with parameters of type RemoveAction Constructor Description RemoveAction(RemoveAction other)Performs a deep copy on other.