net.sourceforge.groboutils.mbtf.v1.engine |
net.sourceforge.groboutils.mbtf.v1.engine
|
Java Source File Name | Type | Comment |
BreadthPathGenerator.java | Class | Implements breadth-first path generation. |
BreadthPathGeneratorUTest.java | Class | Tests the BreadthPathGenerator class. |
ErrorImpl.java | Class | Immutible IError implementation. |
ErrorImplJDK13UTest.java | Class | Tests the ErrorImpl class. |
ErrorsImpl.java | Class | Default implementation of IErrors. |
ErrorsImplJDK13UTest.java | Class | Tests the ErrorsImpl class. |
PathHistoryImpl.java | Class | Records the states and transition history during a path traversal.
The instance can be cloned for the cases of errors and warnings needing to
store the path history when they occured. |
PathHistoryImplUTest.java | Class | Tests the PathHistoryImpl class. |
PathImpl.java | Class | |
PathImplUTest.java | Class | Tests the PathImpl class. |
PathIteratorImpl.java | Class | An iterator to allow the tracing of the transitions through a state machine. |
PathIteratorImplUTest.java | Class | Tests the PathIteratorImpl class. |
PathParserImpl.java | Class | Knows how to parse an IPath instance, and correctly follow the transitions
and record errors. |
PathParserImplUTest.java | Class | Tests the PathParserImpl class. |
StateImpl.java | Class | Immutable IState implementation. |
StateImplUTest.java | Class | Tests the StateImpl class. |
TransitionImpl.java | Class | Nearly-Immutable implementation of ITransition. |
TransitionImplUTest.java | Class | Tests the TransitionImpl class. |