| 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.createRectangularAutomatonGraph(int numberOfColumns,
int numberOfRows) |
static AutomatonGraph |
AutomatonGraphs.useStructureFrom(UndirectedGraph undirectedGraph)
Copies the structure (nodes and edges) of an
UndirectedGraph to a AutomatonGraph. |
| 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 Membrane |
AutomatonGraphs.splitRectangularGraphWithMembrane(AutomatonGraph graph,
GridCoordinateConverter converter,
EnclosedCompartment innerSection,
CellSection outerSection) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonGraph |
Simulation.getGraph()
Returns the simulation graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Simulation.setGraph(AutomatonGraph graph)
Sets the simulation graph and adds all entities referenced in the graph to the chemical entities of the
simulation.
|
| 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.