Interface SAPERETimeDistribution
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.TimeDistribution
,java.io.Serializable
,java.lang.Cloneable
public interface SAPERETimeDistribution implements TimeDistribution<T>
Interface for TimeDistribution that need matches.
-
-
Method Summary
Modifier and Type Method Description abstract boolean
isStatic()
abstract void
setMatches(Map<HashString, ITreeNode<out Object>> match)
abstract IExpression
getRateEquation()
-
-
Method Detail
-
isStatic
abstract boolean isStatic()
- Returns:
true if the equation is actually a number
-
setMatches
abstract void setMatches(Map<HashString, ITreeNode<out Object>> match)
- Parameters:
match
- the map of matches
-
getRateEquation
abstract IExpression getRateEquation()
- Returns:
the rate equation
-
-
-
-