Package jadex.bridge
Class ImmediateComponentStep<T>
- java.lang.Object
-
- jadex.bridge.ImmediateComponentStep<T>
-
- All Implemented Interfaces:
IComponentStep<T>
,IPriorityComponentStep<T>
public abstract class ImmediateComponentStep<T> extends java.lang.Object implements IPriorityComponentStep<T>
Simple abstract class for immediate component steps. Allows for implementing the execute() logic only.
-
-
Constructor Summary
Constructors Constructor Description ImmediateComponentStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
Get the priority of the step.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.bridge.IComponentStep
execute
-
-
-
-
Method Detail
-
getPriority
public int getPriority()
Get the priority of the step.- Specified by:
getPriority
in interfaceIPriorityComponentStep<T>
- Returns:
- The priority. Some priority levels are defined as constants in IExecutionFeature.
-
-