Uses of Class
net.aifusion.metamodel.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
Modifier and TypeClassDescriptionclass
Class to represent a CIM Class definition.class
Class to represent a CIM Interface.Modifier 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 supertypesModifier and TypeMethodDescriptionstatic StructureValue
JavaModelMapper.createCimValueFromJavaObject
(CimStructure cimStruct, Object javaObject) Create a StructureValue by introspection of a java objectstatic StructureValue
StructureValue.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 DataValuesboolean
StructureValue.isInstanceOf
(CimStructure givenClass) Check if this instance/value is an instance of a given class/structure