public interface RefStateVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RefResState state)
visit method for Visitor-pattern.
|
void |
visit(RefUnResState state)
visit method for Visitor-pattern.
|
void visit(RefResState state)
state - the statevoid visit(RefUnResState state) throws TypeDoesNotExistException, TypeExceptions
state - the stateTypeDoesNotExistException - if a part is not resolvable.TypeExceptions - if a cycle is detected