Class DefaultConditionalAction

  • All Implemented Interfaces:
    ConditionalAction

    public class DefaultConditionalAction
    extends java.lang.Object
    implements ConditionalAction
    The consequent of the antecedent of the conditional proposition. The data for the action to be taken when a Conditional calculates to True

    This is in the implementations package because of a Swing dependence via the times. Java 1.5 or Java 1.6 might make it possible to break that, which will simplify things.