-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.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. StringtoString()-
-
Method Detail
-
getOutboundDependencies
final ListSet<out Dependency> getOutboundDependencies()
How to override: if you intend your action to influence any reaction with compatible context, return null.
-
-
-
-