Class Generator
- java.lang.Object
-
- de.iip_ecosphere.platform.configuration.opcua.parser.Generator
-
public class Generator extends java.lang.ObjectGenerates the IVML model.- Author:
- Jan-Hendrik Cepok, SSE
-
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgenerateIVMLModel(java.lang.String fileName, java.io.File ivmlFile, java.util.ArrayList<BaseType> hierarchy)Generates the IVML model in the givenfileName.static voidgenerateVDWConnectorSettings(java.lang.String fileName, java.util.ArrayList<BaseType> hierarchy, java.lang.String folder)Generates the respective connector settings for the givenfileName.
-
-
-
Method Detail
-
generateIVMLModel
public static void generateIVMLModel(java.lang.String fileName, java.io.File ivmlFile, java.util.ArrayList<BaseType> hierarchy)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(java.lang.String fileName, java.util.ArrayList<BaseType> hierarchy, java.lang.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
-
-