Package org.hobbit.core.components
Interface Component
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
CommandReceivingComponent,ExpectedResponseReceivingComponent,GeneratedDataReceivingComponent,ResponseReceivingComponent,TaskReceivingComponent
- All Known Implementing Classes:
AbstractBenchmarkController,AbstractCommandReceivingComponent,AbstractComponent,AbstractDataGenerator,AbstractEvaluationModule,AbstractEvaluationStorage,AbstractPlatformConnectorComponent,AbstractSequencingTaskGenerator,AbstractSystemAdapter,AbstractTaskGenerator,InMemoryEvaluationStore
public interface Component extends Closeable
The basic interface of a hobbit component.- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()This method initializes the component.voidrun()This method executes the component.
-