Class WrappedState

  • All Implemented Interfaces:
    typestate.finiteautomata.State

    public class WrappedState
    extends Object
    implements typestate.finiteautomata.State
    • Constructor Detail

      • WrappedState

        public WrappedState​(StateNode delegate)
    • Method Detail

      • isErrorState

        public boolean isErrorState()
        Specified by:
        isErrorState in interface typestate.finiteautomata.State
      • isAccepting

        public boolean isAccepting()
        Specified by:
        isAccepting in interface typestate.finiteautomata.State
      • isInitialState

        public boolean isInitialState()
        Specified by:
        isInitialState in interface typestate.finiteautomata.State
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object