- AbstractNeighbourDependentModule - Class in de.bioforscher.singa.simulation.modules.model
-
- AbstractNeighbourDependentModule(Simulation) - Constructor for class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- AbstractNeighbourIndependentModule - Class in de.bioforscher.singa.simulation.modules.model
-
- AbstractNeighbourIndependentModule() - Constructor for class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- AbstractNeighbourIndependentModule(Simulation) - Constructor for class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- AbstractSectionSpecificModule - Class in de.bioforscher.singa.simulation.modules.model
-
- AbstractSectionSpecificModule() - Constructor for class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- AbstractSectionSpecificModule(Simulation) - Constructor for class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.AdditionExpressionNode
-
Implementation of the visitor design pattern.
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.ConstantExpressionNode
-
Implementation of the visitor design pattern.
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.ExponentiationExpressionNode
-
Implementation of the visitor design pattern.
- accept(ExpressionNodeVisitor) - Method in interface uk.co.cogitolearning.cogpar.ExpressionNode
-
Method needed for the visitor design pattern
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.FunctionExpressionNode
-
Implementation of the visitor design pattern.
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.MultiplicationExpressionNode
-
Implementation of the visitor design pattern.
- accept(ExpressionNodeVisitor) - Method in class uk.co.cogitolearning.cogpar.VariableExpressionNode
-
Implementation of the visitor design pattern.
- acceptValue(String, double) - Method in class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- add(ExpressionNode, boolean) - Method in class uk.co.cogitolearning.cogpar.SequenceExpressionNode
-
Add another term to the sequence
- add(String, int) - Method in class uk.co.cogitolearning.cogpar.Tokenizer
-
Add a regular expression and a token id to the internal list of recognized tokens
- addCellSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
Adds a cell section to this graph but does not associate any node to it.
- addDelta(Delta) - Method in class de.bioforscher.singa.simulation.model.concentrations.DeltaContainer
-
Adds a delta to the container.
- addDeltaFunction(Function<ConcentrationContainer, Delta>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- addDeltaFunction(Function<ConcentrationContainer, Delta>, Predicate<ConcentrationContainer>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- addDeltaFunction(Function<ConcentrationContainer, List<Delta>>, Predicate<ConcentrationContainer>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- addEdgeBetween(int, AutomatonNode, AutomatonNode) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
- addEdgeBetween(AutomatonNode, AutomatonNode) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
- ADDITION_NODE - Static variable in interface uk.co.cogitolearning.cogpar.ExpressionNode
-
Node id for addition nodes
- AdditionExpressionNode - Class in uk.co.cogitolearning.cogpar
-
An ExpressionNode that handles additions and subtractions.
- AdditionExpressionNode(ExpressionNode, boolean) - Constructor for class uk.co.cogitolearning.cogpar.AdditionExpressionNode
-
Constructor to create an addition with the first term already added.
- addNode(AutomatonNode) - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Adds a node to the section, without altering the state of the node.
- addNodesToCompartment(EnclosedCompartment, Rectangle) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
Adds nodes in a rectangular region to the cell section.
- addNodeToObserve(AutomatonNode) - Method in class de.bioforscher.singa.simulation.events.EpochUpdateWriter
-
- addPotentialDelta(Delta) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Adds a potential delta to this node.
- addPotentialDeltas(List<Delta>) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Adds a list of potential deltas to this node.
- AppliedExpression - Class in de.bioforscher.singa.simulation.model.rules
-
- AppliedExpression(String, Unit<?>) - Constructor for class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- AppliedScale - Class in de.bioforscher.singa.simulation.features.scale
-
- AppliedScale(Double, FeatureOrigin) - Constructor for class de.bioforscher.singa.simulation.features.scale.AppliedScale
-
- AppliedScale() - Constructor for class de.bioforscher.singa.simulation.features.scale.AppliedScale
-
- applyAlways() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- applyAlways() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- applyAlways() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- applyAssignmentRules() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Apply all referenced assignment rules.
- applyDeltas() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Applies all final deltas and clears the delta list.
- applyRule(AutomatonNode) - Method in class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- AssignmentRule - Class in de.bioforscher.singa.simulation.model.rules
-
- AssignmentRule(ChemicalEntity<?>, AppliedExpression) - Constructor for class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- AssignmentRules - Class in de.bioforscher.singa.simulation.model.rules
-
- AutomatonEdge - Class in de.bioforscher.singa.simulation.model.graphs
-
- AutomatonEdge(int) - Constructor for class de.bioforscher.singa.simulation.model.graphs.AutomatonEdge
-
- AutomatonGraph - Class in de.bioforscher.singa.simulation.model.graphs
-
The Automaton graph class is the underlying graph of cellular graph automaton
Simulations.
- AutomatonGraph() - Constructor for class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
Creates a new empty graph.
- AutomatonGraph(int, int) - Constructor for class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
Creates a new empty graph, initialized with node and edge capacity.
- AutomatonGraphs - Class in de.bioforscher.singa.simulation.model.graphs
-
- AutomatonNode - Class in de.bioforscher.singa.simulation.model.graphs
-
- AutomatonNode(int) - Constructor for class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Creates a new plain automaton node.
- availableFeatures - Variable in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- calculateDeltas(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicReaction
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.EquilibriumReaction
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.MichaelisMentenReaction
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.NthOrderReaction
-
- calculateVelocity(ConcentrationContainer) - Method in interface de.bioforscher.singa.simulation.modules.reactions.model.KineticLaw
-
- calculateVelocity(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- CatalyticReactant - Class in de.bioforscher.singa.simulation.modules.reactions.model
-
CatalyticReactants are
Reactants that are not consumed or produced during Reactions, but
influence its velocity (reaction rate).
- CatalyticReactant(ChemicalEntity, ReactantRole) - Constructor for class de.bioforscher.singa.simulation.modules.reactions.model.CatalyticReactant
-
- CellSection - Class in de.bioforscher.singa.simulation.model.compartments
-
A CellSection is everything that can be considered a part of the cell.
- CellSection(String, String) - Constructor for class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Creates a new CellSection with the given identifier and name.
- characters(char[], int, int) - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- clear() - Method in class de.bioforscher.singa.simulation.model.concentrations.DeltaContainer
-
Removes all deltas from this container.
- clearPotentialDeltas() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Clears the list of potential deltas.
- CLOSE_BRACKET - Static variable in class uk.co.cogitolearning.cogpar.Token
-
Token id for closing brackets
- CompartmentHandler - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
- CompartmentHandler() - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.CompartmentHandler
-
- ConcentrationContainer - Interface in de.bioforscher.singa.simulation.model.concentrations
-
Concentration containers are used to manage the concentration inside of a node.
- CONSTANT_NODE - Static variable in interface uk.co.cogitolearning.cogpar.ExpressionNode
-
Node id for constant nodes
- ConstantExpressionNode - Class in uk.co.cogitolearning.cogpar
-
An ExpressionNode that stores a constant value
- ConstantExpressionNode(double) - Constructor for class uk.co.cogitolearning.cogpar.ConstantExpressionNode
-
Construct with the fixed value.
- ConstantExpressionNode(String) - Constructor for class uk.co.cogitolearning.cogpar.ConstantExpressionNode
-
Convenience constructor that takes a string and converts it to a double
before storing the value.
- convertAssignmentRule(AssignmentRule) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLAssignmentRuleConverter
-
- convertKineticLaw(KineticLaw) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLKineticLawConverter
-
- convertLocalParameter(LocalParameter) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLParameterConverter
-
- convertRawExpression(ASTNode, ListOf<LocalParameter>, Unit<?>) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLExpressionConverter
-
- convertRawExpression(ASTNode, Unit<?>) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLExpressionConverter
-
- convertReaction(Reaction) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLReactionConverter
-
- convertReactions(ListOf<Reaction>) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLReactionConverter
-
- convertSimulationParameter(Parameter) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLParameterConverter
-
- convertSimulationParameters(ListOf<Parameter>) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLParameterConverter
-
- convertUnit(UnitDefinition) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLUnitConverter
-
- convertUnits(ListOf<UnitDefinition>) - Method in class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLUnitConverter
-
- createCompartmentTestEnvironment() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
- createDecompositionReactionExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates the thermal decomposition of dinitrogen pentaoxide.
- createDiffusionAndMembraneTransportExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
- createDiffusionModuleExample(int, Quantity<Time>) - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates a diffusion of small molecules in a rectangular gird graph.
- createEquilibriumReactionExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates a equilibrium reaction.
- createIodineMultiReactionExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates a multiple reactions involving iodine.
- createMichaelisMentenReactionExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates a
MichaelisMentenReaction, where D-Fructose 1-phosphate is convertet to
glycerone phosphate and D-glyceraldehyde using fructose bisphosphate aldolase.
- createPassiveMembraneTransportExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
- createRectangularAutomatonGraph(int, int) - Static method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraphs
-
- createSimulationFromSBML() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
- createSynthesisReactionExample() - Static method in class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
This simulation simulates the synthesis of 1,3,5-octatriene (C8H12) from Buta-1,3-diene (C4H6).
- generateMapOfEntities(AutomatonGraph) - Static method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraphs
-
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.
- generateMembrane() - Method in class de.bioforscher.singa.simulation.model.compartments.EnclosedCompartment
-
Tries to generate a
Membrane around the contents of this compartment.
- getAllConcentrations() - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Returns the representative concentrations of all referenced chemical entities.
- getAllConcentrations() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getAllConcentrations() - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getAllConcentrations() - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getAllConcentrations() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns all concentrations of all chemical entities.
- getAllConcentrationsForSection(CellSection) - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Returns all concentrations for a particular
CellSection.
- getAllConcentrationsForSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getAllConcentrationsForSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getAllConcentrationsForSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getAllConcentrationsForSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns all concentrations of all chemical entities in the given cell section.
- getAllReferencedEntities() - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
- getAllReferencedEntities() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getAllReferencedEntities() - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getAllReferencedEntities() - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getAllReferencedEntities() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns all chemical entities referenced in this node.
- getAllReferencedSections() - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Returns all
Compartments that are referenced in this container.
- getAllReferencedSections() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getAllReferencedSections() - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getAllReferencedSections() - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getAllReferencedSections() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns all referenced sections in this node.
- getAnnotations() - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- getAppliedScale() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- getAssignmentRules() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the assignment rules.
- getAssignmentRules() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getAvailableConcentration(CellSection, ChemicalEntity) - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
- getAvailableConcentration(CellSection, ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getAvailableConcentration(CellSection, ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getAvailableConcentration(CellSection, ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getAvailableConcentration(ChemicalEntity, CellSection) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns the concentration of the given chemical entity in the given compartment.
- getAvailableFeatures() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getCatalyticReactants() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicReaction
-
- getCellSection() - Method in class de.bioforscher.singa.simulation.model.concentrations.Delta
-
Returns the cell section.
- getCellSection(String) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
Return the cell section with the given identifier.
- getCellSection() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns the primary cell section of this node (Membrane nodes may belong to multiple sections).
- getCellSections() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraph
-
- getChemicalEntities() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the chemical entities.
- getChemicalEntities() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getChemicalEntity() - Method in class de.bioforscher.singa.simulation.model.concentrations.Delta
-
Returns the chemical entity.
- getCompartments() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getConcentration(ChemicalEntity) - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Returns the representative concentration of a chemical entity.
- getConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Gets the concentration of the given chemical entity.
- getConcentrationContainer() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
- getContent() - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Returns the nodes belonging to this cell section.
- getCopy() - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Returns a copy of this concentration container.
- getCopy() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getCopy() - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- getCopy() - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- getCurrentCellSection() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- getCurrentCellSection() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getCurrentCellSection() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- getCurrentCellSection() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- getCurrentChemicalEntity() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- getCurrentChemicalEntity() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getCurrentNode() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- getCurrentNode() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getCurrentNode() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- getDeltas() - Method in class de.bioforscher.singa.simulation.model.concentrations.DeltaContainer
-
Returns all deltas.
- getDeltas() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns all deltas that are going to be applied to this node.
- getDisplayString() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getElapsedTime() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the elapsed time after the deltas of the current epoch are applied.
- getEnclosingMembrane() - Method in class de.bioforscher.singa.simulation.model.compartments.EnclosedCompartment
-
- getEntity() - Method in class de.bioforscher.singa.simulation.modules.model.LocalError
-
- getEntity() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reactant
-
Gets the entity representing this reactant.
- getEntityReference() - Method in class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- getEntityReference() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- getEpoch() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the current epoch number.
- getEpsilon() - Method in class de.bioforscher.singa.simulation.modules.model.TimeStepHarmonizer
-
- getExpression() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- getExpressionString() - Method in class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- getExpressionTokenizer() - Static method in class uk.co.cogitolearning.cogpar.Tokenizer
-
A static method that returns a tokenizer for mathematical expressions
- getFeature(Featureable, Class<? extends ScalableFeature<FeatureContent>>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- getFeature(ChemicalEntity<?>, Class<? extends ScalableFeature<FeatureContent>>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getFeature(ChemicalEntity<?>, Class<? extends ScalableFeature<FeatureContent>>) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- getFeature(Class<FeatureType>) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getFeatures() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getGlobalParameters() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getGraph() - Method in class de.bioforscher.singa.simulation.events.GraphUpdatedEvent
-
- getGraph() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the simulation graph.
- getGraph() - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- getHalfScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneEntry
-
- getHalfScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneExit
-
- getHalfScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneFlipFlop
-
- getHalfScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.scale.AppliedScale
-
- getIdentifier() - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Returns the identifier of this cell section.
- getIdentifier() - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- getInnerCompartment() - Method in class de.bioforscher.singa.simulation.model.compartments.Membrane
-
- getInnerLayer() - Method in class de.bioforscher.singa.simulation.model.compartments.Membrane
-
- getInnerLayerSection() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getInnerMembraneLayerConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getInnerPhaseConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getInnerPhaseSection() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getKineticLaw() - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicReaction
-
- getLargestLocalError() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourDependentModule
-
- getLargestLocalError() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getLargestLocalError() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- getLargestLocalError() - Method in interface de.bioforscher.singa.simulation.modules.model.Module
-
- getListeners() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
- getMembrane() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getMessage() - Method in exception uk.co.cogitolearning.cogpar.ParserException
-
Overrides RuntimeException.getMessage to add the token information
into the error message.
- getModules() - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Returns the modules.
- getName() - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
- getName() - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- getName() - Method in class uk.co.cogitolearning.cogpar.VariableExpressionNode
-
- getNode() - Method in class de.bioforscher.singa.simulation.events.NodeUpdatedEvent
-
- getNode() - Method in class de.bioforscher.singa.simulation.modules.model.LocalError
-
- getOuterLayer() - Method in class de.bioforscher.singa.simulation.model.compartments.Membrane
-
- getOuterLayerSection() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getOuterMembraneLayerConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getOuterPhaseConcentration(ChemicalEntity) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getOuterPhaseSection() - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- getParameters() - Method in class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- getProducts() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getQuantity() - Method in class de.bioforscher.singa.simulation.model.concentrations.Delta
-
Returns the quantity of the change.
- getQuantity() - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- getReactionOrder() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- getReactions() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getRole() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reactant
-
Gets the role of this reactant.
- getScaledFeature(Class<? extends ScalableFeature<FeatureContent>>) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneEntry
-
- getScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneExit
-
- getScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneFlipFlop
-
- getScaledQuantity() - Method in class de.bioforscher.singa.simulation.features.scale.AppliedScale
-
- getSimulation() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- getSimulation() - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- getStartingConcentrations() - Method in class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- getState() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Returns the node state.
- getStoichiometricNumber() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- getStoichiometricReactants() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
Returns the list of reactants for this reaction.
- getStrength() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.CatalyticReactant
-
Gets the strength of this Reactant.
- getSubstrates() - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- getTargetEntity() - Method in class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- getTime() - Method in class de.bioforscher.singa.simulation.events.NodeUpdatedEvent
-
- getToken() - Method in exception uk.co.cogitolearning.cogpar.ParserException
-
Get the token.
- getTokens() - Method in class uk.co.cogitolearning.cogpar.Tokenizer
-
Get the tokens generated in the last call to tokenize.
- getType() - Method in class uk.co.cogitolearning.cogpar.AdditionExpressionNode
-
Returns the type of the node, in this case ExpressionNode.ADDITION_NODE
- getType() - Method in class uk.co.cogitolearning.cogpar.ConstantExpressionNode
-
Returns the type of the node, in this case ExpressionNode.CONSTANT_NODE
- getType() - Method in class uk.co.cogitolearning.cogpar.ExponentiationExpressionNode
-
Returns the type of the node, in this case ExpressionNode.EXPONENTIATION_NODE
- getType() - Method in interface uk.co.cogitolearning.cogpar.ExpressionNode
-
Returns the type of the node.ExpressionNode
Each class derived from ExpressionNode representing a specific
role in the expression should return the type according to that
role.
- getType() - Method in class uk.co.cogitolearning.cogpar.FunctionExpressionNode
-
Returns the type of the node, in this case ExpressionNode.FUNCTION_NODE
- getType() - Method in class uk.co.cogitolearning.cogpar.MultiplicationExpressionNode
-
Returns the type of the node, in this case ExpressionNode.MULTIPLICATION_NODE
- getType() - Method in class uk.co.cogitolearning.cogpar.VariableExpressionNode
-
Returns the type of the node, in this case ExpressionNode.VARIABLE_NODE
- getValue() - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- getValue() - Method in class de.bioforscher.singa.simulation.modules.model.LocalError
-
- getValue() - Method in class uk.co.cogitolearning.cogpar.AdditionExpressionNode
-
Returns the value of the sub-expression that is rooted at this node.
- getValue() - Method in class uk.co.cogitolearning.cogpar.ConstantExpressionNode
-
Returns the value of the constant
- getValue() - Method in class uk.co.cogitolearning.cogpar.ExponentiationExpressionNode
-
Returns the value of the sub-expression that is rooted at this node.
- getValue() - Method in interface uk.co.cogitolearning.cogpar.ExpressionNode
-
Calculates and returns the value of the sub-expression represented by
the node.
- getValue() - Method in class uk.co.cogitolearning.cogpar.FunctionExpressionNode
-
Returns the value of the sub-expression that is rooted at this node.
- getValue() - Method in class uk.co.cogitolearning.cogpar.MultiplicationExpressionNode
-
Returns the value of the sub-expression that is rooted at this node.
- getValue() - Method in class uk.co.cogitolearning.cogpar.VariableExpressionNode
-
Returns the value of the variable but throws an exception if the value has
not been set
- GraphMLContentHandler - Class in de.bioforscher.singa.simulation.parser.graphs
-
Currently supports parsing nodes and connecting them with the given edges.
- GraphMLContentHandler() - Constructor for class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- GraphMLExportService - Class in de.bioforscher.singa.simulation.parser.graphs
-
This class contains a single static method to export a
Graph to a GraphML
file.
- GraphMLExportService() - Constructor for class de.bioforscher.singa.simulation.parser.graphs.GraphMLExportService
-
- GraphMLParserService - Class in de.bioforscher.singa.simulation.parser.graphs
-
- GraphMLParserService(String) - Constructor for class de.bioforscher.singa.simulation.parser.graphs.GraphMLParserService
-
- GraphUpdatedEvent - Class in de.bioforscher.singa.simulation.events
-
- GraphUpdatedEvent(AutomatonGraph) - Constructor for class de.bioforscher.singa.simulation.events.GraphUpdatedEvent
-
- SabioRKParserService - Class in de.bioforscher.singa.simulation.parser.sbml
-
- SabioRKParserService(String) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.SabioRKParserService
-
- SBMLAssignmentRuleConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
- SBMLAssignmentRuleConverter(Map<String, Unit<?>>, Map<String, ChemicalEntity>, Map<String, FunctionReference>, Map<String, SimulationParameter<?>>) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLAssignmentRuleConverter
-
- SBMLExpressionConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
- SBMLExpressionConverter(Map<String, Unit<?>>, Map<String, FunctionReference>, Map<String, SimulationParameter<?>>) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLExpressionConverter
-
- SBMLKineticLawConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
Converts JSBML KineticLaws to SiNGA KineticLaws
- SBMLKineticLawConverter(Map<String, Unit<?>>, Map<String, FunctionReference>, Map<String, SimulationParameter<?>>) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLKineticLawConverter
-
- SBMLParameterConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
Converts JSBML Parameters to SiNGA Parameters.
- SBMLParameterConverter(Map<String, Unit<?>>) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLParameterConverter
-
- SBMLParser - Class in de.bioforscher.singa.simulation.parser.sbml
-
- SBMLParser(InputStream) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.SBMLParser
-
- SBMLReactionConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
Converts JSBML Reactions to SiNGA Reactions
- SBMLReactionConverter(Map<String, Unit<?>>, Map<String, ChemicalEntity>, Map<String, FunctionReference>, Map<String, SimulationParameter<?>>) - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLReactionConverter
-
- SBMLUnitConverter - Class in de.bioforscher.singa.simulation.parser.sbml.converter
-
Converts JSBML Units to UnitsOfMeasurement Units.
- SBMLUnitConverter() - Constructor for class de.bioforscher.singa.simulation.parser.sbml.converter.SBMLUnitConverter
-
- scale(Quantity<Time>, Quantity<Length>) - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneEntry
-
- scale(Quantity<Time>, Quantity<Length>) - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneExit
-
- scale(Quantity<Time>, Quantity<Length>) - Method in class de.bioforscher.singa.simulation.features.permeability.MembraneFlipFlop
-
- scale(Quantity<Time>, Quantity<Length>) - Method in class de.bioforscher.singa.simulation.features.scale.AppliedScale
-
- sequence - Variable in class uk.co.cogitolearning.cogpar.Token
-
the string that the token was created from
- SequenceExpressionNode - Class in uk.co.cogitolearning.cogpar
-
A base class for AdditionExpressionNode and MultiplicationExpressionNode.
- SequenceExpressionNode() - Constructor for class uk.co.cogitolearning.cogpar.SequenceExpressionNode
-
Default constructor.
- SequenceExpressionNode(ExpressionNode, boolean) - Constructor for class uk.co.cogitolearning.cogpar.SequenceExpressionNode
-
Constructor to create a sequence with the first term already added.
- SequenceExpressionNode.Term - Class in uk.co.cogitolearning.cogpar
-
An inner class that defines a pair containing an ExpressionNode and a
boolean flag.
- setAppliedScale(Double) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- setAssignmentRules(List<AssignmentRule>) - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Adds a list of assignment rules, sorting them by their dependencies.
- setAvailableConcentration(CellSection, ChemicalEntity, Quantity<MolarConcentration>) - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Sets the available concentration based on the given compartment.
- setAvailableConcentration(CellSection, ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- setAvailableConcentration(CellSection, ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- setAvailableConcentration(CellSection, ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- setAvailableConcentration(ChemicalEntity, CellSection, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Gets the concentration of the given chemical entity in the given compartment.
- setCatalyticReactants(List<CatalyticReactant>) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicReaction
-
- setCellSection(CellSection) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the cell section of this node and references the node in the corresponding section.
- setChemicalEntities(Set<ChemicalEntity<?>>) - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Sets all chemical entities at once.
- setConcentration(ChemicalEntity, Quantity<MolarConcentration>) - Method in interface de.bioforscher.singa.simulation.model.concentrations.ConcentrationContainer
-
Sets the representative concentration of a chemical entity.
- setConcentration(ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.MembraneContainer
-
- setConcentration(ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.MultiConcentrationContainer
-
- setConcentration(ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- setConcentration(ChemicalEntity, double) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the concentration of the entity in mol/l.
- setConcentration(ChemicalEntity, Quantity<MolarConcentration>) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the concentration of the entity.
- setConcentrationContainer(ConcentrationContainer) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
- setConcentrations(double, ChemicalEntity...) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the concentration of the given chemical entities.
- setContent(Set<AutomatonNode>) - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Sets the content of this cell section.
- setCurrentCellSection(CellSection) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicKineticLaw
-
- setDocumentLocator(Locator) - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- setElementary(boolean) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
Sets this Reaction as elementary.
- setEnclosingMembrane(Membrane) - Method in class de.bioforscher.singa.simulation.model.compartments.EnclosedCompartment
-
- setEntity(ChemicalEntity<?>) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reactant
-
Sets the entity representing this reactant.
- setEntityReference(Map<ChemicalEntity, String>) - Method in class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- setEpsilon(double) - Method in class de.bioforscher.singa.simulation.modules.model.TimeStepHarmonizer
-
- setFeature(Class<FeatureType>) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- setFeature(FeatureType) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
- setGraph(AutomatonGraph) - Method in class de.bioforscher.singa.simulation.modules.model.Simulation
-
Sets the simulation graph and adds all entities referenced in the graph to the chemical entities of the
simulation.
- setKineticLaw(DynamicKineticLaw) - Method in class de.bioforscher.singa.simulation.modules.reactions.implementations.DynamicReaction
-
- setObserved(boolean) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the observed state of this node.
- setParameter(SimulationParameter) - Method in class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- setParameters(List<SimulationParameter>) - Method in class de.bioforscher.singa.simulation.model.rules.AppliedExpression
-
- setQuantity(Quantity<QuantityType>) - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- setRateDetermining(boolean) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- setReactionOrder(double) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- setRole(ReactantRole) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reactant
-
Gets the role of this reactant.
- setSimulation(Simulation) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractNeighbourIndependentModule
-
- setSimulation(Simulation) - Method in class de.bioforscher.singa.simulation.modules.model.AbstractSectionSpecificModule
-
- setState(NodeState) - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Sets the state.
- setStoichiometricNumber(double) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- setStoichiometricReactants(List<StoichiometricReactant>) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.Reaction
-
Sets the list of reactants for this reaction.
- setStrength(double) - Method in class de.bioforscher.singa.simulation.modules.reactions.model.CatalyticReactant
-
Sets the strength of this Reactant.
- setSubsection(boolean) - Method in class de.bioforscher.singa.simulation.model.compartments.CellSection
-
Set true if this cell section is a subsection of another section.
- setTargetEntity(ChemicalEntity<?>) - Method in class de.bioforscher.singa.simulation.model.rules.AssignmentRule
-
- setValue(double) - Method in class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- setValue(double) - Method in class uk.co.cogitolearning.cogpar.VariableExpressionNode
-
Sets the value of the variable
- SetVariable - Class in uk.co.cogitolearning.cogpar
-
A visitor that sets a variable with a specific name to a given value
- SetVariable(String, double) - Constructor for class uk.co.cogitolearning.cogpar.SetVariable
-
Construct the visitor with the name and the value of the variable to set
- shiftDeltas() - Method in class de.bioforscher.singa.simulation.model.graphs.AutomatonNode
-
Shifts the deltas from the potential delta list to the final delta list.
- SimpleConcentrationContainer - Class in de.bioforscher.singa.simulation.model.concentrations
-
- SimpleConcentrationContainer(CellSection) - Constructor for class de.bioforscher.singa.simulation.model.concentrations.SimpleConcentrationContainer
-
- Simulation - Class in de.bioforscher.singa.simulation.modules.model
-
The simulation calss encapsulates everything that is needed to perform a Simulation based on cellular graph automata.
- Simulation() - Constructor for class de.bioforscher.singa.simulation.modules.model.Simulation
-
Creates a new plain simulation.
- SimulationExamples - Class in de.bioforscher.singa.simulation.modules.model
-
A factory class that can be used to create different examples to test and explore certain aspects to the api.
- SimulationExamples() - Constructor for class de.bioforscher.singa.simulation.modules.model.SimulationExamples
-
- SimulationParameter<QuantityType extends javax.measure.Quantity<QuantityType>> - Class in de.bioforscher.singa.simulation.model.parameters
-
- SimulationParameter(String) - Constructor for class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- SimulationParameter(String, Quantity<QuantityType>) - Constructor for class de.bioforscher.singa.simulation.model.parameters.SimulationParameter
-
- skippedEntity(String) - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- sortAssignmentRulesByPriority(List<AssignmentRule>) - Static method in class de.bioforscher.singa.simulation.model.rules.AssignmentRules
-
- splitRectangularGraphWithMembrane(AutomatonGraph, GridCoordinateConverter, EnclosedCompartment, CellSection) - Static method in class de.bioforscher.singa.simulation.model.graphs.AutomatonGraphs
-
- startDocument() - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- startElement(String, String, String, Attributes) - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- startPrefixMapping(String, String) - Method in class de.bioforscher.singa.simulation.parser.graphs.GraphMLContentHandler
-
- step() - Method in class de.bioforscher.singa.simulation.modules.model.TimeStepHarmonizer
-
- StoichiometricReactant - Class in de.bioforscher.singa.simulation.modules.reactions.model
-
StoichiometricReactants are
Reactants that are consumed or produced during the reaction.
- StoichiometricReactant(ChemicalEntity, ReactantRole, double, double) - Constructor for class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- StoichiometricReactant(ChemicalEntity, ReactantRole, double) - Constructor for class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- StoichiometricReactant(ChemicalEntity, ReactantRole, boolean) - Constructor for class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-
- StoichiometricReactant(ChemicalEntity, ReactantRole) - Constructor for class de.bioforscher.singa.simulation.modules.reactions.model.StoichiometricReactant
-