Class AbstractChannelConnector<O,I,CO,CI>

java.lang.Object
de.iip_ecosphere.platform.connectors.AbstractConnector<O,I,CO,CI>
de.iip_ecosphere.platform.connectors.AbstractChannelConnector<O,I,CO,CI>
Type Parameters:
O - the output type from the underlying machine/platform
I - the input type to the underlying machine/platform
CO - the output type of the connector
CI - the input type of the connector
All Implemented Interfaces:
Connector<O,I,CO,CI>, EventHandlingConnector, AbstractModelAccess.NotificationChangedListener

public abstract class AbstractChannelConnector<O,I,CO,CI> extends AbstractConnector<O,I,CO,CI>
Defines a basic channeled connector.
Author:
Holger Eichelberger, SSE