Uses of Class
net.aifusion.metamodel.CimStructure
Packages that use CimStructure
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
-
Uses of CimStructure in net.aifusion.metamodel
Subclasses of CimStructure in net.aifusion.metamodelModifier and TypeClassDescriptionclassClass to represent a CIM Class definition.classClass to represent a CIM Interface.Methods in net.aifusion.metamodel that return CimStructureModifier and TypeMethodDescriptionStructureValue.getCreationStruct()Get the structure used to create this valueCimClass.getReferencedStructure(String methodOrPropertyName) Get the Structure returned by the method or propertyCimStructure.getReferencedStructure(String propertyName) Get the structure associated with a structureValue propertyCimMethod.getStruct()Get the structure associated with this methodCimParameter.getStruct()Get the structure associated with this parameterCimProperty.getStruct()Get the structure associated with this propertyCimStructure.getStructure(String structureName) get a structure defined within this structure, or one of its supertypesMethods in net.aifusion.metamodel with parameters of type CimStructureModifier and TypeMethodDescriptionstatic StructureValueJavaModelMapper.createCimValueFromJavaObject(CimStructure cimStruct, Object javaObject) Create a StructureValue by introspection of a java objectstatic StructureValueStructureValue.createStructureValue(CimStructure struct, Map<String, DataValue> propertyValues, String alias) Create a new Structure value from a given structure, and associated property valuesModelUtilities.getProperties(CimStructure template, Map<String, String> recordProperties) Convert a set of {propertyName, propertyValue} pairs to DataValuesbooleanStructureValue.isInstanceOf(CimStructure givenClass) Check if this instance/value is an instance of a given class/structure