Interface ConnectorInputTypeTranslator<T,S>
-
- Type Parameters:
T- the target type (seeTypeTranslator)S- the source type (seeTypeTranslator)
- All Superinterfaces:
de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,S>,ModelAccessProvider
- All Known Implementing Classes:
AbstractConnectorInputTypeTranslator,ConnectorInputTypeAdapter
public interface ConnectorInputTypeTranslator<T,S> extends de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,S>, ModelAccessProvider
Refines theTypeTranslatorfor the use with machine connectors.- Author:
- Holger Eichelberger, SSE
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.model.ModelAccessProvider
ModelAccessProvider.IOModelAccessFunction, ModelAccessProvider.IOVoidFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends S>getSourceType()Returns the source type.java.lang.Class<? extends T>getTargetType()Returns the target type.-
Methods inherited from interface de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator
from
-
Methods inherited from interface de.iip_ecosphere.platform.connectors.model.ModelAccessProvider
getModelAccess, setModelAccess
-
-