Package owl.automaton
Interface Automaton.HybridVisitor<S>
-
- All Superinterfaces:
Automaton.EdgeVisitor<S>
,Automaton.LabelledEdgeVisitor<S>
,Automaton.Visitor<S>
- Enclosing interface:
- Automaton<S,A extends OmegaAcceptance>
public static interface Automaton.HybridVisitor<S> extends Automaton.EdgeVisitor<S>, Automaton.LabelledEdgeVisitor<S>
-
-
Method Summary
-
Methods inherited from interface owl.automaton.Automaton.EdgeVisitor
visitEdge
-
Methods inherited from interface owl.automaton.Automaton.LabelledEdgeVisitor
visitLabelledEdge
-
Methods inherited from interface owl.automaton.Automaton.Visitor
enter, exit
-
-