Home >> All >> edu >> iicm >> xpg |
| edu.iicm.xpg.generator.* (2) | | edu.iicm.xpg.statemachine.* (18) | | edu.iicm.xpg.transitions.* (39) |
| edu.iicm.xpg.util.* (2) |
Package Samples:
edu.iicm.xpg.generator
edu.iicm.xpg.statemachine
edu.iicm.xpg.transitions.simple
edu.iicm.xpg.transitions.latex
edu.iicm.xpg.transitions
edu.iicm.xpg.transitions.cvlatex
edu.iicm.xpg.transitions.cvhtml
edu.iicm.xpg.transitions.simpledoc
edu.iicm.xpg.util
Classes:
Factory: This is a simple factory implementation. DFactory consists of a search method for looking up a Class Object within a given SearchPath. The search method returns a new Instance of the requested class. Furthermore there is a method getSearchPath and setSearchPath to get and set the class search path, wich consists of a stringarray of packagenames.
InitInitializeStateMachine: This class implements the Initializer Interface. It registers the States and Transitions for the Statemachine which is used to initialize the Document Statemachine. The States and Transisitions are hardcoded in this class. The Initialized Statemachine is able to process a statemachine config file and initialize the Document Statemachine.
XMLHandler: This class extends the DefaultHandler of the SAX2.0 API. It sends the XMLInputs to the statemachine.
Initializer: Interface for initializing of a statemachine
Generator
DocumentGenerator
Const
DataObject
DuplicateStateException
IllegalInputException
InitParser
Input
Parser
PrimitiveState
PrimitiveStateMachine
State
StateMachine
Transition
XMLElement
XMLInput
TransitionException
ClassLoaderTransition
IgnoreCharsTransition
PrimitiveTransition
RegisterStartStateTransition
Home | Contact Us | Privacy Policy | Terms of Service |