Uses of Interface
ilog.rules.bom.mutable.IlrMutableIndexedComponentProperty
-
Packages that use IlrMutableIndexedComponentProperty Package Description ilog.rules.bom.dynamic Contains an implementation of the object model.ilog.rules.bom.mutable Defines the object model mutable API.ilog.rules.bom.serializer Contains theIlrSerializerinterface which can read and write an object model. -
-
Uses of IlrMutableIndexedComponentProperty in ilog.rules.bom.dynamic
Classes in ilog.rules.bom.dynamic that implement IlrMutableIndexedComponentProperty Modifier and Type Class Description classIlrDynamicIndexedComponentPropertyIndexed component property implementation.Methods in ilog.rules.bom.dynamic that return IlrMutableIndexedComponentProperty Modifier and Type Method Description IlrMutableIndexedComponentPropertyIlrDynamicModelFactory. createIndexedComponentProperty(IlrMutableClass aClass, IndexedPropertyDescriptor descriptor)Creates an indexed component property from a native indexed property.IlrMutableIndexedComponentPropertyIlrDynamicModelFactory. createIndexedComponentProperty(IlrMutableClass aClass, String name)Creates an indexed component property. -
Uses of IlrMutableIndexedComponentProperty in ilog.rules.bom.mutable
Methods in ilog.rules.bom.mutable that return IlrMutableIndexedComponentProperty Modifier and Type Method Description IlrMutableIndexedComponentPropertyIlrModelFactory. createIndexedComponentProperty(IlrMutableClass aClass, IndexedPropertyDescriptor descriptor)Creates an indexed component property from a native indexed property.IlrMutableIndexedComponentPropertyIlrModelFactory. createIndexedComponentProperty(IlrMutableClass aClass, String name)Creates an indexed component property. -
Uses of IlrMutableIndexedComponentProperty in ilog.rules.bom.serializer
Methods in ilog.rules.bom.serializer with parameters of type IlrMutableIndexedComponentProperty Modifier and Type Method Description voidLinkVisitor. inspect(IlrMutableIndexedComponentProperty componentProperty)
-