Package jadex.bridge
Interface IPriorityComponentStep<T>
-
- All Superinterfaces:
IComponentStep<T>
public interface IPriorityComponentStep<T> extends IComponentStep<T>
A priority component step can define an execution priority.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadex.bridge.IComponentStep
IComponentStep.MyInit
-
-
Field Summary
-
Fields inherited from interface jadex.bridge.IComponentStep
__myinit, CURRENT_STEP
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default int
getPriority()
Get the priority of the step.default boolean
isInherit()
Get the inherit flag.-
Methods inherited from interface jadex.bridge.IComponentStep
execute
-
-