Uses of Class
net.aifusion.metamodel.CimMethod
Package
Description
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
-
Uses of CimMethod in net.aifusion.metamodel
Modifier and TypeMethodDescriptionstatic DataValue
JavaModelMapper.invokeMethod
(CimMethod cimMethod, Object boundObject, Method boundMethod, List<CimParameter> cimParameters) Invoke a Java method bound to a CIM Methodstatic Method
JavaModelMapper.validateMethodBinding
(CimMethod cimMethod, Object implObject) Validate that a java object implements the given CIM Methodstatic void
JavaModelMapper.validateMethodBinding
(CimMethod cimMethod, Method javaMethod, Object implObject) Validate that a java method can be bound to a CIM Methodstatic Method
JavaModelMapper.validateStaticMethodBinding
(CimMethod m, Class<?> javaClass) Validate that a java class implements the given static CIM Method