Class TraceToAasService.YamlConstructionInfo
java.lang.Object
de.iip_ecosphere.platform.services.environment.services.TraceToAasService.YamlConstructionInfo
- Enclosing class:
TraceToAasService
Represents construction information.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate de.iip_ecosphere.platform.support.iip_aas.ApplicationSetupprivate YamlService -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedYamlConstructionInfo(String serviceId, InputStream ymlFile) Creates an instance by readingyamlFile. -
Method Summary
-
Field Details
-
app
private de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app -
service
-
-
Constructor Details
-
YamlConstructionInfo
Creates an instance by readingyamlFile.- Parameters:
serviceId- the service idymlFile- the YML file containing the YAML artifact with the service descriptor
-