Uses of Interface
bio.singa.simulation.entities.ChemicalEntity
-
-
Uses of ChemicalEntity in bio.singa.simulation.entities
Classes in bio.singa.simulation.entities that implement ChemicalEntity Modifier and Type Class Description classComplexEntityclassSimpleEntityMethods in bio.singa.simulation.entities that return ChemicalEntity Modifier and Type Method Description static ChemicalEntityEntityRegistry. get(String referenceIdentifier)ChemicalEntityGraphComplexNode. getEntity()static ChemicalEntityEntityRegistry. matchExactly(String... containedIdentifiers)Methods in bio.singa.simulation.entities that return types with arguments of type ChemicalEntity Modifier and Type Method Description static List<ChemicalEntity>EntityRegistry. allWith(String... containedIdentifiers)static Collection<ChemicalEntity>EntityRegistry. getAll()static List<ChemicalEntity>ChemicalEntities. sortByComplexDependencies(List<ChemicalEntity> entities)Methods in bio.singa.simulation.entities with parameters of type ChemicalEntity Modifier and Type Method Description Optional<ComplexEntity>ComplexEntity. add(ChemicalEntity otherEntity, BindingSite bindingSite)voidComplexEntity. addBindingSite(ChemicalEntity first, BindingSite bindingSite)ComplexEntityBuilder.CombineStepComplexEntityBuilder.CombineStep. combine(ChemicalEntity first, ChemicalEntity second)ComplexEntityBuilder.CombineStepComplexEntityBuilder.CombineStep. combine(ChemicalEntity first, ChemicalEntity second, BindingSite bindingSite)ComplexEntityBuilder.CombineStepComplexEntityBuilder.ComplexEntityCombiner. combine(ChemicalEntity first, ChemicalEntity second)ComplexEntityBuilder.CombineStepComplexEntityBuilder.ComplexEntityCombiner. combine(ChemicalEntity first, ChemicalEntity second, BindingSite bindingSite)booleanComplexEntity. containsEntity(ChemicalEntity entity)longComplexEntity. countParts(ChemicalEntity entity)static BindingSiteBindingSite. forPair(ChemicalEntity first, ChemicalEntity second)static ComplexEntityComplexEntity. from(ChemicalEntity chemicalEntity)static ComplexEntityComplexEntity. from(ChemicalEntity chemicalEntity, BindingSite bindingSite)static ComplexEntityComplexEntity. from(ChemicalEntity first, ChemicalEntity second)static ComplexEntityComplexEntity. from(ChemicalEntity chemicalEntity, Collection<BindingSite> bindingSites)booleanGraphComplexNode. isEntity(ChemicalEntity entity)static voidEntityRegistry. put(ChemicalEntity entity)static voidEntityRegistry. put(String identifier, ChemicalEntity entity)Optional<ComplexEntity>ComplexEntity. remove(ChemicalEntity chemicalEntity, BindingSite bindingSite)voidGraphComplexNode. setEntity(ChemicalEntity entity)voidComplexEntity. snapTo(ChemicalEntity chemicalEntity, Set<BindingSite> bindingSites)Method parameters in bio.singa.simulation.entities with type arguments of type ChemicalEntity Modifier and Type Method Description static voidComplexEntityBuilder. attachBindingSites(Map<ChemicalEntity,Set<BindingSite>> bindingSiteMapping, Map.Entry<BindingSite,bio.singa.core.utility.Pair<ChemicalEntity>> entry)static voidComplexEntityBuilder. attachBindingSites(Map<ChemicalEntity,Set<BindingSite>> bindingSiteMapping, Map.Entry<BindingSite,bio.singa.core.utility.Pair<ChemicalEntity>> entry)static BindingSiteBindingSite. forPair(bio.singa.core.utility.Pair<ChemicalEntity> pair)static List<ChemicalEntity>ChemicalEntities. sortByComplexDependencies(List<ChemicalEntity> entities) -
Uses of ChemicalEntity in bio.singa.simulation.export.reactiongraph
Methods in bio.singa.simulation.export.reactiongraph that return ChemicalEntity Modifier and Type Method Description ChemicalEntityReactionGraphNode. getEntity()Methods in bio.singa.simulation.export.reactiongraph with parameters of type ChemicalEntity Modifier and Type Method Description ReactionGraphNodeReactionGraph. addNode(ChemicalEntity entity)Optional<ReactionGraphNode>ReactionGraph. getNodeWithContent(ChemicalEntity content)voidReactionGraphNode. setEntity(ChemicalEntity entity)Constructors in bio.singa.simulation.export.reactiongraph with parameters of type ChemicalEntity Constructor Description ReactionGraphNode(Integer identifier, ChemicalEntity entity) -
Uses of ChemicalEntity in bio.singa.simulation.features
Methods in bio.singa.simulation.features with parameters of type ChemicalEntity Modifier and Type Method Description protected AttachedMotorAttachedMotor.Builder. createObject(ChemicalEntity quantity)protected BoostMediatingEntityBoostMediatingEntity.Builder. createObject(ChemicalEntity quantity)protected CargoCargo.Builder. createObject(ChemicalEntity quantity)protected TransporterTransporter.Builder. createObject(ChemicalEntity quantity)static AttachedMotor.BuilderAttachedMotor. of(ChemicalEntity quantity)static BoostMediatingEntity.BuilderBoostMediatingEntity. of(ChemicalEntity quantity)static Cargo.BuilderCargo. of(ChemicalEntity quantity)static Cargoes.BuilderCargoes. of(ChemicalEntity... entities)static MatchingQSnares.BuilderMatchingQSnares. of(ChemicalEntity... entities)static MatchingRSnares.BuilderMatchingRSnares. of(ChemicalEntity... entities)static PrimaryCargoes.BuilderPrimaryCargoes. of(ChemicalEntity... entities)static ScalingEntities.BuilderScalingEntities. of(ChemicalEntity... entities)static Solutes.BuilderSolutes. of(ChemicalEntity... entities)static Transporter.BuilderTransporter. of(ChemicalEntity quantity)Method parameters in bio.singa.simulation.features with type arguments of type ChemicalEntity Modifier and Type Method Description protected CargoesCargoes.Builder. createObject(List<ChemicalEntity> quantity)protected MatchingQSnaresMatchingQSnares.Builder. createObject(List<ChemicalEntity> quantity)protected MatchingRSnaresMatchingRSnares.Builder. createObject(List<ChemicalEntity> quantity)protected PrimaryCargoesPrimaryCargoes.Builder. createObject(List<ChemicalEntity> quantity)protected ScalingEntitiesScalingEntities.Builder. createObject(List<ChemicalEntity> quantity)protected SolutesSolutes.Builder. createObject(List<ChemicalEntity> quantity)static Cargoes.BuilderCargoes. of(Collection<ChemicalEntity> quantity)static Cargoes.BuilderCargoes. of(List<ChemicalEntity> quantity)static MatchingQSnares.BuilderMatchingQSnares. of(List<ChemicalEntity> quantity)static MatchingRSnares.BuilderMatchingRSnares. of(List<ChemicalEntity> quantity)static PrimaryCargoes.BuilderPrimaryCargoes. of(List<ChemicalEntity> quantity)static ScalingEntities.BuilderScalingEntities. of(List<ChemicalEntity> quantity)static Solutes.BuilderSolutes. of(List<ChemicalEntity> quantity)Constructors in bio.singa.simulation.features with parameters of type ChemicalEntity Constructor Description AttachedMotor(ChemicalEntity entity)BoostMediatingEntity(ChemicalEntity entity)Builder(ChemicalEntity quantity)Builder(ChemicalEntity quantity)Builder(ChemicalEntity quantity)Builder(ChemicalEntity quantity)Cargo(ChemicalEntity entity)Transporter(ChemicalEntity entity)Constructor parameters in bio.singa.simulation.features with type arguments of type ChemicalEntity Constructor Description Builder(List<ChemicalEntity> quantity)Builder(List<ChemicalEntity> quantity)Builder(List<ChemicalEntity> quantity)Builder(List<ChemicalEntity> quantity)Builder(List<ChemicalEntity> quantity)Builder(List<ChemicalEntity> quantity)Cargoes(List<ChemicalEntity> chemicalEntities)MatchingQSnares(List<ChemicalEntity> chemicalEntities)MatchingRSnares(List<ChemicalEntity> chemicalEntities)PrimaryCargoes(List<ChemicalEntity> chemicalEntities)ScalingEntities(List<ChemicalEntity> chemicalEntities)Solutes(List<ChemicalEntity> chemicalEntities) -
Uses of ChemicalEntity in bio.singa.simulation.features.model
Constructors in bio.singa.simulation.features.model with parameters of type ChemicalEntity Constructor Description EntityFeature(ChemicalEntity entity)EntityFeature(ChemicalEntity entity, bio.singa.features.model.Evidence evidence)EntityFeature(ChemicalEntity entity, List<bio.singa.features.model.Evidence> evidence)Constructor parameters in bio.singa.simulation.features.model with type arguments of type ChemicalEntity Constructor Description MultiEntityFeature(List<ChemicalEntity> chemicalEntities)MultiEntityFeature(List<ChemicalEntity> chemicalEntities, bio.singa.features.model.Evidence evidence)MultiEntityFeature(List<ChemicalEntity> chemicalEntities, List<bio.singa.features.model.Evidence> evidence) -
Uses of ChemicalEntity in bio.singa.simulation.model.concentrations
Methods in bio.singa.simulation.model.concentrations that return ChemicalEntity Modifier and Type Method Description ChemicalEntityInitialConcentration. getEntity()Methods in bio.singa.simulation.model.concentrations with parameters of type ChemicalEntity Modifier and Type Method Description ConcentrationBuilder.PoolStepConcentrationBuilder.ConcentrationBuilderImpl. entity(ChemicalEntity entity)ConcentrationBuilder.PoolStepConcentrationBuilder.EntityStep. entity(ChemicalEntity entity)voidInitialConcentration. setEntity(ChemicalEntity entity) -
Uses of ChemicalEntity in bio.singa.simulation.model.graphs
Methods in bio.singa.simulation.model.graphs that return types with arguments of type ChemicalEntity Modifier and Type Method Description 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. -
Uses of ChemicalEntity in bio.singa.simulation.model.modules
Methods in bio.singa.simulation.model.modules that return types with arguments of type ChemicalEntity Modifier and Type Method Description Set<ChemicalEntity>AbstractUpdateModule. getReferencedChemicalEntities()Returns all chemical entities that might be accessed by this module.Set<ChemicalEntity>UpdateModule. getReferencedChemicalEntities()Methods in bio.singa.simulation.model.modules with parameters of type ChemicalEntity Modifier and Type Method Description protected voidAbstractUpdateModule. addReferencedEntity(ChemicalEntity chemicalEntity)Adds a referenced chemical entity.Method parameters in bio.singa.simulation.model.modules with type arguments of type ChemicalEntity Modifier and Type Method Description protected voidAbstractUpdateModule. addReferencedEntities(Collection<? extends ChemicalEntity> chemicalEntities)Adds multiple referenced chemical entities. -
Uses of ChemicalEntity in bio.singa.simulation.model.modules.concentration
Methods in bio.singa.simulation.model.modules.concentration that return ChemicalEntity Modifier and Type Method Description ChemicalEntityConcentrationDelta. getChemicalEntity()Returns the chemical entity.ChemicalEntityFieldSupplier. getCurrentEntity()Returns the current chemical entity.ChemicalEntityConcentrationDeltaIdentifier. getEntity()Returns the chemical entity the delta is assigned to.Methods in bio.singa.simulation.model.modules.concentration that return types with arguments of type ChemicalEntity Modifier and Type Method Description List<ChemicalEntity>ConcentrationDeltaManager. getFixedEntities()Methods in bio.singa.simulation.model.modules.concentration with parameters of type ChemicalEntity Modifier and Type Method Description voidConcentrationDeltaManager. fix(ChemicalEntity chemicalEntity)protected doubleConcentrationBasedModule. getScaledFeature(ChemicalEntity entity, Class<? extends bio.singa.features.model.AbstractScalableQuantitativeFeature<?>> featureClass)Returns the requested feature of the given chemical entities, scaled according to the current time step and spatial scaling.voidFieldSupplier. setCurrentEntity(ChemicalEntity entity)Sets the current chemical entity.Constructors in bio.singa.simulation.model.modules.concentration with parameters of type ChemicalEntity Constructor Description ConcentrationDelta(UpdateModule module, CellSubsection cellSubsection, ChemicalEntity chemicalEntity, double value)Creates a new concentration delta.ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, ChemicalEntity entity)Creates a new DeltaIdentifier.ConcentrationDeltaIdentifier(Updatable updatable, CellSubsection section, String reference, ChemicalEntity entity) -
Uses of ChemicalEntity in bio.singa.simulation.model.modules.concentration.imlementations.reactions
Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions with parameters of type ChemicalEntity Modifier and Type Method Description ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addCatalyst(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addCatalyst(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addCatalyst(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addCatalyst(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addProduct(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addProduct(ChemicalEntity chemicalEntity, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addProduct(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addProduct(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addProduct(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addProduct(ChemicalEntity chemicalEntity, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addProduct(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addProduct(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addSubstrate(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addSubstrate(ChemicalEntity chemicalEntity, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticBuilder. addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addSubstrate(ChemicalEntity chemicalEntity)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addSubstrate(ChemicalEntity chemicalEntity, double stoichiometricNumber)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology)ReactionBuilder.StaticReactantStepReactionBuilder.StaticReactantStep. addSubstrate(ChemicalEntity chemicalEntity, CellTopology topology, double stoichiometricNumber) -
Uses of ChemicalEntity in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants
Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants that return ChemicalEntity Modifier and Type Method Description ChemicalEntityReactant. getEntity()Gets the entity representing this reactant.Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants that return types with arguments of type ChemicalEntity Modifier and Type Method Description List<ChemicalEntity>ReactantBehavior. getReferencedEntities()List<ChemicalEntity>RuleBasedReactantBehavior. getReferencedEntities()List<ChemicalEntity>StaticReactantBehavior. getReferencedEntities()Methods in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants with parameters of type ChemicalEntity Modifier and Type Method Description voidReactant. setEntity(ChemicalEntity entity)Sets the entity representing this reactant.Constructors in bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.reactants with parameters of type ChemicalEntity Constructor Description Reactant(ChemicalEntity entity, ReactantRole role)Creates a new reactant.Reactant(ChemicalEntity entity, ReactantRole role, double stoichiometricNumber)Reactant(ChemicalEntity entity, ReactantRole role, double stoichiometricNumber, double reactionOrder)Reactant(ChemicalEntity entity, ReactantRole role, CellTopology preferredTopology)Reactant(ChemicalEntity chemicalEntity, ReactantRole role, CellTopology topology, double stoichiometricNumber)Reactant(ChemicalEntity entity, ReactantRole role, CellTopology preferredTopology, double stoichiometricNumber, double reactionOrder)Reactant(ChemicalEntity entity, ReactantRole role, CellTopology preferredTopology, javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> preferredConcentrationUnit)Reactant(ChemicalEntity entity, ReactantRole role, javax.measure.Unit<bio.singa.features.quantities.MolarConcentration> preferredConcentrationUnit) -
Uses of ChemicalEntity in bio.singa.simulation.model.modules.concentration.imlementations.transport
Methods in bio.singa.simulation.model.modules.concentration.imlementations.transport with parameters of type ChemicalEntity Modifier and Type Method Description EndocytoticPitAbsorption.InhibitionStepEndocytoticPitAbsorption.AccelerationStep. acceleratingEntity(ChemicalEntity entity)EndocytoticPitAbsorption.InhibitionStepEndocytoticPitAbsorption.EndocytoticPitAbsorptionBuilder. acceleratingEntity(ChemicalEntity acceleratingEntity)MembraneDiffusion.BuildStepMembraneDiffusion.CargoStep. cargo(ChemicalEntity cargo)MembraneDiffusion.BuildStepMembraneDiffusion.MembraneDiffusionBuilder. cargo(ChemicalEntity cargo)SingleFileChannelMembraneTransport.SolutesStepSingleFileChannelMembraneTransport.CargoStep. cargo(ChemicalEntity cargo)SingleFileChannelMembraneTransport.SolutesStepSingleFileChannelMembraneTransport.SingleFileChannelMembraneTransportBuilder. cargo(ChemicalEntity cargo)Diffusion.SectionLimitationStepDiffusion.DiffusionBuilder. forAllEntities(ChemicalEntity... chemicalEntities)Diffusion.SectionLimitationStepDiffusion.EntityLimitationStep. forAllEntities(ChemicalEntity... chemicalEntities)EndocytoticPitAbsorption.AccelerationStepEndocytoticPitAbsorption.EndocytoticPitAbsorptionBuilder. forAllEntities(ChemicalEntity... chemicalEntities)EndocytoticPitAbsorption.AccelerationStepEndocytoticPitAbsorption.EntityStep. forAllEntities(ChemicalEntity... chemicalEntities)LateralMembraneDiffusion.SectionLimitationStepLateralMembraneDiffusion.EntityLimitationStep. forAllEntities(ChemicalEntity... chemicalEntities)LateralMembraneDiffusion.SectionLimitationStepLateralMembraneDiffusion.LateralMembraneDiffusionBuilder. forAllEntities(ChemicalEntity... chemicalEntities)Diffusion.SectionLimitationStepDiffusion.DiffusionBuilder. forEntity(ChemicalEntity chemicalEntity)Diffusion.SectionLimitationStepDiffusion.EntityLimitationStep. forEntity(ChemicalEntity chemicalEntity)EndocytoticPitAbsorption.AccelerationStepEndocytoticPitAbsorption.EndocytoticPitAbsorptionBuilder. forEntity(ChemicalEntity chemicalEntity)EndocytoticPitAbsorption.AccelerationStepEndocytoticPitAbsorption.EntityStep. forEntity(ChemicalEntity chemicalEntity)LateralMembraneDiffusion.SectionLimitationStepLateralMembraneDiffusion.EntityLimitationStep. forEntity(ChemicalEntity chemicalEntity)LateralMembraneDiffusion.SectionLimitationStepLateralMembraneDiffusion.LateralMembraneDiffusionBuilder. forEntity(ChemicalEntity chemicalEntity)SingleFileChannelMembraneTransport.BuildStepSingleFileChannelMembraneTransport.SingleFileChannelMembraneTransportBuilder. forSolute(ChemicalEntity solute)SingleFileChannelMembraneTransport.BuildStepSingleFileChannelMembraneTransport.SolutesStep. forSolute(ChemicalEntity chemicalEntity)SingleFileChannelMembraneTransport.BuildStepSingleFileChannelMembraneTransport.SingleFileChannelMembraneTransportBuilder. forSolutes(ChemicalEntity... solutes)SingleFileChannelMembraneTransport.BuildStepSingleFileChannelMembraneTransport.SolutesStep. forSolutes(ChemicalEntity... chemicalEntities)EndocytoticPitAbsorption.RateStepEndocytoticPitAbsorption.EndocytoticPitAbsorptionBuilder. inhibitingEntity(ChemicalEntity inhibitingEntity)EndocytoticPitAbsorption.RateStepEndocytoticPitAbsorption.InhibitionStep. inhibitingEntity(ChemicalEntity entity)SingleFileChannelMembraneTransport.CargoStepSingleFileChannelMembraneTransport.SingleFileChannelMembraneTransportBuilder. transporter(ChemicalEntity transporter)SingleFileChannelMembraneTransport.CargoStepSingleFileChannelMembraneTransport.TransporterStep. transporter(ChemicalEntity transporter) -
Uses of ChemicalEntity in bio.singa.simulation.model.modules.concentration.specifity
Methods in bio.singa.simulation.model.modules.concentration.specifity with parameters of type ChemicalEntity Modifier and Type Method Description voidEntitySpecific. processContainer(ConcentrationContainer container, CellSubsection subsection, ChemicalEntity chemicalEntity)voidSectionSpecific. processContainer(ConcentrationContainer container, CellSubsection subsection, ChemicalEntity chemicalEntity)voidUpdatableSpecific. processContainer(ConcentrationContainer container, CellSubsection subsection, ChemicalEntity chemicalEntity)voidUpdateSpecificity. processContainer(ConcentrationContainer container, CellSubsection subsection, ChemicalEntity chemicalEntity) -
Uses of ChemicalEntity in bio.singa.simulation.model.rules
Methods in bio.singa.simulation.model.rules that return ChemicalEntity Modifier and Type Method Description ChemicalEntityAssignmentRule. getTargetEntity()Methods in bio.singa.simulation.model.rules that return types with arguments of type ChemicalEntity Modifier and Type Method Description Map<ChemicalEntity,String>AssignmentRule. getEntityReference()Methods in bio.singa.simulation.model.rules with parameters of type ChemicalEntity Modifier and Type Method Description voidAssignmentRule. referenceChemicalEntityToParameter(String parameterIdentifier, ChemicalEntity entity)voidAssignmentRule. setTargetEntity(ChemicalEntity targetEntity)Method parameters in bio.singa.simulation.model.rules with type arguments of type ChemicalEntity Modifier and Type Method Description voidAssignmentRule. setEntityReference(Map<ChemicalEntity,String> entityReference)Constructors in bio.singa.simulation.model.rules with parameters of type ChemicalEntity Constructor Description AssignmentRule(ChemicalEntity targetEntity) -
Uses of ChemicalEntity in bio.singa.simulation.model.sections
Methods in bio.singa.simulation.model.sections that return types with arguments of type ChemicalEntity Modifier and Type Method Description Optional<ChemicalEntity>ConcentrationContainer. containsHiddenEntity(CellTopology topology, ChemicalEntity query)Map<ChemicalEntity,Double>ConcentrationPool. getConcentrations()Set<ChemicalEntity>ConcentrationContainer. getReferencedEntities()Returns all entities referenced in any concentration pool.Set<ChemicalEntity>ConcentrationPool. getReferencedEntities()Returns all entities referenced in this map.Methods in bio.singa.simulation.model.sections with parameters of type ChemicalEntity Modifier and Type Method Description booleanConcentrationContainer. containsEntity(CellSubsection subsection, ChemicalEntity entity)booleanConcentrationContainer. containsEntity(CellTopology topology, ChemicalEntity entity)Optional<ChemicalEntity>ConcentrationContainer. containsHiddenEntity(CellTopology topology, ChemicalEntity query)doubleConcentrationContainer. get(CellSubsection subsection, ChemicalEntity entity)Returns the concentration of the entity in the corresponding subsection.doubleConcentrationContainer. get(CellTopology topology, ChemicalEntity entity)Returns the concentration of the entity in the corresponding topology.doubleConcentrationPool. get(ChemicalEntity entity)Returns the concentration of a entity.voidConcentrationContainer. initialize(CellSubsection subsection, ChemicalEntity entity, javax.measure.Quantity<bio.singa.features.quantities.MolarConcentration> concentration)voidConcentrationContainer. initialize(CellTopology topology, ChemicalEntity entity, javax.measure.Quantity<bio.singa.features.quantities.MolarConcentration> concentration)voidConcentrationContainer. set(CellSubsection subsection, ChemicalEntity entity, double concentration)Sets the concentration of the given entity in the given subsection.voidConcentrationContainer. set(CellTopology topology, ChemicalEntity entity, double concentration)Sets the concentration of the given entity in the given topology.voidConcentrationPool. set(ChemicalEntity entity, double concentration)Sets the concentration of a entity. -
Uses of ChemicalEntity in bio.singa.simulation.model.simulation
Methods in bio.singa.simulation.model.simulation that return ChemicalEntity Modifier and Type Method Description ChemicalEntitySimulation. getChemicalEntity(String primaryIdentifier)Methods in bio.singa.simulation.model.simulation that return types with arguments of type ChemicalEntity Modifier and Type Method Description Collection<ChemicalEntity>Simulation. getChemicalEntities()Returns the chemical entities.Methods in bio.singa.simulation.model.simulation with parameters of type ChemicalEntity Modifier and Type Method Description voidSimulation. addReferencedEntity(ChemicalEntity chemicalEntity) -
Uses of ChemicalEntity in bio.singa.simulation.model.simulation.error
Methods in bio.singa.simulation.model.simulation.error that return ChemicalEntity Modifier and Type Method Description ChemicalEntityNumericalError. getChemicalEntity()Returns the chemical entity where the error occurred.Constructors in bio.singa.simulation.model.simulation.error with parameters of type ChemicalEntity Constructor Description NumericalError(Updatable updatable, ChemicalEntity entity, double value)Creates a new LocalError. -
Uses of ChemicalEntity in bio.singa.simulation.reactions
Methods in bio.singa.simulation.reactions that return types with arguments of type ChemicalEntity Modifier and Type Method Description Map<ChemicalEntity,Set<BindingSite>>ReactionNetworkGenerator. determineBindingSites()Method parameters in bio.singa.simulation.reactions with type arguments of type ChemicalEntity Modifier and Type Method Description Set<ComplexEntity>ReactionNetworkGenerator. createInitialEntities(Map<ChemicalEntity,Set<BindingSite>> bindingSiteMapping) -
Uses of ChemicalEntity in bio.singa.simulation.reactions.conditions
Methods in bio.singa.simulation.reactions.conditions with parameters of type ChemicalEntity Modifier and Type Method Description booleanCandidateCondition. concerns(ChemicalEntity chemicalEntity)booleanHasAnyNumberOfEntities. concerns(ChemicalEntity chemicalEntity)booleanHasNoMoreThanNumberOfPartners. concerns(ChemicalEntity chemicalEntity)booleanHasNumberOfEntities. concerns(ChemicalEntity chemicalEntity)booleanHasOccupiedBindingSite. concerns(ChemicalEntity chemicalEntity)booleanHasUnoccupiedBindingSite. concerns(ChemicalEntity chemicalEntity)booleanIsOnlyBoundAt. concerns(ChemicalEntity chemicalEntity)static CandidateConditionCandidateConditionBuilder. hasAnyOfEntity(ChemicalEntity entity)static CandidateConditionCandidateConditionBuilder. hasNoMoreThanNumberOfPartners(ChemicalEntity entity, int number)static CandidateConditionCandidateConditionBuilder. hasNoneOfEntity(ChemicalEntity entity)static CandidateConditionCandidateConditionBuilder. hasNotNumberOfEntity(ChemicalEntity entity, int number)static CandidateConditionCandidateConditionBuilder. hasNumberOfEntity(ChemicalEntity entity, int number)static CandidateConditionCandidateConditionBuilder. hasOneOfEntity(ChemicalEntity entity)Constructors in bio.singa.simulation.reactions.conditions with parameters of type ChemicalEntity Constructor Description HasAnyNumberOfEntities(ChemicalEntity chemicalEntity)HasNoMoreThanNumberOfPartners(ChemicalEntity chemicalEntity, int numberOfPartners)HasNumberOfEntities(ChemicalEntity chemicalEntity, int numberOfParts) -
Uses of ChemicalEntity in bio.singa.simulation.reactions.modifications
Methods in bio.singa.simulation.reactions.modifications that return ChemicalEntity Modifier and Type Method Description ChemicalEntityAbstractComplexEntityModification. getPrimaryEntity()ChemicalEntityComplexEntityModification. getPrimaryEntity()ChemicalEntityAbstractComplexEntityModification. getSecondaryEntity()ChemicalEntityComplexEntityModification. getSecondaryEntity()Methods in bio.singa.simulation.reactions.modifications with parameters of type ChemicalEntity Modifier and Type Method Description static ComplexEntityModificationComplexEntityModificationBuilder. add(BindingSite bindingSite, ChemicalEntity complex)static ComplexEntityModificationComplexEntityModificationBuilder. remove(BindingSite bindingSite, ChemicalEntity entityToRemove)voidAbstractComplexEntityModification. setPrimaryEntity(ChemicalEntity primaryEntity)voidComplexEntityModification. setPrimaryEntity(ChemicalEntity chemicalEntity)voidAbstractComplexEntityModification. setSecondaryEntity(ChemicalEntity secondaryEntity)voidComplexEntityModification. setSecondaryEntity(ChemicalEntity chemicalEntity)Constructors in bio.singa.simulation.reactions.modifications with parameters of type ChemicalEntity Constructor Description AddModification(BindingSite bindingSite, ChemicalEntity complexToAdd)RemoveModification(BindingSite bindingSite, ChemicalEntity entityToRemove) -
Uses of ChemicalEntity in bio.singa.simulation.reactions.reactors
Fields in bio.singa.simulation.reactions.reactors declared as ChemicalEntity Modifier and Type Field Description protected ChemicalEntityReactionChainBuilder.AbstractReactorBuilder. primaryEntityprotected ChemicalEntityReactionChainBuilder.AbstractReactorBuilder. secondaryEntityMethods in bio.singa.simulation.reactions.reactors that return types with arguments of type ChemicalEntity Modifier and Type Method Description Map.Entry<BindingSite,bio.singa.core.utility.Pair<ChemicalEntity>>AbstractGraphComplexReactor. getBindingSite()Map.Entry<BindingSite,bio.singa.core.utility.Pair<ChemicalEntity>>ComplexReactor. getBindingSite()Constructors in bio.singa.simulation.reactions.reactors with parameters of type ChemicalEntity Constructor Description AddReactionChainBuilder(BindingSite bindingSite, ChemicalEntity secondaryEntity)AddReactionChainBuilder(ChemicalEntity secondaryEntity)BindReactionChainBuilder(BindingSite bindingSite, ChemicalEntity primaryEntity)BindReactionChainBuilder(ChemicalEntity primaryEntity)ReleaseReactionChainBuilder(BindingSite bindingSite, ChemicalEntity primaryEntity)ReleaseReactionChainBuilder(ChemicalEntity primaryEntity)RemoveReactionChainBuilder(BindingSite bindingSite, ChemicalEntity secondaryEntity)RemoveReactionChainBuilder(ChemicalEntity secondaryEntity) -
Uses of ChemicalEntity in bio.singa.simulation.trajectories.nested
Methods in bio.singa.simulation.trajectories.nested that return types with arguments of type ChemicalEntity Modifier and Type Method Description Map<ChemicalEntity,Double>TrajectoryDataPoint.SubsectionDataPoint. getConcentrations()Methods in bio.singa.simulation.trajectories.nested with parameters of type ChemicalEntity Modifier and Type Method Description voidTrajectoryDataPoint.SubsectionDataPoint. addConcentration(ChemicalEntity entity, double concentration)Constructor parameters in bio.singa.simulation.trajectories.nested with type arguments of type ChemicalEntity Constructor Description SubsectionDataPoint(Map<ChemicalEntity,Double> concentrations, List<bio.singa.mathematics.vectors.Vector2D> positions)
-