Class AbstractRandomizableAction
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public abstract class AbstractRandomizableAction<T> extends AbstractAction<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractRandomizableAction(Node<T> node, RandomGenerator random)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class it.unibo.alchemist.model.actions.AbstractAction
getOutboundDependencies, toString
-
Methods inherited from class it.unibo.alchemist.model.Action
cloneAction, execute, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-