Class AutomatonEdge
- java.lang.Object
-
- bio.singa.mathematics.graphs.model.AbstractEdge<AutomatonNode>
-
- bio.singa.simulation.model.graphs.AutomatonEdge
-
- All Implemented Interfaces:
bio.singa.mathematics.graphs.model.Edge<AutomatonNode>
public class AutomatonEdge extends bio.singa.mathematics.graphs.model.AbstractEdge<AutomatonNode>
-
-
Constructor Summary
Constructors Constructor Description AutomatonEdge(int identifier)
-
Method Summary
-
Methods inherited from class bio.singa.mathematics.graphs.model.AbstractEdge
containsNode, equals, getIdentifier, getSource, getTarget, hashCode, setIdentifier, setSource, setTarget, toString
-
-