Class ReactionGraphEdge
- java.lang.Object
-
- bio.singa.mathematics.graphs.model.AbstractEdge<NodeType>
-
- bio.singa.mathematics.graphs.model.DirectedWeightedEdge<ReactionGraphNode>
-
- bio.singa.simulation.export.reactiongraph.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
-
-
Constructor Summary
Constructors Constructor Description ReactionGraphEdge(int identifier)ReactionGraphEdge(int identifier, double weight)
-
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
-
-