Package | Description |
---|---|
org.ow2.choreos.parsingAutomaton | |
org.ow2.choreos.parsingAutomaton.completelyStructuredSchemaRepresentation |
Modifier and Type | Method and Description |
---|---|
abstract State |
Automaton.changeState(State currentState,
java.lang.String currentTag) |
State |
Transition.getTarget() |
abstract State |
Automaton.inform(State currentState,
java.lang.String constraintViolation) |
State |
Automaton.resetState(State previous,
State current) |
abstract State |
Automaton.startAutomaton() |
Modifier and Type | Method and Description |
---|---|
abstract State |
Automaton.changeState(State currentState,
java.lang.String currentTag) |
abstract State |
Automaton.inform(State currentState,
java.lang.String constraintViolation) |
State |
Automaton.resetState(State previous,
State current) |
Constructor and Description |
---|
Transition(State source,
InputSymbol symbol,
State target) |
Modifier and Type | Method and Description |
---|---|
State |
AutomatonCompletelyStructuredSchemaRepresentation.changeState(State currentState,
java.lang.String tagName) |
State |
AutomatonCompletelyStructuredSchemaRepresentation.inform(State currentState,
java.lang.String constraintViolation) |
State |
AutomatonCompletelyStructuredSchemaRepresentation.startAutomaton() |
Modifier and Type | Method and Description |
---|---|
State |
AutomatonCompletelyStructuredSchemaRepresentation.changeState(State currentState,
java.lang.String tagName) |
State |
AutomatonCompletelyStructuredSchemaRepresentation.inform(State currentState,
java.lang.String constraintViolation) |