Uses of Interface
ilog.rules.bom.IlrMemberWithParameter
Packages that use IlrMemberWithParameter
Package
Description
-
Uses of IlrMemberWithParameter in ilog.rules.bom
Subinterfaces of IlrMemberWithParameter in ilog.rules.bomModifier and TypeInterfaceDescriptioninterfaceThis interface represents constructors in an object model.interfaceAn indexed component property is like a property that has an indexed value.interfaceThis interface is used to represent class methods in an object model.Methods in ilog.rules.bom that return IlrMemberWithParameterModifier and TypeMethodDescriptionIlrParameter.getDeclaringMember()Returns the member to which this parameter belongs. -
Uses of IlrMemberWithParameter in ilog.rules.bom.dynamic
Classes in ilog.rules.bom.dynamic that implement IlrMemberWithParameterModifier and TypeClassDescriptionclassAn implementation of theIlrConstructorinterface.classIndexed component property implementation.classAn implementation of theIlrMethodinterface.Methods in ilog.rules.bom.dynamic that return IlrMemberWithParameterModifier and TypeMethodDescriptionIlrDynamicParameter.getDeclaringMember()Returns the member to which this parameter belongs.Methods in ilog.rules.bom.dynamic with parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionvoidIlrDynamicParameter.setDeclaringMember(IlrMemberWithParameter declaringMember) Sets the declaring member of the parameter. -
Uses of IlrMemberWithParameter in ilog.rules.bom.mutable
Subinterfaces of IlrMemberWithParameter in ilog.rules.bom.mutableModifier and TypeInterfaceDescriptioninterfaceConstructor mutable interface.interfaceIndexed component property mutable interface.interfaceMember with a parameter mutable interface.interfaceMethod mutable interface.Methods in ilog.rules.bom.mutable with parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionvoidIlrMutableParameter.setDeclaringMember(IlrMemberWithParameter declaringMember) Sets the declaring member of the parameter. -
Uses of IlrMemberWithParameter in ilog.rules.bom.util
Methods in ilog.rules.bom.util with type parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionstatic <T extends IlrMemberWithParameter>
Tstatic <T extends IlrMemberWithParameter>
Tstatic <T extends IlrMemberWithParameter>
Tstatic <T extends IlrMemberWithParameter>
TMethods in ilog.rules.bom.util with parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionstatic IlrType[]IlrClassUtilities.getParameterTypes(IlrMemberWithParameter memberWithParameter) voidIlrModelChecker.inspect(IlrMemberWithParameter member) -
Uses of IlrMemberWithParameter in ilog.rules.vocabulary.model.bom
Methods in ilog.rules.vocabulary.model.bom with parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionstatic intIlrBOMVocabularyHelper.getArgumentIndex(int roleIndex, IlrMemberWithParameter member) static intIlrBOMVocabularyHelper.getRoleIndex(IlrMemberWithParameter member, int parameterIndex) -
Uses of IlrMemberWithParameter in ilog.rules.vocabulary.model.bom.io
Methods in ilog.rules.vocabulary.model.bom.io with parameters of type IlrMemberWithParameterModifier and TypeMethodDescriptionvoidIlrBOMVocabularyWriter.BOMVisitor.inspect(IlrMemberWithParameter method)