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 SummaryConstructors Constructor Description ImmediateComponentStep()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()Get the priority of the step.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.bridge.IComponentStepexecute
 
- 
 
- 
- 
- 
Method Detail- 
getPrioritypublic int getPriority() Get the priority of the step.- Specified by:
- getPriorityin interface- IPriorityComponentStep<T>
- Returns:
- The priority. Some priority levels are defined as constants in IExecutionFeature.
 
 
- 
 
-