| Modifier and Type | Method and Description |
|---|---|
void |
EpochUpdateWriter.addNodeToObserve(AutomatonNode node)
Initializes a node that will be observed during simulation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AutomatonNode> |
LineLikeAgent.getAssociatedNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
LineLikeAgent.setAssociatedNodes(Set<AutomatonNode> associatedNodes) |
| Modifier and Type | Method and Description |
|---|---|
Map<AutomatonNode,Double> |
Vesicle.getAssociatedNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vesicle.addAssociatedNode(AutomatonNode node,
double relativeArea) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonNode |
MembraneSegment.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
Membrane.addSegment(AutomatonNode node,
LineSegment segment) |
| Constructor and Description |
|---|
MembraneSegment(AutomatonNode node,
LineSegment segment) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonNode |
AutomatonNode.getCopy() |
| Modifier and Type | Method and Description |
|---|---|
static Set<AutomatonNode> |
AutomatonGraphs.circleRegion(AutomatonGraph graph,
CellRegion membraneRegion,
RectangularCoordinate centre,
int radius) |
| Modifier and Type | Method and Description |
|---|---|
int |
AutomatonGraph.addEdgeBetween(AutomatonNode source,
AutomatonNode target) |
int |
AutomatonGraph.addEdgeBetween(int identifier,
AutomatonNode source,
AutomatonNode target) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonNode |
ClathrinMediatedEndocytosis.Pit.getAssociatedNode() |
| Constructor and Description |
|---|
Pit(javax.measure.Quantity<javax.measure.quantity.Time> checkpointTime,
Vector2D spawnSite,
javax.measure.Quantity<javax.measure.quantity.Length> spawnRadius,
tec.uom.se.ComparableQuantity<MolarConcentration> cargoConcentration,
AutomatonNode associatedNode,
ConcentrationDelta additionDelta) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentRule.applyRule(AutomatonNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutomatonGraphRenderer.drawNode(AutomatonNode node) |
| Modifier and Type | Method and Description |
|---|---|
static TrajectoryData |
TrajectoryData.of(Collection<AutomatonNode> updatables,
javax.measure.Unit<MolarConcentration> concentrationUnit) |
Copyright © 2019. All rights reserved.