Package jadex.micro.tutorial
Class PrintTimeStep
- java.lang.Object
- 
- jadex.micro.tutorial.PrintTimeStep
 
- 
- All Implemented Interfaces:
- IComponentStep<java.lang.Void>
 
 public class PrintTimeStep extends java.lang.Object implements IComponentStep<java.lang.Void> Component step that prints the time.
- 
- 
Constructor SummaryConstructors Constructor Description PrintTimeStep()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>execute(IInternalAccess ia)Execute the command.
 
- 
- 
- 
Method Detail- 
executepublic IFuture<java.lang.Void> execute(IInternalAccess ia) Execute the command.- Specified by:
- executein interface- IComponentStep<java.lang.Void>
- Parameters:
- args- The argument(s) for the call.
- Returns:
- The result of the command.
 
 
- 
 
-