Package bio.singa.simulation.entities
Class GraphComplexEdge
- java.lang.Object
-
- bio.singa.mathematics.graphs.model.AbstractEdge<GraphComplexNode>
-
- bio.singa.simulation.entities.GraphComplexEdge
-
- All Implemented Interfaces:
bio.singa.mathematics.graphs.model.Edge<GraphComplexNode>
public class GraphComplexEdge extends bio.singa.mathematics.graphs.model.AbstractEdge<GraphComplexNode>
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description GraphComplexEdge(int identifier)GraphComplexEdge(GraphComplexEdge edge, int identifierOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingSitegetConnectedSite()GraphComplexEdgegetCopy()GraphComplexEdgegetCopy(int identifierOffset)voidsetConnectedSite(BindingSite connectedSite)
-
-
-
Constructor Detail
-
GraphComplexEdge
public GraphComplexEdge(int identifier)
-
GraphComplexEdge
public GraphComplexEdge(GraphComplexEdge edge, int identifierOffset)
-
-
Method Detail
-
getCopy
public GraphComplexEdge getCopy()
-
getCopy
public GraphComplexEdge getCopy(int identifierOffset)
-
getConnectedSite
public BindingSite getConnectedSite()
-
setConnectedSite
public void setConnectedSite(BindingSite connectedSite)
-
-