Uses of Interface
de.iip_ecosphere.platform.connectors.model.ModelAccessProvider
-
Packages that use ModelAccessProvider Package Description de.iip_ecosphere.platform.connectors.types Type translation classes for connectors. -
-
Uses of ModelAccessProvider in de.iip_ecosphere.platform.connectors.types
Subinterfaces of ModelAccessProvider in de.iip_ecosphere.platform.connectors.types Modifier and Type Interface Description interfaceConnectorInputTypeTranslator<T,S>Refines theTypeTranslatorfor the use with machine connectors.interfaceConnectorOutputTypeTranslator<S,T>Refines theTypeTranslatorfor the use with machine connectors.Classes in de.iip_ecosphere.platform.connectors.types that implement ModelAccessProvider Modifier and Type Class Description classAbstractConnectorInputTypeTranslator<T,S>An abstract basic implementation of theConnectorInputTypeTranslatorto store theModelAccess.classAbstractConnectorOutputTypeTranslator<S,T>An abstract basic implementation of theConnectorOutputTypeTranslatorto store theModelAccess.classChanneledConnectorOutputTypeAdapter<T>SpecializedConnectorOutputTypeAdapterto handle the reception channel.classConnectorInputTypeAdapter<S>Adapts a basic input translator/serializer for reuse.classConnectorOutputTypeAdapter<T>Adapts a basic output translator/serializer for reuse.
-