Class SimpleDotState

All Implemented Interfaces:
Serializable, Annotatable, DotState, State, AtomicSymbol, BasisSymbol, Symbol, Changeable

A Dot state that you can make and use.

Dot states emit no sequence. They are there purely to make the wireing of the model look neater, and to cut down the number of combinatorial transitions that can so easily swamp models.

Author:
Matthew Pocock, Thomas Down
See Also:
  • Constructor Details

    • SimpleDotState

      public SimpleDotState(char token, String name, Annotation annotation)
      Deprecated.
      token is ignored since 1.2. Use the 2-arg constructor instead.
      Construct a new state with the specified name and annotation. The token parameter is ignored but included for compatibility.
    • SimpleDotState

      public SimpleDotState(String name, Annotation annotation)
      Construct a new state with the specified name and annotation
    • SimpleDotState

      public SimpleDotState(String name)