Class | Description |
---|---|
Predicate |
An atomic predicate is a single test (that cannot be broken into sub-tests)
|
SPTBase |
An optimised implementation for a JAPE single phase transducer.
|
SPTBase.State |
A state for the finite state machine.
|
SPTBase.Transition |
A transition in the state machine.
|
SPTBuilder |
An utility class for converting a default JAPE transducer into a JAPE-Plus transducer.
|
Transducer |
A JAPE-Plus transducer (with a
LanguageAnalyser interface. |
Transducer.SinglePhaseTransducerPDA |
Modified version of SPT that produces a different type of FSM data.
|
Transducer.SPTData |
Class used for storing binary representations of JAPE Plus transducers.
|
Enum | Description |
---|---|
Predicate.PredicateType | |
SPTBase.MatchMode |
Enum for matching modes.
|