Interface ConnectorOutputTypeTranslator<S,​T>

    • Method Detail

      • initializeModelAccess

        void initializeModelAccess()
                            throws java.io.IOException
        Called to initialize the model access, e.g., to setup notifications. Called only, when the connector is connected.
        Throws:
        java.io.IOException - in case the initialization fails, e.g., monitors cannot be set up
      • getSourceType

        java.lang.Class<? extends S> getSourceType()
        Returns the source type.
        Returns:
        the source type
      • getTargetType

        java.lang.Class<? extends T> getTargetType()
        Returns the target type.
        Returns:
        the target type