Class AbstractProtocolAdapter<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:
    ProtocolAdapter<O,​I,​CO,​CI>
    Direct Known Subclasses:
    TranslatingProtocolAdapter

    public abstract class AbstractProtocolAdapter<O,​I,​CO,​CI>
    extends java.lang.Object
    implements ProtocolAdapter<O,​I,​CO,​CI>
    Basic protocol adapter implementation.
    Author:
    Holger Eichelberger, SSE
    • Constructor Detail

      • AbstractProtocolAdapter

        public AbstractProtocolAdapter()