Uses of Class
VASSAL.command.ConditionalCommand.Condition
| Package | Description |
|---|---|
| VASSAL.command |
Provides classes that implement the "Command" design pattern.
|
-
Uses of ConditionalCommand.Condition in VASSAL.command
Subclasses of ConditionalCommand.Condition in VASSAL.command Modifier and Type Class Description static classConditionalCommand.Eqstatic classConditionalCommand.Gtstatic classConditionalCommand.Ltstatic classConditionalCommand.NotMethods in VASSAL.command that return ConditionalCommand.Condition Modifier and Type Method Description ConditionalCommand.Condition[]ConditionalCommand. getConditions()ConditionalCommand.ConditionConditionalCommand.Not. getSubCondition()Constructors in VASSAL.command with parameters of type ConditionalCommand.Condition Constructor Description ConditionalCommand(ConditionalCommand.Condition[] conditions, Command delegate)Not(ConditionalCommand.Condition sub)