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 Summary
Constructors Constructor Description PrintTimeStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
execute(IInternalAccess ia)
Execute the command.
-
-
-
Method Detail
-
execute
public IFuture<java.lang.Void> execute(IInternalAccess ia)
Execute the command.- Specified by:
execute
in interfaceIComponentStep<java.lang.Void>
- Parameters:
args
- The argument(s) for the call.- Returns:
- The result of the command.
-
-