| 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 |
|---|---|
AutomatonGraph |
LineLikeAgent.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineLikeAgentTemplate.associateInGraph(AutomatonGraph graph) |
void |
LineLikeAgent.associateInGraph(AutomatonGraph graph) |
void |
LineLikeAgent.setGraph(AutomatonGraph graph) |
| Constructor and Description |
|---|
LineLikeAgent(String type,
bio.singa.mathematics.vectors.Vector2D initialPosition,
bio.singa.mathematics.vectors.Vector2D initialDirection,
AutomatonGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
MembraneFactory.createClosedMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions) |
static Membrane |
MembraneFactory.createLinearMembrane(Collection<bio.singa.mathematics.vectors.Vector2D> vectors,
CellRegion innerRegion,
CellRegion membraneRegion,
bio.singa.mathematics.topology.grids.rectangular.NeumannRectangularDirection innerDirection,
AutomatonGraph graph,
Map<bio.singa.mathematics.vectors.Vector2D,CellRegion> regions,
bio.singa.mathematics.geometry.faces.Rectangle globalClipper) |
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.singularGraph(CellRegion region) |
static AutomatonGraph |
AutomatonGraphs.useStructureFrom(bio.singa.mathematics.graphs.grid.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,
bio.singa.mathematics.topology.grids.rectangular.RectangularCoordinate centre,
int radius) |
static void |
AutomatonGraphs.fillRegion(AutomatonGraph graph,
CellRegion innerRegion,
bio.singa.mathematics.topology.grids.rectangular.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) |
Copyright © 2019. All rights reserved.