| Constructor and Description |
|---|
AutomatonGraph() |
AutomatonGraph(int nodeCapacity,
int edgeCapacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
addEdgeBetween(BioNode source,
BioNode target) |
int |
addEdgeBetween(int identifier,
BioNode source,
BioNode target) |
void |
addNodesToCompartment(EnclosedCompartment enclosedCompartment,
Rectangle rectangle) |
void |
addSection(CellSection cellSection) |
CellSection |
getSection(String identifier) |
Set<CellSection> |
getSections() |
javax.measure.Quantity<MolarConcentration> |
getSteepestDifference(ChemicalEntity entity) |
void |
initializeSpeciesWithConcentration(ChemicalEntity entity,
double concentration) |
void |
initializeSpeciesWithConcentration(ChemicalEntity entity,
javax.measure.Quantity<MolarConcentration> concentration) |
Integer |
nextNodeIdentifier() |
addEdgeBetween, addNode, containsEdge, containsNode, getEdge, getEdges, getMaximumDegree, getNode, getNodes, nextEdgeIdentifier, removeNode, removeNode, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCopy, getEdgeBetweenpublic AutomatonGraph()
public AutomatonGraph(int nodeCapacity,
int edgeCapacity)
public int addEdgeBetween(int identifier,
BioNode source,
BioNode target)
addEdgeBetween in interface Graph<BioNode,BioEdge,Integer>addEdgeBetween in class AbstractGraph<BioNode,BioEdge,Vector2D,Integer>public int addEdgeBetween(BioNode source, BioNode target)
addEdgeBetween in interface Graph<BioNode,BioEdge,Integer>addEdgeBetween in class AbstractGraph<BioNode,BioEdge,Vector2D,Integer>public Integer nextNodeIdentifier()
public void initializeSpeciesWithConcentration(ChemicalEntity entity, double concentration)
public void initializeSpeciesWithConcentration(ChemicalEntity entity, javax.measure.Quantity<MolarConcentration> concentration)
public javax.measure.Quantity<MolarConcentration> getSteepestDifference(ChemicalEntity entity)
public Set<CellSection> getSections()
public CellSection getSection(String identifier)
public void addSection(CellSection cellSection)
public void addNodesToCompartment(EnclosedCompartment enclosedCompartment, Rectangle rectangle)
Copyright © 2017. All rights reserved.