Class ReactionGraphEdge

  • All Implemented Interfaces:
    bio.singa.mathematics.graphs.model.Edge<ReactionGraphNode>, bio.singa.mathematics.graphs.model.Weighted<Double>

    public class ReactionGraphEdge
    extends bio.singa.mathematics.graphs.model.DirectedWeightedEdge<ReactionGraphNode>
    Author:
    cl
    • Field Summary

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

        identifier, source, target
    • Method Summary

      • Methods inherited from class bio.singa.mathematics.graphs.model.DirectedWeightedEdge

        getWeight, setWeight
      • 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

      • ReactionGraphEdge

        public ReactionGraphEdge​(int identifier)
      • ReactionGraphEdge

        public ReactionGraphEdge​(int identifier,
                                 double weight)