Uses of Class
de.iip_ecosphere.platform.configuration.easyProducer.opcua.data.BaseType
Packages that use BaseType
Package
Description
OPC UA data representation.
OPC UA XML to IVML parser.
-
Uses of BaseType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.data
Subclasses of BaseType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.dataModifier and TypeClassDescriptionclassRepresents an OPC UA data type.classRepresents an OPC UA enumeration type.classRepresents an OPC UA field method type.classRepresents an OPC UA field object type.classRepresents an OPC UA field type.classRepresents an OPC UA field variable type.classRepresents an OPC UA method type (declaration).classRepresents an OPC UA object type (declaration).classRepresents an object meta type.classRepresents an OPC UA root method.classRepresents an OPC UA root object.classRepresents an OPC UA root variable.classRepresents a variable meta-type. -
Uses of BaseType in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser
Fields in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser with type parameters of type BaseTypeMethods in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser with parameters of type BaseTypeModifier and TypeMethodDescriptionprivate voidDomParser.addElement(BaseType element, ElementType type) Adds an element to the hierarchy.private static StringDomParser.searchVarName(BaseType uaElement, ArrayList<BaseType> hierarchy) Searches for a field type variable name.Method parameters in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser with type arguments of type BaseTypeModifier and TypeMethodDescriptionstatic voidCollector.collectInformation(String fileName, NodeList objectTypeList, NodeList objectList, NodeList variableList, NodeList methodList, NodeList dataTypeList, NodeList variableTypeList, ArrayList<BaseType> hierarchy, int reqModels) Collects the information parameters.static voidGenerator.generateIVMLModel(String fileName, File ivmlFile, ArrayList<BaseType> hierarchy) Generates the IVML model in the givenfileName.static voidGenerator.generateVDWConnectorSettings(String fileName, ArrayList<BaseType> hierarchy, String folder) Generates the respective connector settings for the givenfileName.private static StringDomParser.searchVarName(BaseType uaElement, ArrayList<BaseType> hierarchy) Searches for a field type variable name.Constructor parameters in de.iip_ecosphere.platform.configuration.easyProducer.opcua.parser with type arguments of type BaseType