Uses of Interface
org.hobbit.core.components.CommandReceivingComponent
-
Packages that use CommandReceivingComponent Package Description org.hobbit.core.components org.hobbit.core.components.test -
-
Uses of CommandReceivingComponent in org.hobbit.core.components
Classes in org.hobbit.core.components that implement CommandReceivingComponent Modifier and Type Class Description classAbstractBenchmarkControllerThis abstract class implements basic methods for a benchmark controller.classAbstractCommandReceivingComponentclassAbstractDataGeneratorclassAbstractEvaluationModuleThis abstract class implements basic functions that can be used to implement a task generator.classAbstractEvaluationStorageThis abstract class implements basic functions that can be used to implement a task generator.classAbstractPlatformConnectorComponentThis extension of theAbstractCommandReceivingComponentoffers some platform functionalities to other classes by implementing thePlatformConnectorinterface.classAbstractSequencingTaskGeneratorExtension of theAbstractTaskGeneratorthat offers methods to wait for acknowledgements for single tasks.classAbstractSystemAdapterThis abstract class implements basic functions that can be used to implement a system adapter.classAbstractTaskGeneratorThis abstract class implements basic functions that can be used to implement a task generator. -
Uses of CommandReceivingComponent in org.hobbit.core.components.test
Classes in org.hobbit.core.components.test that implement CommandReceivingComponent Modifier and Type Class Description classInMemoryEvaluationStoreSimple in-memory implementation of an evaluation storage that can be used for testing purposes.
-