-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.TimeDistribution,java.io.Serializable,java.lang.Cloneable
public interface SAPERETimeDistribution implements TimeDistribution<List<ILsaMolecule>>
Interface for TimeDistribution that need matches.
-
-
Method Summary
Modifier and Type Method Description abstract booleanisStatic()abstract voidsetMatches(Map<HashString, ITreeNode<out Object>> match)abstract IExpressiongetRateEquation()-
-
Method Detail
-
isStatic
abstract boolean isStatic()
-
setMatches
abstract void setMatches(Map<HashString, ITreeNode<out Object>> match)
- Parameters:
match- the map of matches
-
getRateEquation
abstract IExpression getRateEquation()
-
-
-
-