Rule Execution Server API
A B C D E F G H I J K L M N O P R S T U V W X Z

A

absolute(int) - Method in interface ilog.rules.res.persistence.trace.IlrTraceIterator
Moves the iterator to the given index.
accept(IlrVisitor) - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Defines a default visit path: here visit the nested classes.
accept(IlrVisitor) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Defines a default visit path: here visit the default package.
accept(IlrVisitor) - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Defines a default visit path: here visit the enums, the classes and the nested packages.
accept(IlrVisitor) - Method in interface ilog.rules.util.IlrVisitable
 
accepts(Object) - Method in class ilog.rules.util.IlrSelector
Default accepts method called whenever there is none more precise.
acceptsAttribute(IlrAttribute) - Method in interface ilog.rules.bom.IlrObjectModel.Selector
Deprecated. Returns true if the attribute is accepted by this selector, false otherwise.
acceptsClass(IlrClass) - Method in interface ilog.rules.bom.IlrObjectModel.Selector
Deprecated. Returns true if the class is accepted by this selector, false otherwise.
acceptsEnum(IlrEnum) - Method in interface ilog.rules.bom.IlrObjectModel.Selector
Deprecated. Returns true if the enum is accepted by this selector, false otherwise.
acceptsMethod(IlrMethod) - Method in interface ilog.rules.bom.IlrObjectModel.Selector
Deprecated. Returns true if the method is accepted by this selector, false otherwise.
access$setResult(List<Object>) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Set the result using the super class implementation of setResult.
access$superButtonPressed(int) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Set the result using the super class implementation of buttonPressed.
activatePacket(String) - Method in class ilog.rules.engine.IlrContext
Deprecated.  
activateRule(IlrRule) - Method in class ilog.rules.engine.IlrContext
Deprecated.  
activateRules(IlrRule[]) - Method in class ilog.rules.engine.IlrContext
Deprecated.  
add(Object) - Method in class ilog.rules.engine.IlrDefaultCollector
Ensures that this collection contains the specified element.
ADD - Static variable in interface ilog.rules.factory.IlrBinaryOperator
This integer constant represents an addition.
add(IlrValue) - Method in class ilog.rules.factory.IlrValue
Creates a value to represent the expression this + value.
add(T) - Method in interface ilog.rules.res.xu.pool.IlrPool
Adds a free object to this pool.
add(String, String) - Method in class ilog.rules.xml.util.IlrXmlDefaultNsResolver
register a new (namespace, package) association in the resolver.
ADD_ASSIGN - Static variable in class ilog.rules.factory.IlrAssignment
This value stands for an add assignment using +=.
ADD_INSTANCE - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when a rule instance has been added to the agenda.
ADD_METHOD - Static variable in class ilog.rules.util.engine.IlrDataIOProperties
Add method reference attribute property name.
ADD_RULE - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when a rule is added in the ruleset.
addAll(Collection) - Method in class ilog.rules.engine.IlrDefaultCollector
Adds all of the elements in the specified collection to this collection.
addArgument(IlrVariable) - Method in class ilog.rules.factory.IlrFunctionFactory
Adds a formal argument to the function.
addArgument(IlrValue) - Method in class ilog.rules.factory.IlrNaryValue
Adds a value at the end of the argument list.
addArgument(boolean) - Method in class ilog.rules.factory.IlrNaryValue
Adds a boolean value at the end of the argument list.
addArgument(char) - Method in class ilog.rules.factory.IlrNaryValue
Adds a char value at the end of the argument list.
addArgument(byte) - Method in class ilog.rules.factory.IlrNaryValue
Adds a byte value at the end of the argument list.
addArgument(short) - Method in class ilog.rules.factory.IlrNaryValue
Adds a short value at the end of the argument list.
addArgument(int) - Method in class ilog.rules.factory.IlrNaryValue
Adds an int value at the end of the argument list.
addArgument(long) - Method in class ilog.rules.factory.IlrNaryValue
Adds a long value at the end of the argument list.
addArgument(float) - Method in class ilog.rules.factory.IlrNaryValue
Adds a float value at the end of the argument list.
addArgument(double) - Method in class ilog.rules.factory.IlrNaryValue
Adds a double value at the end of the argument list.
addArgument(String) - Method in class ilog.rules.factory.IlrNaryValue
Adds a string value at the end of the argument list.
addArgument(Object) - Method in class ilog.rules.factory.IlrNaryValue
Adds an object value at the end of the argument list.
addAssign(IlrValue) - Method in class ilog.rules.factory.IlrFieldValue
Creates a field assignment represented by the value passed as the argument.
addAssign(IlrValue) - Method in class ilog.rules.factory.IlrStaticFieldValue
Creates a field assignment represented by the value passed as the argument.
addAttribute(String, IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Deprecated. As of JRules 6.0, use IlrModelFactory.createAttribute(ilog.rules.bom.mutable.IlrMutableClass, String)
addAttribute(IlrAttributeTranslation) - Method in class ilog.rules.factory.translation.IlrClassTranslation
Adds a translation for an attribute.
addBinding(IlrVariable) - Method in class ilog.rules.factory.IlrTestCondition
Adds a variable binding to this condition.
addBusinessModelEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a business object model to the archive.
addChildren(String, List) - Method in class ilog.rules.factory.IlrHierarchicalProperty
Adds the children contained in the list to a given parent node.
addClass(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Adds an IlrDynamicClass in this class.
addClass(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Adds an IlrDynamicClass to the default package of this object model.
addClass(IlrDynamicClass) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
 
addClass(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Deprecated. Use IlrModelFactory.createClass(ilog.rules.bom.mutable.IlrMutablePackage, java.lang.String) instead.
addClassTranslation(IlrClassTranslation) - Method in class ilog.rules.factory.translation.IlrTranslationConfiguration
Adds a class translation.
addComplexTypeMapping(String, String, Class) - Method in class ilog.rules.xml.util.IlrXmlDefaultXomMapper
Adds a Java mapping to an XML complex type.
addComponent(Object, Object) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.ArrayListMapper
 
addComponent(Object, Object) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.DynamicArrayMapper
 
addComponent(Object, Object) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.JavaArrayMapper
 
addComponent(Object, Object) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.VectorMapper
 
addComponent(Object, Object) - Method in interface ilog.rules.xml.util.IlrXmlDataTypeMapper.CollectionMapper
Adds a new component in the collection
addCondition(IlrCondition) - Method in class ilog.rules.factory.IlrRuleFactory
Adds a condition to the rule.
addCondition(IlrClassCondition) - Method in class ilog.rules.factory.IlrTimeCondition
Deprecated. Adds a condition at the end of the condition block of this time condition.
addConstructor() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Deprecated. As of JRules 6.0, use IlrModelFactory.createConstructor(ilog.rules.bom.mutable.IlrMutableClass).
addConstructor(IlrConstructorTranslation) - Method in class ilog.rules.factory.translation.IlrClassTranslation
Adds a constructor translation.
addContainerEntryInClasspath(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Adds to the Java project build path the specified container.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrFileGeneratorWizardPage
Called by the redefined createControl final method to create the controls.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrFileGeneratorWizardSelectionPage
Called by the redefined createControl final method to create the controls.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrProjectReference
Adds content to the page.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrRuleAppReference
Adds content to the page.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrRulesetParameterWizardPage
The IlrRulesetParameterWizardPage implementation of this IlrFileGeneratorWizardPage method creates a table with the ruleset name and the ruleset parameter name and type.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrRulesetReference
Adds content to the page.
addContent(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrTraceFilterWizardPage
The IlrTraceFilter implementation of this IlrFileGeneratorWizardPage method.
addDomain(IlrDomain) - Method in class ilog.rules.bom.dynamic.IlrDynamicDomainIntersection
Adds a domain to this domain intersection
addDomain(IlrDomain) - Method in interface ilog.rules.bom.mutable.IlrMutableDomainIntersection
Adds a domain to this domain intersection
addDynamicModelEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a dynamic object model to the archive.
addElement(Object) - Method in interface ilog.rules.engine.IlrCollection
Adds an object to the collection.
addElement(Object) - Method in class ilog.rules.engine.IlrDefaultCollector
Adds the specified element to the vector.
addElseStatement(IlrStatement) - Method in class ilog.rules.factory.IlrRuleFactory
Appends an action to the rule's else part.
addEnum(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Adds an IlrDynamicEnum to the default package of this object model.
addError(long) - Method in class ilog.rules.res.decisionservice.mbean.IlrDecisionServiceMBeanManager
Signals an error for the decision service.
addException(IlrClass) - Method in class ilog.rules.bom.dynamic.IlrDynamicMethod
Adds a class to the 'throws' clause of this method.
addException(IlrClass) - Method in interface ilog.rules.bom.mutable.IlrMutableMethod
Adds a class to the 'throws' clause of this method.
addFilter(ViewerFilter) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Adds a filter to the tree viewer.
addForbiddenName(String) - Method in class ilog.rules.xml.util.IlrXmlDefaultXomMapper
Adds a forbidden keyword.
addFunction(IlrFunctionFactory) - Method in class ilog.rules.factory.IlrPackageFactory
Adds a function in the package.
addFunction(IlrFunctionFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a function in a package.
addFunctionEntry(String, String, String) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a function to the ruleset archive.
addFunctionEntry(String, String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a function to the ruleset archive.
addGroupInRules(String) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a group in the rules list.
addGroupInScope(String) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a group to the task scope.
addHasher(IlrHasher) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a new hasher in the ruleset hasher list.
addImport(String) - Method in class ilog.rules.factory.translation.IlrClassTranslation
Adds an import statement.
addImportedClass(IlrReflectClass) - Method in interface ilog.rules.factory.IlrClassFinder
This method is called by the parser for registering an imported class.
addImportedPackage(String) - Method in interface ilog.rules.factory.IlrClassFinder
This method is called by the parser for registering an imported package.
addInitialAction(IlrStatement) - Method in class ilog.rules.factory.IlrRulesetFactory
Deprecated.  
addInstance(IlrClass, IlrValue) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds the specified value in the object list in which the rule engine looks for objects of the specified class.
addIRLEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Stores the given IRL code in a single archive entry in the archive.
addItem(Object) - Method in class ilog.rules.bom.util.IlrConcatenationIterator
Adds an object to this iterator.
addItem(Object) - Method in class ilog.rules.bom.util.IlrConcatenationList
Adds an object to this list.
addJavaClass(Class) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Adds the description of the Java class named javaClass to the object model.
addJavaClass(Class) - Method in interface ilog.rules.bom.IlrObjectModel
Adds the description of the Java class named javaClass to the object model.
addLibraryEntryInClasspath(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Adds to the Java project build path the path specified as an absolute path.
addMappingEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a mapping "Business to Execution" to the archive.
addMatchOnClass(IlrClass) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a class to the list on which the sequential iterator will operate.
addMeasurement(String, long, long) - Method in class ilog.rules.res.decisionservice.mbean.IlrDecisionServiceMBeanManager
Add measurement for the decision service.
addMethod(String, IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Deprecated. As of JRules 6.0, use IlrModelFactory.createMethod(ilog.rules.bom.mutable.IlrMutableClass, String)
addMethod(IlrMethodTranslation) - Method in class ilog.rules.factory.translation.IlrClassTranslation
Adds a method translation.
addNoteHandler(IlrNoteHandler) - Method in class ilog.rules.engine.IlrContext
Adds a note handler to the context.
addOverridingRelation(String, ArrayList) - Method in class ilog.rules.factory.IlrRulesetFactory
Declares an overriding relation between rule groups.
addPackage(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Adds an IlrDynamicPackage to the default package of this object model.
addPackage(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Adds a IlrDynamicPackage in this package.
addPackage(IlrPackageFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a package in the ruleset.
addPackageInRules(IlrPackageFactory) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a package in the rules list.
addPackageInScope(IlrPackageFactory) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a package to the task scope.
addPackagePath(String) - Method in class ilog.rules.factory.IlrReflect
Adds a package using a fully-qualified package name.
addPackageVariable(IlrPackageFactory, IlrType, String, IlrValue) - Method in class ilog.rules.factory.IlrRulesetFactory
Defines a package local variable.
addParameter(IlrParameter) - Method in class ilog.rules.bom.dynamic.IlrDynamicIndexedComponentProperty
Adds a parameter to this member's parameters.
addParameter(IlrParameter) - Method in class ilog.rules.bom.dynamic.IlrDynamicMethod
Adds a parameter to this member's parameters.
addParameter(String, IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicMethod
Deprecated. As of JRules 6.0, use IlrModelFactory.createParameter(ilog.rules.bom.mutable.IlrMutableMemberWithParameter, String, ilog.rules.bom.IlrType)
addParameter(IlrParameter) - Method in interface ilog.rules.bom.mutable.IlrMutableMemberWithParameter
Adds a parameter to the parameters of this member.
addParameter(String) - Method in class ilog.rules.factory.translation.IlrMemberWithParametersTranslation
Adds a parameter type.
addPoolEventListener(IlrPoolListener<T>) - Method in interface ilog.rules.res.xu.pool.IlrPool
Adds a listener.
addPrefix(String) - Method in class ilog.rules.util.prefs.IlrPropertyManager
Add the specified prefix at the end of the prefix list.
addProjectEntryInClasspath(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Adds to the Java project build path the path specified as <projectName>.
addPropertyType(Object, String) - Method in class ilog.rules.engine.IlrRulesetArchiveBuilder
Declares the type of the property.
addPropertyType(String, String) - Method in class ilog.rules.engine.IlrRulesetArchiveBuilder
Declares the type of the property; the type is necessarily a hierarchical property.
addPropertyTypeDeclaration(Object, String) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a property type declaration.
addRule(IlrRule) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. As of JRules 6.5 this method has been deprecated, considering the severe restrictions on its usage. For a consistent add operation use incremental parsing on a single ruleset instead of relying on this method.
addRule(IlrRuleFactory) - Method in class ilog.rules.factory.IlrPackageFactory
Adds a rule to the rules of the package.
addRule(IlrRuleFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a rule in its package.
addRule(String) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a rule to the rule-based task body.
addRuleApp(IlrMutableRuleAppInformation) - Method in interface ilog.rules.res.model.IlrMutableRepository
Adds a RuleApp to the repository.
addRuleApp(String, String) - Method in interface ilog.rules.res.model.mbean.IlrJMXRepositoryMBean
Returns a RuleApp with the name and the version.
addRuleEntry(String, String, String) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a rule to the ruleset archive.
addRuleEntry(String, String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a rule to the ruleset archive.
addRuleFiredBusinessNames(List<IlrExecutionEvent>, List<String>) - Method in class ilog.rules.res.session.ruleset.IlrBusinessExecutionTrace
 
addRuleflowEntry(String, String, String) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a flow to the ruleset archive.
addRuleflowEntry(String, String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a flow to the ruleset archive.
addRules(IlrRule[]) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. As of JRules 6.5 this method has been deprecated, considering the severe restrictions on its usage. For a consistent add operation use incremental parsing on a single ruleset instead of relying on this method.
addRuleset(IlrMutableRulesetArchiveInformation) - Method in interface ilog.rules.res.model.IlrMutableRuleAppInformation
Adds a ruleset to a RuleApp.
addRuleset(String, String, byte[]) - Method in interface ilog.rules.res.model.mbean.IlrJMXRuleAppMBean
Adds the specific version of a ruleset
addRuleset(IlrXURuleset) - Method in interface ilog.rules.res.xu.ruleset.IlrRulesetCache
Adds a ruleset to the cache.
addRulesetParameterEntry(IlrRulesetParameter) - Method in class ilog.rules.engine.IlrRulesetArchiveBuilder
Adds a ruleset parameter to the ruleset archive.
addRulesetVariable(int, IlrType, String, IlrValue) - Method in class ilog.rules.factory.IlrRulesetFactory
Defines a ruleset variable.
addSchema(String, String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds an XSD document to the archive.
addSchema(String, String, URL) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds an XSD document URL to the archive.
addScope(String) - Method in class ilog.rules.factory.IlrRuleTaskFactory
Adds a rule, specified by its name, in the task scope.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrApplyAction
Deprecated. Adds a statement to the action.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrAssertAction
Adds a statement to this action.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrFunctionFactory
Adds an action to the function.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrModifyAction
Adds a statement to this action.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrRuleFactory
Adds an action to the rule.
addStatement(IlrStatement) - Method in class ilog.rules.factory.IlrStatementBlock
Adds a statement to this block.
addStaticReference(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicDomain
Deprecated. See IlrDynamicEnumeratedDomain.
addStaticReference(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicEnum
Adds an item in the domain of this enum.
addSubIterator(Iterator) - Method in class ilog.rules.bom.util.IlrConcatenationIterator
Adds an iterator to the list of iterators being concatenated by this iterator.
addSubList(List) - Method in class ilog.rules.bom.util.IlrConcatenationList
Adds a list to the sequence of lists being concatenated by this list.
addSuffix(String) - Method in class ilog.rules.util.prefs.IlrPropertyManager
Add the specified suffix at the end of the prefix list.
addSuperclass(IlrClass) - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Adds a superclass to this class.
addSuperclass(IlrClass) - Method in interface ilog.rules.bom.mutable.IlrMutableClass
Adds a superclass to this class.
addTask(IlrTaskFactory) - Method in class ilog.rules.factory.IlrPackageFactory
Adds a task to the tasks of the ruleset.
addTask(IlrTaskFactory) - Method in class ilog.rules.factory.IlrRulesetFactory
Adds a task to the tasks of the factory.
addTaskExecutedBusinessNames(List<IlrExecutionEvent>, List<String>) - Method in class ilog.rules.res.session.ruleset.IlrBusinessExecutionTrace
 
addTest(IlrTest) - Method in class ilog.rules.factory.IlrNaryTest
Adds a test to the arguments of this logical test.
addTest(IlrTest) - Method in class ilog.rules.factory.IlrTestCondition
Adds a test to this condition.
addUserDataEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a user data content to the archive.
addVariableEntry(String, IlrRulesetParameter) - Method in class ilog.rules.engine.IlrRulesetArchiveBuilder
Adds a package variable to the ruleset archive.
addVariableEntryInClasspath(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Adds to the Java project build path the path specified as <EclipseVariable>/<relativePath>.
addWsdlEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds a WSDL content to the archive.
addXsdEntry(String, InputStream) - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Adds an XSD file to the archive.
afterExecute(IlrInterceptorContext) - Method in interface ilog.rules.res.session.interceptor.IlrSessionInterceptor
Called after ruleset execution.
AGENDA - Static variable in class ilog.rules.debug.IlrLocalTracerToolFactory
With an AGENDA filter, all the events related to the agenda are taken into account.
All - Static variable in interface ilog.rules.factory.IlrRulesetConstants
The value to set to the scope of a rule-based task as short cut to specify that the scope is the whole ruleset.
ALL_KEYS - Static variable in interface ilog.rules.util.engine.IlrSequentialProperties
An array that contains all the property keys that control the sequential compiler.
allAttributes() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the the attributes declared in this class along with all attributes inherited from superclasses.
allAttributes() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the the attributes declared in this class along with all attributes inherited from superclasses.
allClasses() - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Returns an iterator which iterates through all of the classes contained in this object model.
allClasses() - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Returns an iterator over all classes contained in this package including, recursively, the classes contained in nested packages.
allClasses() - Method in interface ilog.rules.bom.IlrObjectModel
Returns an iterator that iterates over all classes contained in this object model.
allClasses() - Method in interface ilog.rules.bom.IlrPackage
Returns an iterator over all classes contained in this package including, recursively, the classes contained in nested packages.
allComponentProperties() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the the component properties declared in this class along with all component properties inherited from superclasses.
allComponentProperties() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the the component properties declared in this class along with all component properties inherited from superclasses.
AllElements - Static variable in class ilog.rules.bom.util.IlrSelectors
A selector which does not filter out any element.
allEnums() - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Returns an iterator which iterates through all of the enumerations contained in this object model.
allEnums() - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Returns an iterator over all enumerated types contained in this package including, recursively, the enumerated types contained in nested packages.
allEnums() - Method in interface ilog.rules.bom.IlrObjectModel
Returns an iterator that iterates over all of the enumerations contained in this object model.
allEnums() - Method in interface ilog.rules.bom.IlrPackage
Returns an iterator over all enumerated types contained in this package including, recursively, the enumerated types contained in nested packages.
allIndexedComponentProperties() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the the indexed component properties declared in this class along with all indexed component properties inherited from superclasses.
allIndexedComponentProperties() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the the indexed component properties declared in this class along with all indexed component properties inherited from superclasses.
allInheritedAttributes() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the attributes inherited from superclasses.
allInheritedMembers() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over all inherited members (attributes, constructors and methods) of this class.
allInheritedMethods() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the methods inherited from superclasses.
allInterfaces() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the transitive closure of superinterfaces of this class.
allInterfaces() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the transitive closure of superinterfaces of this class.
allMembers() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over all declared and inherited members (attributes, constructors and methods) of this class.
allMembers() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over all declared and inherited members (attributes, constructors and methods) of this class.
allMethods() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the the methods declared in this class along with all methods inherited from superclasses.
allMethods() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the the methods declared in this class along with all methods inherited from superclasses.
AllNames - Static variable in interface ilog.rules.util.engine.IlrPropertyNames
Provides all the property names related to a ruleset that are listed in this interface in an array.
allPackages() - Method in class ilog.rules.bom.dynamic.IlrDynamicObjectModel
Returns an iterator which iterates over all packages contained in this object model.
allPackages() - Method in class ilog.rules.bom.dynamic.IlrDynamicPackage
Returns an iterator over all packages contained in this package including, recursively, the packages they contain etc.
allPackages() - Method in interface ilog.rules.bom.IlrObjectModel
Returns an iterator that iterates over all of the packages contained in this object model.
allPackages() - Method in interface ilog.rules.bom.IlrPackage
Returns an iterator over all packages contained in this package including, recursively, the packages they contain etc.
AllRules - Static variable in interface ilog.rules.factory.IlrRulesetConstants
This value is used to set the firing parameter of a rule-based task to allrules.
allRules() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the list of rules.
allSuperclasses() - Method in class ilog.rules.bom.dynamic.IlrDynamicClass
Returns an iterator over the transitive closure of superclasses and superinterfaces of this class.
allSuperclasses() - Method in interface ilog.rules.bom.IlrClass
Returns an iterator over the transitive closure of superclasses and superinterfaces of this class.
allTasks() - Method in interface ilog.rules.res.persistence.trace.IlrTraceQuery
Returns the criteria on the list of tasks.
AllTypes - Static variable in interface ilog.rules.util.engine.IlrPropertyNames
Provides all the property types related to a ruleset that are listed in this interface in an array.
AND - Static variable in class ilog.rules.factory.IlrNaryTest
This constant is used to represent a logical AND (&&) test.
and(IlrCriteria) - Method in interface ilog.rules.res.persistence.trace.IlrCriteria
Returns an And criteria that combines this IlrCriteria instance with another one.
ANY - Static variable in class ilog.rules.factory.translation.IlrTranslationConstants.CaseSensitivity
Implies that an execution member matches a business member even if the execution name does not begin with the same case as the business member name.
apply(Object, Object) - Method in interface ilog.rules.res.persistence.trace.IlrPartOperator
Applies the operator.
applyDatePattern(String) - Method in class ilog.rules.bom.util.IlrFormat
Changes the pattern of the simple date format used to parse and write the date literals.
areAccepted(Collection) - Method in class ilog.rules.util.IlrSelector
Method to call to test the acceptance of each element of a collection.
areSame(IlrXmlError, IlrXmlError) - Method in interface ilog.rules.xml.util.IlrXmlErrorHandler
This method indicates if two errors are considered by the handler at the same time.
asserted(IlrContext) - Method in interface ilog.rules.engine.IlrAssertDemon
This method implements the assert daemon.
assertLogical(Object) - Method in class ilog.rules.engine.IlrContext
An alias for IlrContext.insertLogical(Object) method.
assertObjects(IlrXmlObject, IlrContext, String[]) - Static method in class ilog.rules.xml.binding.IlrXmlDefaultDataDriver
Asserts XML Objects of a tree in a context.
assertXmlObject(IlrContext, String, String, String) - Static method in class ilog.rules.xml.binding.IlrXmlHelper
Adds the XML object defined by its XML data file and its schema model description in a context.
assign(IlrValue) - Method in class ilog.rules.factory.IlrFieldValue
Creates a field assignment represented by the value passed as the argument.
assign(IlrValue) - Method in class ilog.rules.factory.IlrStaticFieldValue
Creates a field assignment represented by the value passed as the argument.
ATOMIC_VARIETY - Static variable in interface ilog.rules.xml.model.IlrXmlSimpleType
constant representing an atomic variety type.

Rule Execution Server API
A B C D E F G H I J K L M N O P R S T U V W X Z
© Copyright IBM Corp. 1987, 2012