Class ReactionGraphNode
- java.lang.Object
-
- bio.singa.mathematics.graphs.model.AbstractNode<ReactionGraphNode,bio.singa.mathematics.vectors.Vector2D,Integer>
-
- bio.singa.simulation.export.reactiongraph.ReactionGraphNode
-
- All Implemented Interfaces:
bio.singa.mathematics.graphs.model.Node<ReactionGraphNode,bio.singa.mathematics.vectors.Vector2D,Integer>
public class ReactionGraphNode extends bio.singa.mathematics.graphs.model.AbstractNode<ReactionGraphNode,bio.singa.mathematics.vectors.Vector2D,Integer>
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description ReactionGraphNode(Integer identifier)ReactionGraphNode(Integer identifier, ChemicalEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReactionGraphNodegetCopy()ChemicalEntitygetEntity()voidsetEntity(ChemicalEntity entity)
-
-
-
Constructor Detail
-
ReactionGraphNode
public ReactionGraphNode(Integer identifier)
-
ReactionGraphNode
public ReactionGraphNode(Integer identifier, ChemicalEntity entity)
-
-
Method Detail
-
getEntity
public ChemicalEntity getEntity()
-
setEntity
public void setEntity(ChemicalEntity entity)
-
getCopy
public ReactionGraphNode getCopy()
-
-