- java.lang.Object
-
- de.learnlib.filter.reuse.tree.ReuseEdge<S,I,O>
-
- Type Parameters:
S
- system state classI
- input symbol classO
- output symbol class
public class ReuseEdge<S,I,O> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I
getInput()
The respective input on this edge.O
getOutput()
The respective output on this edge.ReuseNode<S,I,O>
getSource()
The source node from this edge.ReuseNode<S,I,O>
getTarget()
The target node from this edge.String
toString()
-