Class AbstractPlatformConnectorComponent

All Implemented Interfaces:
Closeable, AutoCloseable, CommandReceivingComponent, Component, PlatformConnector
Direct Known Subclasses:
AbstractBenchmarkController, AbstractDataGenerator, AbstractEvaluationModule, AbstractEvaluationStorage, AbstractSystemAdapter, AbstractTaskGenerator

public abstract class AbstractPlatformConnectorComponent extends AbstractCommandReceivingComponent implements PlatformConnector
This extension of the AbstractCommandReceivingComponent offers some platform functionalities to other classes by implementing the PlatformConnector interface.
Author:
Michael Röder (roeder@informatik.uni-leipzig.de)