Uses of Interface
bio.singa.simulation.model.simulation.Updatable
-
-
Uses of Updatable in bio.singa.simulation.events
Methods in bio.singa.simulation.events that return Updatable Modifier and Type Method Description UpdatableUpdatableUpdatedEvent. getUpdatable()Returns the updatableConstructors in bio.singa.simulation.events with parameters of type Updatable Constructor Description UpdatableUpdatedEvent(javax.measure.Quantity<javax.measure.quantity.Time> time, Updatable updatable)Creates a new NodeUpdatedEvent. -
Uses of Updatable in bio.singa.simulation.model.agents.pointlike
Classes in bio.singa.simulation.model.agents.pointlike that implement Updatable Modifier and Type Class Description classVesicle -
Uses of Updatable in bio.singa.simulation.model.concentrations
Methods in bio.singa.simulation.model.concentrations with parameters of type Updatable Modifier and Type Method Description voidInitialConcentration. apply(Updatable updatable)booleanAreaCondition. test(Updatable updatable)booleanConcentrationCondition. test(Updatable updatable)booleanInitialConcentration. test(Updatable updatable)booleanNodeIdentifierCondition. test(Updatable updatable)booleanNodeTypeCondition. test(Updatable updatable)booleanRegionCondition. test(Updatable updatable)booleanSectionCondition. test(Updatable updatable)booleanTimedCondition. test(Updatable updatable)booleanTopologyCondition. test(Updatable updatable) -
Uses of Updatable in bio.singa.simulation.model.graphs
Classes in bio.singa.simulation.model.graphs that implement Updatable Modifier and Type Class Description classAutomatonNodeA node of theAutomatonGraph. -
Uses of Updatable in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return Updatable Modifier and Type Method Description UpdatableFieldSupplier. getCurrentUpdatable()Returns the current updatable.UpdatableConcentrationDeltaIdentifier. getUpdatable()Returns the object the delta is assigned to.Methods in bio.singa.simulation.model.modules.concentration that return types with arguments of type Updatable Modifier and Type Method Description Predicate<Updatable>ConcentrationBasedModule. getApplicationCondition()Returns the application condition for this module.The module is only evaluated if the updatable fulfills the given predicate.Methods in bio.singa.simulation.model.modules.concentration with parameters of type Updatable Modifier and Type Method Description voidFieldSupplier. setCurrentUpdatable(Updatable updatable)Sets the current updatable.Method parameters in bio.singa.simulation.model.modules.concentration with type arguments of type Updatable Modifier and Type Method Description protected voidConcentrationBasedModule. setApplicationCondition(Predicate<Updatable> applicationCondition)Sets the application condition for this module.Constructors in bio.singa.simulation.model.modules.concentration with parameters of type Updatable Constructor Description ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, ChemicalEntity entity)Creates a new DeltaIdentifier.ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, String reference, ChemicalEntity entity) -
Uses of Updatable in bio.singa.simulation.model.modules.concentration.imlementations.reactions
Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions that return Updatable Modifier and Type Method Description UpdatableReactionEvent. getCurrentMembraneRestrictedUpdatable()Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions with parameters of type Updatable Modifier and Type Method Description List<ReactantDelta>ReactionEvent. collectDeltas(Updatable updatable)voidReactionEvent. setCurrentMembraneRestrictedUpdatable(Updatable currentMembraneRestrictedUpdatable) -
Uses of Updatable in bio.singa.simulation.model.modules.concentration.scope
Methods in bio.singa.simulation.model.modules.concentration.scope with parameters of type Updatable Modifier and Type Method Description ConcentrationContainerDependentUpdate. getHalfStepConcentration(Updatable updatable)ConcentrationContainerIndependentUpdate. getHalfStepConcentration(Updatable updatable)ConcentrationContainerSemiDependentUpdate. getHalfStepConcentration(Updatable updatable)ConcentrationContainerUpdateScope. getHalfStepConcentration(Updatable updatable)Return the half step concentration of a node after the full update has been calculated for the full step and the resulting delta is known.voidDependentUpdate. processUpdatable(Updatable updatable)voidIndependentUpdate. processUpdatable(Updatable updatable)voidSemiDependentUpdate. processUpdatable(Updatable updatable)voidUpdateScope. processUpdatable(Updatable updatable)Calculates the given updatable.Method parameters in bio.singa.simulation.model.modules.concentration.scope with type arguments of type Updatable Modifier and Type Method Description voidDependentUpdate. processAllUpdatables(Collection<? extends Updatable> updatables)voidIndependentUpdate. processAllUpdatables(Collection<? extends Updatable> updatables)voidSemiDependentUpdate. processAllUpdatables(Collection<? extends Updatable> updatables)voidUpdateScope. processAllUpdatables(Collection<? extends Updatable> updatables)Processes all given updatables. -
Uses of Updatable in bio.singa.simulation.model.modules.qualitative.implementations
Classes in bio.singa.simulation.model.modules.qualitative.implementations that implement Updatable Modifier and Type Class Description classEndocytoticPit -
Uses of Updatable in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return types with arguments of type Updatable Modifier and Type Method Description Set<Updatable>Simulation. getObservedUpdatables()List<Updatable>Simulation. getUpdatables()List<Updatable>UpdateScheduler. getUpdatables()Methods in bio.singa.simulation.model.simulation with parameters of type Updatable Modifier and Type Method Description voidSimulationManager. emitNodeEvent(Simulation simulation, Updatable updatable)List<ConcentrationDelta>Simulation. getPreviousObservedDeltas(Updatable updatable) -
Uses of Updatable in bio.singa.simulation.model.simulation.error
Methods in bio.singa.simulation.model.simulation.error that return Updatable Modifier and Type Method Description UpdatableNumericalError. getUpdatable()Returns the node where the error occurred.Methods in bio.singa.simulation.model.simulation.error with parameters of type Updatable Modifier and Type Method Description voidNumericalError. setUpdatable(Updatable updatable)Constructors in bio.singa.simulation.model.simulation.error with parameters of type Updatable Constructor Description NumericalError(Updatable updatable, ChemicalEntity entity, double value)Creates a new LocalError. -
Uses of Updatable in bio.singa.simulation.trajectories.flat
Methods in bio.singa.simulation.trajectories.flat with parameters of type Updatable Modifier and Type Method Description voidFlatUpdateRecorder. addUpdatableToObserve(Updatable updatable)Initializes a updatable that will be observed during simulation. -
Uses of Updatable in bio.singa.simulation.trajectories.nested
Methods in bio.singa.simulation.trajectories.nested that return types with arguments of type Updatable Modifier and Type Method Description Map<Updatable,TrajectoryDataPoint>TrajectoryData. getConcentrationData()Methods in bio.singa.simulation.trajectories.nested with parameters of type Updatable Modifier and Type Method Description static TrajectoryDataPointTrajectoryDataPoint. of(Updatable updatable, javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> concentrationUnit)voidTrajectoryData. put(Updatable updatable, TrajectoryDataPoint dataPoint)Method parameters in bio.singa.simulation.trajectories.nested with type arguments of type Updatable Modifier and Type Method Description static TrajectoryDataTrajectoryData. of(Collection<Updatable> updatables, javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> concentrationUnit)
-