Package bio.singa.simulation.model.rules
Class AssignmentRule
- java.lang.Object
-
- bio.singa.simulation.model.rules.AssignmentRule
-
public class AssignmentRule extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description AssignmentRule(ChemicalEntity targetEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyRule(AutomatonNode node)Map<ChemicalEntity,String>getEntityReference()ChemicalEntitygetTargetEntity()voidreferenceChemicalEntityToParameter(String parameterIdentifier, ChemicalEntity entity)voidsetEntityReference(Map<ChemicalEntity,String> entityReference)voidsetTargetEntity(ChemicalEntity targetEntity)
-
-
-
Constructor Detail
-
AssignmentRule
public AssignmentRule(ChemicalEntity targetEntity)
-
-
Method Detail
-
getTargetEntity
public ChemicalEntity getTargetEntity()
-
setTargetEntity
public void setTargetEntity(ChemicalEntity targetEntity)
-
referenceChemicalEntityToParameter
public void referenceChemicalEntityToParameter(String parameterIdentifier, ChemicalEntity entity)
-
getEntityReference
public Map<ChemicalEntity,String> getEntityReference()
-
setEntityReference
public void setEntityReference(Map<ChemicalEntity,String> entityReference)
-
applyRule
public void applyRule(AutomatonNode node)
-
-