| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
GraphUpdatedEvent.getGraph()
Returns the encapsulated graph.
|
| Constructor and Description |
|---|
GraphUpdatedEvent(AutomatonGraph graph,
javax.measure.Quantity<javax.measure.quantity.Time> elapsedTime)
Creates a new GraphUpdatedEvent.
|
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneTracer.membraneToRegion(Organelle organelle,
AutomatonGraph graph) |
static List<Membrane> |
MembraneTracer.regionsToMembrane(AutomatonGraph graph) |
| Constructor and Description |
|---|
MembraneTracer(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static AutomatonGraph |
AutomatonGraphs.createRectangularAutomatonGraph(int numberOfColumns,
int numberOfRows) |
static AutomatonGraph |
AutomatonGraphs.singularGraph() |
static AutomatonGraph |
AutomatonGraphs.useStructureFrom(GridGraph gridGraph)
Copies the structure (nodes and edges) of an
UndirectedGraph to a AutomatonGraph. |
| Modifier and Type | Method and Description |
|---|---|
static Set<AutomatonNode> |
AutomatonGraphs.circleRegion(AutomatonGraph graph,
CellRegion membraneRegion,
RectangularCoordinate centre,
int radius) |
static void |
AutomatonGraphs.fillRegion(AutomatonGraph graph,
CellRegion innerRegion,
RectangularCoordinate centre,
int radius) |
static Map<String,ChemicalEntity> |
AutomatonGraphs.generateMapOfEntities(AutomatonGraph graph)
Creates and returns a map that contains all chemical entities that are present in the given graph as values and
with the name of the entity as key.
|
static CellRegion |
AutomatonGraphs.splitRectangularGraphWithMembrane(AutomatonGraph graph,
CellSubsection innerSection,
CellSubsection outerSection,
boolean switchSides) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
Simulation.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
Simulation.setGraph(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonGraphRenderer.render(AutomatonGraph graph) |
void |
AutomatonGraphRenderer.rescaleColors(AutomatonGraph graph) |
| Constructor and Description |
|---|
AutomatonGraphRenderer(AutomatonGraph graph) |
Copyright © 2018. All rights reserved.