public class ReactionGraphNode extends bio.singa.mathematics.graphs.model.AbstractNode<ReactionGraphNode,bio.singa.mathematics.vectors.Vector2D,Integer>
| Constructor and Description |
|---|
ReactionGraphNode(Integer identifier) |
ReactionGraphNode(Integer identifier,
ChemicalEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
ReactionGraphNode |
getCopy() |
ChemicalEntity |
getEntity() |
void |
setEntity(ChemicalEntity entity) |
public ReactionGraphNode(Integer identifier)
public ReactionGraphNode(Integer identifier, ChemicalEntity entity)
public ChemicalEntity getEntity()
public void setEntity(ChemicalEntity entity)
public ReactionGraphNode getCopy()
Copyright © 2019. All rights reserved.