Uses of Class
bio.singa.simulation.model.graphs.AutomatonNode
-
-
Uses of AutomatonNode in bio.singa.simulation.model.agents.linelike
Methods in bio.singa.simulation.model.agents.linelike that return types with arguments of type AutomatonNode Modifier and Type Method Description Set<AutomatonNode>LineLikeAgent. getAssociatedNodes()Method parameters in bio.singa.simulation.model.agents.linelike with type arguments of type AutomatonNode Modifier and Type Method Description voidLineLikeAgent. setAssociatedNodes(Set<AutomatonNode> associatedNodes) -
Uses of AutomatonNode in bio.singa.simulation.model.agents.pointlike
Methods in bio.singa.simulation.model.agents.pointlike that return types with arguments of type AutomatonNode Modifier and Type Method Description Map<AutomatonNode,Double>Vesicle. getAssociatedNodes()Methods in bio.singa.simulation.model.agents.pointlike with parameters of type AutomatonNode Modifier and Type Method Description voidVesicle. addAssociatedNode(AutomatonNode node, double relativeArea) -
Uses of AutomatonNode in bio.singa.simulation.model.agents.surfacelike
Methods in bio.singa.simulation.model.agents.surfacelike that return AutomatonNode Modifier and Type Method Description AutomatonNodeMembraneSegment. getNode()Methods in bio.singa.simulation.model.agents.surfacelike with parameters of type AutomatonNode Modifier and Type Method Description voidMembrane. addSegment(AutomatonNode node, bio.singa.mathematics.geometry.edges.LineSegment segment)Constructors in bio.singa.simulation.model.agents.surfacelike with parameters of type AutomatonNode Constructor Description MembraneSegment(AutomatonNode node, bio.singa.mathematics.geometry.edges.LineSegment segment) -
Uses of AutomatonNode in bio.singa.simulation.model.graphs
Methods in bio.singa.simulation.model.graphs that return AutomatonNode Modifier and Type Method Description AutomatonNodeAutomatonNode. getCopy()AutomatonNodeAutomatonNode.AreaMapping. getOther(AutomatonNode currentNode)AutomatonNodeAutomatonNode.AreaMapping. getSource()AutomatonNodeAutomatonNode.AreaMapping. getTarget()Methods in bio.singa.simulation.model.graphs that return types with arguments of type AutomatonNode Modifier and Type Method Description static Set<AutomatonNode>AutomatonGraphs. circleRegion(AutomatonGraph graph, CellRegion membraneRegion, bio.singa.mathematics.topology.grids.rectangular.RectangularCoordinate centre, int radius)Methods in bio.singa.simulation.model.graphs with parameters of type AutomatonNode Modifier and Type Method Description intAutomatonGraph. addEdgeBetween(int identifier, AutomatonNode source, AutomatonNode target)intAutomatonGraph. addEdgeBetween(AutomatonNode source, AutomatonNode target)AutomatonNodeAutomatonNode.AreaMapping. getOther(AutomatonNode currentNode)static voidNeighborhoodMappingManager. initializeDiffusiveReduction(AutomatonNode node, bio.singa.mathematics.geometry.model.Polygon area, Ratio reductionRatio)Constructors in bio.singa.simulation.model.graphs with parameters of type AutomatonNode Constructor Description AreaMapping(AutomatonNode source, AutomatonNode target, CellSubsection subsection, double relativeArea) -
Uses of AutomatonNode in bio.singa.simulation.model.modules.concentration.imlementations.reactions
Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions that return AutomatonNode Modifier and Type Method Description AutomatonNodeReactionEvent. getCurrentNode()Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions with parameters of type AutomatonNode Modifier and Type Method Description voidReactionEvent. setCurrentNode(AutomatonNode currentNode) -
Uses of AutomatonNode in bio.singa.simulation.model.modules.qualitative.implementations
Methods in bio.singa.simulation.model.modules.qualitative.implementations that return AutomatonNode Modifier and Type Method Description AutomatonNodeEndocytoticPit. getAssociatedNode()Constructors in bio.singa.simulation.model.modules.qualitative.implementations with parameters of type AutomatonNode Constructor Description EndocytoticPit(AutomatonNode associatedNode) -
Uses of AutomatonNode in bio.singa.simulation.model.rules
Methods in bio.singa.simulation.model.rules with parameters of type AutomatonNode Modifier and Type Method Description voidAssignmentRule. applyRule(AutomatonNode node)
-