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

C

CACHE_RULEFLOW_DATA - Static variable in interface ilog.rules.util.engine.IlrPropertyNames
Defines the property flag that controls the reset of the ruleflow.
callAccept(IlrVisitable) - Method in class ilog.rules.util.IlrVisitor
This method calls the accept method on a visited object, which usually means following a visit path defined by the visited objects.
cancelPressed() - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Handles cancel button pressed event.
canFlipToNextPage() - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrCompleteRulesetReference
Returns true if the selected generator has declared a nested wizard.
canFlipToNextPage() - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrRulesetReference
Returns true if the selected generator has declared a nested wizard.
CAST - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents a type cast.
changeInClassName(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Gets the name specified, with a capital letter as the first letter.
changeInMethodName(String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Gets the name specified, with a lower case letter as the first letter.
checkArchive(JarInputStream) - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Checks the ruleset archive and builds a ruleset factory on this archive.
checkArchive(IlrRulesetArchiveLoader) - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Checks the ruleset archive and builds a ruleset factory on this archive.
checkArchive(IlrRulesetArchive) - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Checks the ruleset archive and builds a ruleset factory on this archive.
checkRuleTaskConsistency() - Method in class ilog.rules.factory.IlrRuleTaskFactory
Checks if the rule-based task is correctly defined, which means whether its definition contains incompatible settings or not.
CLASS_KIND_PROPERTY - Static variable in interface ilog.rules.bom.IlrClass
 
cleanRulesetVariables() - Method in class ilog.rules.engine.IlrContext
Resets the values of the ruleset variables: either the 'in' parameters, or the 'out' or the local variables.
clear() - Method in class ilog.rules.engine.IlrDefaultCollector
Removes all of the elements from this collection.
clear() - Method in class ilog.rules.engine.IlrParameterMap
Clears the internal structure.
clear() - Method in class ilog.rules.factory.IlrPropertyList
Removes all the properties.
clear() - Method in interface ilog.rules.res.xu.ruleset.IlrRulesetCache
All cache contents must be cleared.
clear() - Method in class ilog.rules.util.resources.IlrResources
Clears the properties and their associated values in this resource bundle.
clearParameters() - Method in class ilog.rules.factory.translation.IlrMemberWithParametersTranslation
Removes all parameters.
clearProperties() - Method in interface ilog.rules.res.session.config.IlrPluginConfig
Clears all properties.
clearToDefaults() - Method in class ilog.rules.util.resources.IlrResources
Clears all the properties and their associated values, and then loads the engine's default settings from the file /ilog/rules/engine/engine.conf provided in the IBM Decision server engine Jar files.
clone() - Method in class ilog.rules.util.IlrFile
 
clone() - Method in class ilog.rules.xml.IlrXmlObject
Returns a clone of this XML object.
close() - Method in interface com.ibm.rules.engine.service.EngineService
Closes this engine service.
close() - Method in class ilog.rules.factory.IlrHierarchicalProperty
Declares that the hierarchy definition is finished, in order to make some internal computation.
close() - Method in class ilog.rules.factory.IlrSplitNodeStatement
Closes all the branches of the split node.
close() - Method in interface ilog.rules.res.persistence.trace.IlrTraceDAO
Closes the underlying transaction.
close() - Method in class ilog.rules.res.persistence.trace.IlrTraceDAOWrapper
 
close() - Method in interface ilog.rules.res.session.IlrStatefulSession
Closes this session.
close() - Method in interface ilog.rules.res.session.rawdata.RawDataRuleService
Stop the XU.
CLOSED - Static variable in interface ilog.rules.res.xu.event.IlrConnectionEvent
The event code when a CCI connection is closed.
closeSession() - Method in class ilog.rules.teamserver.auth.AuthenticationHandler
Closes the session.
closeSession() - Method in class ilog.rules.teamserver.auth.LtpaTokenAuthenticationHandler
 
closeSession() - Method in class ilog.rules.teamserver.auth.UsernamePasswordAuthenticationHandler
 
COBOL_DATA - Static variable in class ilog.rules.res.session.rawdata.RawDataRuleServiceFactory
For COBOL data support
CODE_DENSITY - Static variable in interface ilog.rules.util.engine.IlrSequentialProperties
Specifies the density of the bytecode generated by the sequential mode compiler.
CollectionDomain - Annotation Type in ilog.rules.bom.annotations
Annotation for declaring a collection domain.
com.ibm.rules.engine.load - package com.ibm.rules.engine.load
Utilities for loading an engine.
com.ibm.rules.engine.observer - package com.ibm.rules.engine.observer
Observer engine API.
com.ibm.rules.engine.ruledef.runtime - package com.ibm.rules.engine.ruledef.runtime
Rule engine runtime API.
com.ibm.rules.engine.ruleflow.runtime - package com.ibm.rules.engine.ruleflow.runtime
Provides the entry point for running ruleflow engine.
com.ibm.rules.engine.runtime - package com.ibm.rules.engine.runtime
Engine runtime API.
com.ibm.rules.engine.service - package com.ibm.rules.engine.service
Engine service API.
com.ibm.rules.engine.util - package com.ibm.rules.engine.util
Utility classes including filters, properties and exceptions.
com.ibm.rules.res.xu.event - package com.ibm.rules.res.xu.event
Provides the classes and interfaces for the Execution Unit (XU) to uses events.
com.ibm.rules.res.xu.plugin - package com.ibm.rules.res.xu.plugin
Provides the classes necessary to implement the Execution Unit (XU) plug-ins that are compatible with both decision engine and the classic rule engines.
commit() - Method in interface ilog.rules.res.persistence.trace.IlrTraceDAO
Commits the underlying transaction.
commit() - Method in class ilog.rules.res.persistence.trace.IlrTraceDAOWrapper
 
compare(IlrRulesetArchive) - Method in class ilog.rules.archive.IlrRulesetArchive
Compares two ruleset archives to determine if they have the same content.
compare(Object, Object) - Method in interface ilog.rules.xml.model.IlrXmlSimpleType
Compare two objects of simple type.
compareTo(IlrVersion) - Method in class ilog.rules.res.model.IlrVersion
Compares the version number of this IlrVersion instance to another object.
compareTo(IlrDate) - Method in class ilog.rules.xml.types.IlrDate
Determines if two dates are equal.
compareTo(IlrDateTime) - Method in class ilog.rules.xml.types.IlrDateTime
Compares two dateTimes.
compareTo(IlrDuration) - Method in class ilog.rules.xml.types.IlrDuration
Compare two durations.
compareTo(IlrGDay) - Method in class ilog.rules.xml.types.IlrGDay
Compares two days.
compareTo(IlrGMonth) - Method in class ilog.rules.xml.types.IlrGMonth
Compares two months.
compareTo(IlrGMonthDay) - Method in class ilog.rules.xml.types.IlrGMonthDay
Compares two gMonthDays.
compareTo(IlrGYear) - Method in class ilog.rules.xml.types.IlrGYear
Compares two GYears.
compareTo(IlrGYearMonth) - Method in class ilog.rules.xml.types.IlrGYearMonth
Compares two GYearMonths.
compareTo(IlrTime) - Method in class ilog.rules.xml.types.IlrTime
Compares two times.
compile() - Method in class ilog.rules.factory.IlrFlowTaskFactory
Makes checks to insure that the graph is correctly built.
completePerformFinish(IProject) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrFileGeneratorWizard
Redefine this method if you need to do something after the project creation.
completeProjectFromTemplate(IProject, IlrRuleAppProject, IProgressMonitor) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Completes the specified project with the required files by calling the IlrFileGenerator.generateProjectContent(org.eclipse.jdt.core.IJavaProject, org.eclipse.core.runtime.IProgressMonitor) method.
computeFQName(String, String) - Static method in class ilog.rules.util.IlrPackageUtilities
Computes the fully qualified name from the given package name and artifact name.
CONNECT - Static variable in interface ilog.rules.res.xu.event.IlrRuleEngineEvent
The event code when an IlrTool is connected to the rule engine.
connect(String, T) - Method in class ilog.rules.teamserver.auth.AuthenticationHandler
Establishes the connection to Decision Center.
connect(String, LtpaTokenAuthenticationCredentials) - Method in class ilog.rules.teamserver.auth.LtpaTokenAuthenticationHandler
 
connect(String, UsernamePasswordAuthenticationCredentials) - Method in class ilog.rules.teamserver.auth.UsernamePasswordAuthenticationHandler
 
connectionClosed(ConnectionEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when a XU connection is closed.
ConnectionEvent - Interface in com.ibm.rules.res.xu.event
Represents an event initiated by a XU connection.
connectionEventRaised(IlrConnectionEvent) - Method in interface ilog.rules.res.xu.event.IlrConnectionEventListener
Called when an IlrConnectionEvent is raised.
connectionOpened(ConnectionEvent) - Method in class com.ibm.rules.res.xu.plugin.EventPlugin
Called when a XU connection is opened.
connectTool(IlrTool) - Method in class ilog.rules.engine.IlrContext
Connects an IlrTool to the context.
connectTool(IlrToolFactory) - Method in class ilog.rules.engine.IlrContext
Connects an IlrTool created by an IlrToolFactory to the context.
connectTool(IlrToolFactory, String) - Method in class ilog.rules.engine.IlrContext
Connects an IlrTool created by an IlrToolFactory to the context.
CONSOLE_DEPLOYMENT - Static variable in interface ilog.rules.studio.res.ruleapp.IlrDeploymentMode
Deployment on a Rule Execution Server console through HTTP.
contains(Object, Object, boolean) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(Object[], Object, boolean) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(boolean[], boolean) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(byte[], byte) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(char[], char) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(double[], double) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(float[], float) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(int[], int) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(long[], long) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(short[], short) - Static method in class com.ibm.rules.engine.util.ArrayHelper
 
contains(Object) - Method in class ilog.rules.engine.IlrDefaultCollector
Tests if the collection contains some specific object using the equals method.
contains(Collection<String>) - Method in interface ilog.rules.res.persistence.trace.IlrCriteriaPart.IlrCriteriaPartCollection
 
contains(Map<String, String>) - Method in interface ilog.rules.res.persistence.trace.IlrCriteriaPart.IlrCriteriaPartMap
 
contains(String) - Method in interface ilog.rules.res.persistence.trace.IlrCriteriaPart.IlrCriteriaPartString
 
containsAll(Collection) - Method in class ilog.rules.engine.IlrDefaultCollector
Returns true if this collection contains all the elements in the specified collection.
containsKey(String) - Method in class ilog.rules.factory.IlrPropertyList
Tests if the list contains a property.
containsKey(String) - Method in class ilog.rules.util.prefs.IlrPropertyBundle
Returns true if the bundle contains the specified key.
containsKey(String) - Method in class ilog.rules.util.resources.IlrResources
Tests whether a particular string is a key of the property map.
containsName(String) - Method in class ilog.rules.util.resources.IlrResources
Tests if a stream of some name has already been loaded.
containsOnlyStaticReferences() - Method in class ilog.rules.bom.dynamic.IlrDynamicEnumeratedDomain
 
containsOnlyStaticReferences() - Method in interface ilog.rules.bom.IlrEnumeratedDomain
Returns true if the enumerated domain contains only static references
containsRefToAttribute(String, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicEnumeratedDomain
 
containsRefToAttribute(String, String) - Method in interface ilog.rules.bom.IlrEnumeratedDomain
Returns true if the enumerated domain contains a reference to an attribute;
containsRule(IlrRule) - Method in class ilog.rules.engine.IlrPackage
Tests whether the package contains a rule.
containsRule(IlrRule) - Method in class ilog.rules.engine.IlrRuleset
Tests whether the ruleset contains a rule, that means tests whether one package of the ruleset contains the rule.
containsValue(Object) - Method in class ilog.rules.factory.IlrPropertyList
Tests if the list contains a property of value value.
contentCreated - Variable in class ilog.rules.studio.res.generator.IlrFileGenerator
 
Continue - Static variable in class ilog.rules.factory.IlrTaskGotoNodeStatement
This value is used to give a continue behavior to the jump node, used in a while block.
copy() - Method in class ilog.rules.factory.IlrPropertyList
Returns a property list containing the same properties as this object.
copyElements() - Method in class ilog.rules.engine.IlrDefaultCollector
Creates an enumeration to visit all the elements of the collection.
copyFile(String, String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Copies a file from a location (absolute path) in the generated Java project to a destination directory with a specific file name.
create(IlrReflect, String) - Method in class ilog.rules.factory.IlrDefaultClassFinderFactory
 
create() - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Creates widgetry for this window in a new top-level shell.
CREATE_PREFIX - Static variable in interface ilog.rules.factory.translation.IlrTranslationConstants
 
createActualValue() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an actual value.
createActualValue() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an actual value.
createArrayClass(IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createArrayClass(IlrType) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createArrayMapper(IlrClass, Class) - Static method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory
Creates a collection mapper knowing its implementation class.
createAttribute(IlrMutableClass, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an attribute.
createAttribute(IlrMutableClass, Field) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a attribute from a native field.
createAttribute(IlrMutableClass, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an attribute.
createAttribute(IlrMutableClass, Field) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an attribute from a native field.
createBoundClass(IlrClass, IlrType[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createBoundClass(IlrClass, IlrType[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createBoundedDomain() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a bounded domain.
createBoundedDomain() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a bounded domain.
createBoundMethod(IlrMethod, IlrType[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createBoundMethod(IlrMethod, IlrType[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createClass(IlrMutablePackage, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a class in a package.
createClass(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a class using an absolute name.
createClass(Class) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a class from a native class.
createClass(IlrMutablePackage, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a class in a package.
createClass(String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a class using an absolute name
createClass(Class) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a class from a native class.
createCollection(Collection) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.ArrayListMapper
 
createCollection(Collection) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.DynamicArrayMapper
 
createCollection(Collection) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.JavaArrayMapper
 
createCollection(Collection) - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.VectorMapper
 
createCollection(Collection) - Method in interface ilog.rules.xml.util.IlrXmlDataTypeMapper.CollectionMapper
Creates a new instance of the collection knowing its components
createCollectionDomain(int, int) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a collection domain.
createCollectionMapper(Class, IlrObjectModel) - Static method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory
Creates a collection mapper knowing its implementation class.
createComponentProperty(IlrMutableClass, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a component property.
createComponentProperty(IlrMutableClass, PropertyDescriptor) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a component property from a native property.
createComponentProperty(IlrMutableClass, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a component property.
createComponentProperty(IlrMutableClass, PropertyDescriptor) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a component property from a native property.
createConstructor(IlrMutableClass) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a constructor.
createConstructor(IlrMutableClass, Constructor) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a constructor from a native constructor.
createConstructor(IlrMutableClass) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a constructor.
createConstructor(IlrMutableClass, Constructor) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a constructor from a native constructor.
createControl(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrFileGeneratorWizardPage
Redefines the createControl method, which creates a composite and sets the contextual help.
createControl(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrFileGeneratorWizardSelectionPage
Redefines the createControl method, which creates a composite and sets the contextual help.
createControl(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.page.IlrProjectName
Redefines the createControl method, which creates a composite and sets the contextual help.
createDAO() - Method in interface ilog.rules.res.persistence.trace.IlrTraceDAOFactory
Returns a new IlrTraceDAO instance.
createDataDriver(IlrRuleset) - Static method in class ilog.rules.xml.binding.IlrXmlHelper
Creates a new data driver from a ruleset.
createDataDriver(IlrContext) - Static method in class ilog.rules.xml.binding.IlrXmlHelper
Creates a new data driver from a context.
createDataDriver(IlrResources) - Static method in class ilog.rules.xml.binding.IlrXmlHelper
Creates a new data driver given a list of parameters.
createDataDriver(IlrXmlHelper.Config) - Static method in class ilog.rules.xml.binding.IlrXmlHelper
Deprecated.  
createDataDriver(IlrXmlDataDriver, boolean) - Static method in class ilog.rules.xml.util.IlrXmlSynchronizer
Creates a synchronized data driver built from an XML data driver.
createDataTypeMapper(IlrObjectModel) - Method in class ilog.rules.xml.util.IlrXmlDefaultXomMapper
Creates a data type mapper.
createDataTypeMapper(IlrObjectModel) - Method in interface ilog.rules.xml.util.IlrXmlXomMapper
Creates a data type mapper.
createDataTypeMapper(IlrObjectModel) - Method in class ilog.rules.xml.util.IlrXmlXomMapperApi6_0
Creates a data type mapper.
createDefaultConfig() - Static method in class ilog.rules.res.session.IlrJ2SESessionFactory
Creates a session factory configuration that holds default settings.
createDocumentDriver() - Method in class ilog.rules.xml.binding.IlrXmlDefaultSchemaDriver
Create a new IlrXmlDocumentDriver to read and save XML document instance/p>
createDocumentDriver() - Method in interface ilog.rules.xml.IlrXmlSchemaDriver
Creates a new IlrXmlDocumentDriver to read and save XML document instance.
createDocumentDriver(IlrXmlDocumentDriver, boolean) - Static method in class ilog.rules.xml.util.IlrXmlSynchronizer
Creates a synchronized schema driver built from an XML data driver.
createDomainIntersection() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a domain intersection.
createDomainIntersection() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a domain intersection.
createEngine() - Method in interface com.ibm.rules.engine.ruledef.runtime.RuleEngineDefinition
Creates a new RuleEngine instance.
createEngine(EngineService...) - Method in interface com.ibm.rules.engine.ruledef.runtime.RuleEngineDefinition
Creates a new RuleEngine instance.
createEngine() - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowEngineDefinition
Creates a RuleflowEngine instance..
createEngine(EngineService...) - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowEngineDefinition
Creates a RuleflowEngine.
createEngine() - Method in interface com.ibm.rules.engine.runtime.EngineDefinition
Creates a new Engine instance.
createEngine(EngineService...) - Method in interface com.ibm.rules.engine.runtime.EngineDefinition
Creates a new Engine instance .
createEnum(IlrMutablePackage, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an enum.
createEnum(IlrMutablePackage, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an enum.
createEnumeratedDomain(List) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an enumerated domain.
createEnumeratedDomain(List) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an enumerated domain.
createGenericDefinition(String, IlrMutableTypeVariable[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createGenericDefinition(IlrMutablePackage, String, IlrMutableTypeVariable[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createGenericDefinition(Class, IlrMutableTypeVariable[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createGenericDefinition(String, IlrMutableTypeVariable[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createGenericDefinition(IlrMutablePackage, String, IlrMutableTypeVariable[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createGenericDefinition(Class, IlrMutableTypeVariable[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createGetMethod(String) - Method in class ilog.rules.teamserver.auth.LtpaTokenAuthenticationHandler
 
createHttpClient(URL) - Method in class ilog.rules.teamserver.auth.LtpaTokenAuthenticationHandler
 
createIndexedComponentProperty(IlrMutableClass, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an indexed component property.
createIndexedComponentProperty(IlrMutableClass, IndexedPropertyDescriptor) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates an indexed component property from a native indexed property.
createIndexedComponentProperty(IlrMutableClass, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an indexed component property.
createIndexedComponentProperty(IlrMutableClass, IndexedPropertyDescriptor) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates an indexed component property from a native indexed property.
createInitialRule() - Method in class ilog.rules.factory.IlrRulesetFactory
Deprecated.  
createInput() - Method in interface com.ibm.rules.engine.runtime.Engine
Creates an EngineInput object for this Engine.
createInput(EngineData) - Method in interface com.ibm.rules.engine.runtime.Engine
Creates an EngineInput object for this Engine.
createJarContext(String) - Method in class ilog.rules.tools.IlrMain
Deprecated.  
createManagementSession() - Method in class ilog.rules.res.session.IlrEJB3SessionFactory
Management sessions are not available when using the EJB packaging, this method always throws an UnsupportedOperationException.
createManagementSession() - Method in class ilog.rules.res.session.IlrJ2SESessionFactory
 
createManagementSession() - Method in class ilog.rules.res.session.IlrPOJOSessionFactory
 
createManagementSession() - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns a new management session.
createMethod(IlrMutableClass, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a method.
createMethod(IlrMutableClass, Method) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a method from a native method.
createMethod(IlrMutableClass, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a method.
createMethod(IlrMutableClass, Method) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a method from a native method.
createNestedClass(IlrMutableClass, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a nested class, that is, a class in a class.
createNestedClass(IlrMutableClass, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a nested class, that is a class in a class.
createNestedGenericDefinition(IlrMutableClass, String, IlrMutableTypeVariable[]) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createNestedGenericDefinition(IlrMutableClass, String, IlrMutableTypeVariable[]) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createPackage(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates or retrieves a package using an absolute name.
createPackage(IlrMutablePackage, String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates or retrieves a package using a relative name.
createPackage(String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates or retrieves a package using an absolute name.
createPackage(IlrMutablePackage, String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates or retrieves a package using a relative name.
createPackage(IProject, String, String) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Creates a package in the root directory (relative to the project) of the destination project.
createParameter(IlrMutableMemberWithParameter, String, IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a parameter.
createParameter(String, IlrType) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a parameter.
createParameter(IlrMutableMemberWithParameter, String, IlrType) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a parameter.
createParameter(String, IlrType) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a parameter.
createPatternDomain() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a pattern domain.
createPatternDomain() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a pattern domain.
createPluginConfig(String) - Method in interface ilog.rules.res.session.config.IlrXUConfig
 
createProjectFromTemplate(String, IPath, IlrRuleAppProject, IProgressMonitor) - Method in class ilog.rules.studio.res.generator.IlrFileGenerator
Creates the destination project and calls the IlrFileGenerator.generateProjectContent(org.eclipse.jdt.core.IJavaProject, org.eclipse.core.runtime.IProgressMonitor) method on the new project.
createProperties() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates properties to be used as nested properties.
createProperties() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates properties to be used as nested properties.
createQuery() - Method in interface ilog.rules.res.persistence.trace.IlrTraceDAO
Creates and returns an IlrTraceQuery object.
createQuery() - Method in class ilog.rules.res.persistence.trace.IlrTraceDAOWrapper
 
createRawClass(Class) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createRawClass(Class) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createRawMethod(IlrMethod) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
 
createRawMethod(IlrMethod) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
 
createRepository() - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a new repository.
createRequest() - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns a request object used to execute rulesets.
createRESRulesetArchive(IlrEngineType, InputStream) - Static method in class ilog.rules.res.model.IlrRESRulesetArchiveFactory
Creates an IlrRESRulesetArchive instance.
createRESRulesetArchive(IlrEngineType, byte[]) - Static method in class ilog.rules.res.model.IlrRESRulesetArchiveFactory
Creates an IlrRESRulesetArchive instance.
createRestrictedAttribute(IlrMutableClass, IlrAttribute) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a restricted attribute.
createRestrictedAttribute(IlrMutableClass, IlrAttribute) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a restricted attribute.
createRoot(String) - Method in class ilog.rules.factory.IlrHierarchicalProperty
Creates a root and attaches it to the hierarchy.
createRuleApp(String, IlrVersion) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a RuleApp with a specific name and version number.
createRuleApp(String, IlrVersion, Date) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a RuleApp with a specific name, version number, and date.
createRuleApp(IlrMutableRuleAppInformation) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a copy of a RuleApp.
createRuleEngineInput() - Method in interface com.ibm.rules.engine.ruledef.runtime.RuleEngine
Creates an input object for a RuleEngine.
createRuleEngineInput(EngineData) - Method in interface com.ibm.rules.engine.ruledef.runtime.RuleEngine
Creates an input object for a RuleEngine.
createRuleflowEngineInput() - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowEngine
Creates an input for this RuleflowEngine.
createRuleflowEngineInput(EngineData) - Method in interface com.ibm.rules.engine.ruleflow.runtime.RuleflowEngine
Creates an input for this RuleflowEngine.
createRuleset(String, IlrVersion) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a ruleset with a specific name and version number.
createRuleset(String, IlrVersion, Date) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a ruleset with a specific name, version number, and date.
createRuleset(IlrMutableRulesetArchiveInformation) - Method in interface ilog.rules.res.model.IlrRepositoryFactory
Creates a copy of a ruleset.
createSchemaDriver(IlrXmlSchemaDriver, boolean) - Static method in class ilog.rules.xml.util.IlrXmlSynchronizer
Creates a synchronized schema driver built from an XML data driver.
createService(int) - Method in class ilog.rules.res.session.rawdata.RawDataRuleServiceFactory
Return a raw data rule service using J2SE session factory.
createService(int, IlrSessionFactory) - Method in class ilog.rules.res.session.rawdata.RawDataRuleServiceFactory
Return a raw data rule service using provided session factory.
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean) - Method in class ilog.rules.res.session.IlrEJB3SessionFactory
Finds a reference to an initialized stateful EJB3 rule session bean.
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean, boolean) - Method in class ilog.rules.res.session.IlrEJB3SessionFactory
Finds a reference to an initialized stateful EJB3 rule session bean.
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean, boolean) - Method in class ilog.rules.res.session.IlrJ2SESessionFactory
 
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean, boolean) - Method in class ilog.rules.res.session.IlrPOJOSessionFactory
 
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean) - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns a stateful rule session.
createStatefulSession(IlrPath, Serializable, Map<String, Object>, boolean, boolean) - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns a stateful rule session.
createStatelessSession() - Method in class ilog.rules.res.session.IlrEJB3SessionFactory
Finds a reference to a stateless EJB3 rule session Bean.
createStatelessSession() - Method in class ilog.rules.res.session.IlrJ2SESessionFactory
 
createStatelessSession() - Method in class ilog.rules.res.session.IlrPOJOSessionFactory
 
createStatelessSession() - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns a stateless rule session.
createStaticReference(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a static reference.
createStaticReference(String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a static reference.
createTool(IlrContext, String) - Method in class ilog.rules.engine.IlrToolFactory
Creates a new IlrTool, this method is called each time the IlrToolFactory is connected to an IlrContext.
createToolDecorator(IlrContext) - Method in class ilog.rules.debug.IlrLocalTracerToolFactory
This method provides a convenient way to customize the default behavior.
createTraceDAOFactory(IlrTraceDAOFactoryType) - Method in class ilog.rules.res.persistence.trace.IlrTraceDAOFactoryUtil
Creates a predefined IlrTraceDAOFactory implementation class instance of the specified type.
createTraceDAOFactory() - Method in interface ilog.rules.res.session.IlrSessionFactory
Returns an initialized IlrTraceDAOFactory instance used to write traces for the rule sessions created by this factory.
createTreeViewer(Composite) - Method in class ilog.rules.studio.res.ui.generator.impl.wizard.IlrAbstractRESConfigurationSelectionDialog
Creates the tree viewer.
createTypeVariable(String) - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a type variable.
createTypeVariable(String) - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a type variable.
createUrl(String) - Method in class ilog.rules.xml.util.IlrXsdDefaultLocationResolver
 
createVoidCollection() - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.ArrayListMapper
 
createVoidCollection() - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.DynamicArrayMapper
 
createVoidCollection() - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.JavaArrayMapper
 
createVoidCollection() - Method in class ilog.rules.xml.util.IlrXmlCollectionMapperFactory.VectorMapper
 
createVoidCollection() - Method in interface ilog.rules.xml.util.IlrXmlDataTypeMapper.CollectionMapper
Creates a new instance of a void collection.
createWildcardType() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelFactory
Creates a wild card type.
createWildcardType() - Method in interface ilog.rules.bom.mutable.IlrModelFactory
Creates a wild card type.
CUSTOM_TEST_COMPARATOR - Static variable in interface ilog.rules.util.engine.IlrSequentialProperties
Specifies that a custom test expression comparator has been written as a Java class, compiled with Javac and should be dynamically loaded by the test optimizer of the Fastpath sequential mode compiler.
CustomProperties - Interface in com.ibm.rules.engine.util
CustomProperties represents the properties interface.
CustomProperties - Annotation Type in ilog.rules.bom.annotations
Annotation for setting a number of persistent properties on an IlrModelElement.
CustomProperty - Annotation Type in ilog.rules.bom.annotations
Annotation for setting a persistent property on an IlrModelElement.

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