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.
    • Method Detail

      • getPriority

        default int getPriority()
        Get the priority of the step.
        Returns:
        The priority. Some priority levels are defined as constants in IExecutionFeature.
      • isInherit

        default boolean isInherit()
        Get the inherit flag.
        Returns:
        True, if priority should be inherited.