Class Trigger
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.TimeDistribution
,java.io.Serializable
,java.lang.Cloneable
public final class Trigger<T> extends AbstractDistribution<T>
-
-
Method Summary
Modifier and Type Method Description double
getRate()
Trigger<T>
cloneOnNewNode(@Nonnull() Node<T> destination, @Nonnull() Time currentTime)
-
Methods inherited from class it.unibo.alchemist.model.timedistributions.AbstractDistribution
getNextOccurence, update
-
Methods inherited from class it.unibo.alchemist.model.TimeDistribution
cloneOnNewNode, getNextOccurence, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-