Package it.unibo.alchemist.model.actions
Class AbstractAction
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Action
,java.io.Serializable
public abstract class AbstractAction<T> implements Action<T>
An abstract class facility with some generic methods implemented.
-
-
Method Summary
Modifier and Type Method Description final ListSet<out Dependency>
getOutboundDependencies()
How to override: if you intend your action to influence any reaction with compatible context, return null. String
toString()
-
-
Method Detail
-
getOutboundDependencies
@Nonnull() final ListSet<out Dependency> getOutboundDependencies()
How to override: if you intend your action to influence any reaction with compatible context, return null.
-
-
-
-