Class Generator
java.lang.Object
de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser.Generator
Generates the IVML model.
- Author:
- Jan-Hendrik Cepok, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateIVMLModel(String fileName, File ivmlFile, ArrayList<BaseType> hierarchy) Generates the IVML model in the givenfileName.static voidgenerateVDWConnectorSettings(String fileName, ArrayList<BaseType> hierarchy, String folder) Generates the respective connector settings for the givenfileName.
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
generateIVMLModel
Generates the IVML model in the givenfileName.- Parameters:
fileName- the file name for the IVML modelivmlFile- the output filehierarchy- the parsed element hierarchy
-
generateVDWConnectorSettings
public static void generateVDWConnectorSettings(String fileName, ArrayList<BaseType> hierarchy, String folder) Generates the respective connector settings for the givenfileName.- Parameters:
fileName- the file name for the IVML modelhierarchy- the parsed element hierarchyfolder- target folder
-