Uses of Interface
org.hobbit.core.components.Component
Packages that use Component
-
Uses of Component in org.hobbit.core.components
Subinterfaces of Component in org.hobbit.core.componentsModifier and TypeInterfaceDescriptioninterfaceThis interface is implemented by components that want to receive and process commands from the hobbit command queue.interfaceThis interface is implemented by components that want to receive the expected responses from the task generator component.interfaceThis interface is implemented by components that want to receive data that is sent by a data generator component.interfaceThis interface is implemented by components that want to receive the responses from the system.interfaceThis 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 ComponentModifier and TypeClassDescriptionclassThis abstract class implements basic methods for a benchmark controller.classclassThis abstract class implements basic functionalities of a hobbit component.classclassThis abstract class implements basic functions that can be used to implement a task generator.classThis abstract class implements basic functions that can be used to implement a task generator.classThis extension of theAbstractCommandReceivingComponentoffers some platform functionalities to other classes by implementing thePlatformConnectorinterface.classExtension of theAbstractTaskGeneratorthat offers methods to wait for acknowledgements for single tasks.classThis abstract class implements basic functions that can be used to implement a system adapter.classThis 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 ComponentModifier and TypeClassDescriptionclassSimple 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 ComponentMethods in org.hobbit.core.run that return ComponentModifier and TypeMethodDescriptionprivate 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.Methods in org.hobbit.core.run with parameters of type Component