Class CVSeqTransition

java.lang.Object
ca.phon.fsa.FSATransition<CVSeqType>
ca.phon.cvseq.fsa.CVSeqTransition

public class CVSeqTransition extends FSATransition<CVSeqType>
  • Constructor Details

    • CVSeqTransition

      public CVSeqTransition(CVSeqType matcher)
  • Method Details

    • getMatcherType

      public CVSeqType getMatcherType()
      Returns:
      the matcherType
    • setMatcherType

      public void setMatcherType(CVSeqType matcherType)
      Parameters:
      matcherType - the matcherType to set
    • follow

      public boolean follow(FSAState<CVSeqType> currentState)
      Description copied from class: FSATransition
      Determines if the fsa will follow the transition given the current running state.
      Specified by:
      follow in class FSATransition<CVSeqType>
      Parameters:
      currentState - the current machine state
      Returns:
      true if this transition can be followed given the current state, false otherwise