Package jadex.bridge
Interface ITypedComponentStep<T>
- 
- All Superinterfaces:
 IComponentStep<T>
public interface ITypedComponentStep<T> extends IComponentStep<T>
Component step with explicit return type. 
- 
- 
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 
 - 
 
 -