public class AutomatonCompletelyStructuredSchemaRepresentation extends Automaton
Constructor and Description |
---|
AutomatonCompletelyStructuredSchemaRepresentation() |
Modifier and Type | Method and Description |
---|---|
State |
changeState(State currentState,
java.lang.String tagName) |
State |
inform(State currentState,
java.lang.String constraintViolation) |
State |
startAutomaton() |
resetState
public AutomatonCompletelyStructuredSchemaRepresentation()
public State startAutomaton()
startAutomaton
in class Automaton
public State changeState(State currentState, java.lang.String tagName)
changeState
in class Automaton