Uses of Class
bio.singa.simulation.model.graphs.AutomatonGraph
-
-
Uses of AutomatonGraph in bio.singa.simulation.events
Methods in bio.singa.simulation.events that return AutomatonGraph Modifier and Type Method Description AutomatonGraphGraphUpdatedEvent. getGraph()Returns the encapsulated graph.Constructors in bio.singa.simulation.events with parameters of type AutomatonGraph Constructor Description GraphUpdatedEvent(AutomatonGraph graph, javax.measure.Quantity<javax.measure.quantity.Time> elapsedTime)Creates a new GraphUpdatedEvent. -
Uses of AutomatonGraph in bio.singa.simulation.model.agents.linelike
Methods in bio.singa.simulation.model.agents.linelike that return AutomatonGraph Modifier and Type Method Description AutomatonGraphLineLikeAgent. getGraph()Methods in bio.singa.simulation.model.agents.linelike with parameters of type AutomatonGraph Modifier and Type Method Description voidLineLikeAgent. associateInGraph(AutomatonGraph graph)voidLineLikeAgentTemplate. associateInGraph(AutomatonGraph graph)voidLineLikeAgent. setGraph(AutomatonGraph graph)Constructors in bio.singa.simulation.model.agents.linelike with parameters of type AutomatonGraph Constructor Description LineLikeAgent(String type, bio.singa.mathematics.vectors.Vector2D initialPosition, bio.singa.mathematics.vectors.Vector2D initialDirection, AutomatonGraph graph) -
Uses of AutomatonGraph in bio.singa.simulation.model.agents.surfacelike
Methods in bio.singa.simulation.model.agents.surfacelike that return AutomatonGraph Modifier and Type Method Description AutomatonGraphGridMembraneBuilder. getGraph()Methods in bio.singa.simulation.model.agents.surfacelike with parameters of type AutomatonGraph Modifier and Type Method Description static List<Membrane>MembraneTracer. regionsToMembrane(AutomatonGraph graph)Deprecated.voidGridMembraneBuilder. setGraph(AutomatonGraph graph)Constructors in bio.singa.simulation.model.agents.surfacelike with parameters of type AutomatonGraph Constructor Description MembraneTracer(AutomatonGraph graph)Deprecated. -
Uses of AutomatonGraph in bio.singa.simulation.model.graphs
Methods in bio.singa.simulation.model.graphs that return AutomatonGraph Modifier and Type Method Description static AutomatonGraphAutomatonGraphs. createRectangularAutomatonGraph(int numberOfColumns, int numberOfRows)static AutomatonGraphAutomatonGraphs. singularGraph()static AutomatonGraphAutomatonGraphs. singularGraph(CellRegion region)static AutomatonGraphAutomatonGraphs. useStructureFrom(bio.singa.mathematics.graphs.grid.GridGraph gridGraph)Copies the structure (nodes and edges) of anUndirectedGraphto aAutomatonGraph.Methods in bio.singa.simulation.model.graphs with parameters of type AutomatonGraph Modifier and Type Method Description static Set<AutomatonNode>AutomatonGraphs. circleRegion(AutomatonGraph graph, CellRegion membraneRegion, bio.singa.mathematics.topology.grids.rectangular.RectangularCoordinate centre, int radius)static voidAutomatonGraphs. 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 voidNeighborhoodMappingManager. initializeNeighborhoodForGraph(AutomatonGraph graph)static CellRegionAutomatonGraphs. splitRectangularGraphWithMembrane(AutomatonGraph graph, CellSubsection innerSection, CellSubsection outerSection, boolean switchSides) -
Uses of AutomatonGraph in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return AutomatonGraph Modifier and Type Method Description AutomatonGraphSimulation. getGraph()Methods in bio.singa.simulation.model.simulation with parameters of type AutomatonGraph Modifier and Type Method Description voidSimulation. setGraph(AutomatonGraph graph)
-