| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
GraphUpdatedEvent.getGraph() |
| Constructor and Description |
|---|
GraphUpdatedEvent(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
Membrane.initializeNodes(AutomatonGraph automatonGraph) |
| Modifier and Type | Method and Description |
|---|---|
static AutomatonGraph |
AutomatonGraphs.copyStructureToBioGraph(UndirectedGraph undirectedGraph)
Copies the structure (nodes and edges) of an
UndirectedGraph to a AutomatonGraph. |
static AutomatonGraph |
AutomatonGraphs.createRectangularAutomatonGraph(int numberOfColumns,
int numberOfRows) |
| Modifier and Type | Method and Description |
|---|---|
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 void |
AutomatonGraphs.splitRectangularGraphWithMembrane(AutomatonGraph graph,
GridCoordinateConverter converter,
EnclosedCompartment innerSection,
CellSection outerSection) |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeDiffusion.applyTo(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveMembraneTransport.applyTo(AutomatonGraph graph) |
void |
ActiveMembraneTransport.applyTo(AutomatonGraph graph) |
void |
PassiveMembraneTransport.updateGraph(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
Simulation.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
Module.applyTo(AutomatonGraph graph) |
void |
Simulation.setGraph(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBehavior.updateGraph(AutomatonGraph graph) |
default void |
CumulativeUpdateBehavior.updateGraph(AutomatonGraph graph)
Calculates all updates and applies them afterwards.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reactions.applyTo(AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
GraphMLContentHandler.getGraph() |
AutomatonGraph |
GraphMLParserService.parse() |
| Modifier and Type | Method and Description |
|---|---|
static void |
GraphMLExportService.exportGraph(AutomatonGraph graph,
File file)
Exports a Graph to a GraphML file.
|
Copyright © 2017. All rights reserved.