Package jadex.bridge
Interface ITypedComponentStep<T>
-
- All Superinterfaces:
IComponentStep<T>
public interface ITypedComponentStep<T> extends IComponentStep<T>
Component step with explicit return type.
-
-
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 Abstract Methods Modifier and Type Method Description java.lang.Class<?>
getReturnType()
-
Methods inherited from interface jadex.bridge.IComponentStep
execute
-
-