Uses of Interface
org.hobbit.core.components.Component
-
Packages that use Component Package Description org.hobbit.core.components org.hobbit.core.components.test org.hobbit.core.run -
-
Uses of Component in org.hobbit.core.components
Subinterfaces of Component in org.hobbit.core.components Modifier and Type Interface Description interfaceCommandReceivingComponentThis interface is implemented by components that want to receive and process commands from the hobbit command queue.interfaceExpectedResponseReceivingComponentThis interface is implemented by components that want to receive the expected responses from the task generator component.interfaceGeneratedDataReceivingComponentThis interface is implemented by components that want to receive data that is sent by a data generator component.interfaceResponseReceivingComponentThis interface is implemented by components that want to receive the responses from the system.interfaceTaskReceivingComponentThis interface is implemented by components that want to receive task data that is sent by a task generator component.Classes in org.hobbit.core.components that implement Component Modifier and Type Class Description classAbstractBenchmarkControllerThis abstract class implements basic methods for a benchmark controller.classAbstractCommandReceivingComponentclassAbstractComponentThis abstract class implements basic functionalities of a hobbit component.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 Component in org.hobbit.core.components.test
Classes in org.hobbit.core.components.test that implement Component Modifier and Type Class Description classInMemoryEvaluationStoreSimple in-memory implementation of an evaluation storage that can be used for testing purposes. -
Uses of Component in org.hobbit.core.run
Fields in org.hobbit.core.run declared as Component Modifier and Type Field Description private static ComponentComponentStarter. componentMethods in org.hobbit.core.run that return Component Modifier and Type Method Description private static ComponentComponentStarter. createComponentInstance(String className)This method simply creates an instance of the given class by calling a constructor that needs no arguments and cats the newly created instance into aComponentinstance.
-