Uses of Class
bio.singa.simulation.model.agents.surfacelike.MembraneSegment
-
Packages that use MembraneSegment Package Description bio.singa.simulation.model.agents.surfacelike bio.singa.simulation.model.graphs -
-
Uses of MembraneSegment in bio.singa.simulation.model.agents.surfacelike
Methods in bio.singa.simulation.model.agents.surfacelike that return types with arguments of type MembraneSegment Modifier and Type Method Description List<MembraneSegment>Membrane. getSegments()Methods in bio.singa.simulation.model.agents.surfacelike with parameters of type MembraneSegment Modifier and Type Method Description voidMembrane. addSegment(MembraneSegment membraneSegment) -
Uses of MembraneSegment in bio.singa.simulation.model.graphs
Methods in bio.singa.simulation.model.graphs that return types with arguments of type MembraneSegment Modifier and Type Method Description List<MembraneSegment>AutomatonNode. getMembraneSegments()Methods in bio.singa.simulation.model.graphs with parameters of type MembraneSegment Modifier and Type Method Description voidAutomatonNode. addMembraneSegment(MembraneSegment segment)
-