Uses of Class
de.iip_ecosphere.platform.configuration.opcua.data.BaseType
-
Packages that use BaseType Package Description de.iip_ecosphere.platform.configuration.opcua.data de.iip_ecosphere.platform.configuration.opcua.parser -
-
Uses of BaseType in de.iip_ecosphere.platform.configuration.opcua.data
Subclasses of BaseType in de.iip_ecosphere.platform.configuration.opcua.data Modifier and Type Class Description classDataTypeRepresents an OPC UA data type.classEnumTypeRepresents an OPC UA enumeration type.classFieldMethodTypeRepresents an OPC UA field method type.classFieldObjectTypeRepresents an OPC UA field object type.classFieldTypeRepresents an OPC UA field type.classFieldVariableTypeRepresents an OPC UA field variable type.classMethodTypeRepresents an OPC UA method type (declaration).classObjectTypeRepresents an OPC UA object type (declaration).classObjectTypeTypeRepresents an object meta type.classRootMethodTypeRepresents an OPC UA root method.classRootObjectTypeRepresents an OPC UA root object.classRootVariableTypeRepresents an OPC UA root variable.classVariableTypeTypeRepresents a variable meta-type. -
Uses of BaseType in de.iip_ecosphere.platform.configuration.opcua.parser
Fields in de.iip_ecosphere.platform.configuration.opcua.parser with type parameters of type BaseType Modifier and Type Field Description private java.util.ArrayList<BaseType>DomParser. hierarchyMethods in de.iip_ecosphere.platform.configuration.opcua.parser with parameters of type BaseType Modifier and Type Method Description private voidDomParser. addElement(BaseType element, ElementType type)Adds an element to the hierarchy.private static java.lang.StringDomParser. searchVarName(BaseType uaElement, java.util.ArrayList<BaseType> hierarchy)Searches for a field type variable name.Method parameters in de.iip_ecosphere.platform.configuration.opcua.parser with type arguments of type BaseType Modifier and Type Method Description static voidCollector. collectInformation(java.lang.String fileName, org.w3c.dom.NodeList objectTypeList, org.w3c.dom.NodeList objectList, org.w3c.dom.NodeList variableList, org.w3c.dom.NodeList methodList, org.w3c.dom.NodeList dataTypeList, org.w3c.dom.NodeList variableTypeList, java.util.ArrayList<BaseType> hierarchy, int reqModels)Collects the information parameters.static voidGenerator. generateIVMLModel(java.lang.String fileName, java.io.File ivmlFile, java.util.ArrayList<BaseType> hierarchy)Generates the IVML model in the givenfileName.static voidGenerator. generateVDWConnectorSettings(java.lang.String fileName, java.util.ArrayList<BaseType> hierarchy, java.lang.String folder)Generates the respective connector settings for the givenfileName.private static java.lang.StringDomParser. searchVarName(BaseType uaElement, java.util.ArrayList<BaseType> hierarchy)Searches for a field type variable name.Constructor parameters in de.iip_ecosphere.platform.configuration.opcua.parser with type arguments of type BaseType Constructor Description DomParser(org.w3c.dom.NodeList objectTypeList, org.w3c.dom.NodeList objectList, org.w3c.dom.NodeList variableList, org.w3c.dom.NodeList methodList, org.w3c.dom.NodeList dataTypeList, org.w3c.dom.NodeList variableTypeList, org.w3c.dom.NodeList aliasList, java.util.ArrayList<BaseType> hierarchy)Creates a DOM parser/translator.
-