Uses of Class
org.hobbit.core.components.AbstractCommandReceivingComponent
-
Packages that use AbstractCommandReceivingComponent Package Description org.hobbit.core.components org.hobbit.core.components.test -
-
Uses of AbstractCommandReceivingComponent in org.hobbit.core.components
Subclasses of AbstractCommandReceivingComponent in org.hobbit.core.components Modifier and Type Class Description classAbstractBenchmarkControllerThis abstract class implements basic methods for a benchmark controller.classAbstractDataGeneratorclassAbstractEvaluationModuleThis 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 AbstractCommandReceivingComponent in org.hobbit.core.components.test
Subclasses of AbstractCommandReceivingComponent in org.hobbit.core.components.test Modifier and Type Class Description classInMemoryEvaluationStoreSimple in-memory implementation of an evaluation storage that can be used for testing purposes.
-