Class AutomatonEdge

  • All Implemented Interfaces:
    bio.singa.mathematics.graphs.model.Edge<AutomatonNode>

    public class AutomatonEdge
    extends bio.singa.mathematics.graphs.model.AbstractEdge<AutomatonNode>
    • Field Summary

      • Fields inherited from class bio.singa.mathematics.graphs.model.AbstractEdge

        identifier, source, target
    • 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
      • Methods inherited from interface bio.singa.mathematics.graphs.model.Edge

        getCopy
    • Constructor Detail

      • AutomatonEdge

        public AutomatonEdge​(int identifier)