Package jadex.bridge
Interface IPriorityComponentStep<T>
-
- All Superinterfaces:
IComponentStep<T>
- All Known Implementing Classes:
ImmediateComponentStep
public interface IPriorityComponentStep<T> extends IComponentStep<T>
A priority component step can define an execution priority.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPriority()
Get the priority of the step.-
Methods inherited from interface jadex.bridge.IComponentStep
execute
-
-