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

P

PackageHierarchy - Static variable in interface ilog.rules.factory.IlrRulesetConstants
The value of the hierarchical property that maps the package structure.
PackageProperty - Static variable in interface ilog.rules.factory.IlrRulesetConstants
The value of the rule property that contains the package name in which the rule is defined.
packetName - Variable in class ilog.rules.factory.IlrRuleFactory
Deprecated.  
parse(IlrType, String) - Method in class ilog.rules.bom.util.IlrFormat
Parses a string and constructs an object.
parse(Class, String) - Method in class ilog.rules.bom.util.IlrFormat
Parses a string and constructs an object of the specified class.
parse(IlrTranslationConfiguration, Reader) - Method in class ilog.rules.factory.translation.IlrTranslationParser
Parses a b2x file.
parse(String) - Static method in enum ilog.rules.res.session.config.IlrPersistenceType
Parses a string representation of a persistence type.
parse(String) - Static method in class ilog.rules.xml.types.IlrDate
Creates an IlrDate from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrDateTime
Create an IlrDateTime from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrDuration
Create a duration from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrGDay
Creates a day from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrGMonth
Creates a GMonth from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrGMonthDay
Creates a gMonthDay from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrGYear
Creates a gYear from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrGYearMonth
Creates a gYearMonth from a string.
parse(String) - Static method in class ilog.rules.xml.types.IlrTime
Creates a time from a string.
parseArchive(IlrRulesetArchiveLoader) - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Parses the ruleset archive.
parseArchive(IlrRulesetArchive) - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Parses the ruleset archive.
parseArchiveFactory() - Method in class ilog.rules.engine.IlrRulesetArchiveParser
Parses the ruleset factory built by the checkArchive method in order to build a ruleset.
parseFactory(IlrRulesetFactory) - Method in class ilog.rules.engine.IlrRuleset
Parses the ruleset factory.
parseFile(File) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. The preferred method for loading rulesets generated by ILOG rule authoring tools is via ruleset archives. If it is necessary to load rules directly from IRL text, see IlrRuleset.parseStream(java.io.InputStream) or IlrRuleset.parseReader(java.io.Reader)
parseFileName(String) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. The preferred method for loading rulesets generated by ILOG rule authoring tools is via ruleset archives. If it is necessary to load rules directly from IRL text, see IlrRuleset.parseStream(java.io.InputStream) or IlrRuleset.parseReader(java.io.Reader)
parseParameters(IlrPath, Collection<RawDataRulesetParameter>) - Method in interface ilog.rules.res.session.rawdata.RawDataRuleService
Parse the raw ruleset parameters into Java object parameters map.
parsePath(IlrTranslationConfiguration, Reader[]) - Method in class ilog.rules.factory.translation.IlrTranslationParser
Parses a path of b2x files.
parsePath(String) - Static method in class ilog.rules.res.model.IlrPath
Returns an IlrPath object that represents the path of the RuleApp or the ruleset specified by a string.
parseReader(Reader) - Method in class ilog.rules.engine.IlrRuleset
Parses the supplied java.io.Reader.
parseSignature(IlrMutableObjectModel, String) - Static method in class ilog.rules.bom.util.IlrModelUtilities
 
parseStream(InputStream) - Method in class ilog.rules.engine.IlrRuleset
Parses the stream provided as its argument.
parseString(String) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. The preferred method for loading rulesets generated by ILOG rule authoring tools is via ruleset archives. If it is necessary to load rules directly from IRL text, see IlrRuleset.parseStream(java.io.InputStream) or IlrRuleset.parseReader(java.io.Reader)
parseURL(URL) - Method in class ilog.rules.engine.IlrRuleset
Deprecated. The preferred method for loading rulesets generated by ILOG rule authoring tools is via ruleset archives. If it is necessary to load rules directly from IRL text, see IlrRuleset.parseStream(java.io.InputStream) or IlrRuleset.parseReader(java.io.Reader)
parseVersion(String) - Static method in class ilog.rules.res.model.IlrVersion
Retrieves an IlrVersion object that represents the version specified by a string.
PATCH_LEVEL - Static variable in class ilog.rules.tools.IlrVersionFullInfo
The patch level of the product.
PatternDomain - Annotation Type in ilog.rules.bom.annotations
Annotation for declaring a pattern domain.
Plugin - Class in com.ibm.rules.res.xu.plugin
Plugin is an implementation plug-in that you can extend to create custom plug-ins.
Plugin() - Constructor for class com.ibm.rules.res.xu.plugin.Plugin
 
PluginException - Exception in com.ibm.rules.res.xu.plugin
PluginException represents the exception raised by a plug-in.
PluginException() - Constructor for exception com.ibm.rules.res.xu.plugin.PluginException
Creates an exception.
PluginException(String, Object[]) - Constructor for exception com.ibm.rules.res.xu.plugin.PluginException
Creates an exception.
PluginException(String, Object[], Throwable) - Constructor for exception com.ibm.rules.res.xu.plugin.PluginException
Creates an exception.
POSITIVE - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents the application of the + operator to an expression.
POSTFIX_DECR - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents a postfixed decrement operator.
POSTFIX_INCR - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents a postfixed increment operator.
PREFIX_DECR - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents a prefixed decrement operator.
PREFIX_INCR - Static variable in interface ilog.rules.factory.IlrUnaryOperator
This integer constant represents a prefixed increment operator.
print(IlrPackageFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a package factory to the writer using the ILOG Rule Language.
print(IlrRuleFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a rule factory to the writer using the ILOG Rule Language.
print(IlrFunctionFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a function factory to the writer using the ILOG Rule Language.
print(IlrTaskFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a task factory to the writer using the ILOG Rule Language.
printCharEscape(char) - Method in class ilog.rules.factory.IlrRuleWriter
 
printErrors() - Method in class ilog.rules.archive.IlrRulesetArchiveBuilderBase
Prints errors on the message writer.
printFunction(IlrFunctionFactory, boolean) - Method in class ilog.rules.factory.IlrRulesetPrinter
Prints a function with or without the first level indent.
printGroupOverriding(IlrRulesetFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints the groups overriding declaration to the writer using the ILOG Rule Language.
printHeader(PrintWriter) - Method in exception ilog.rules.engine.IlrRuntimeException
Prints the header of the rule stack trace.
printHierarchicalPropertyDefinitions(IlrRulesetFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints the hierarchical properties to the writer using the ILOG Rule Language.
printInitialActions(boolean) - Method in class ilog.rules.factory.IlrRulesetPrinter
Prints the initial actions with or without the first level indent.
printInitialRule(List) - Method in class ilog.rules.factory.IlrRuleWriter
Prints the setup statements corresponding to the list of actions.
printLocationStackTrace(PrintWriter) - Method in exception com.ibm.rules.engine.util.EngineException
 
printMemoryUsage(String) - Method in class ilog.rules.engine.IlrRuntime
Prints the memory usage at some point of the execution.
printProperties() - Method in class ilog.rules.factory.IlrRulesetPrinter
Prints the properties of this ruleset.
printPropertyDefinitions(IlrRulesetFactory) - Method in class ilog.rules.factory.IlrRuleWriter
Prints the property types declaration to the writer using the ILOG Rule Language.
printRule(IlrRuleFactory, boolean) - Method in class ilog.rules.factory.IlrRulesetPrinter
Prints a rule with or without the first level indent.
printRuleStackTrace() - Method in exception ilog.rules.engine.IlrRuntimeException
Prints the rule stack trace to System.err.
printRuleStackTrace(PrintWriter) - Method in exception ilog.rules.engine.IlrRuntimeException
Prints the rule stack trace to a PrintWriter.
printRuleStackTrace(PrintStream) - Method in exception ilog.rules.engine.IlrRuntimeException
Prints the rule stack trace to a PrintStream.
printStackTrace(PrintStream) - Method in exception com.ibm.rules.engine.util.EngineException
 
printStackTrace(PrintWriter) - Method in exception com.ibm.rules.engine.util.EngineException
 
printStackTrace() - Method in exception ilog.rules.engine.IlrRuntimeException
Prints a stack trace using the target member and the target exception.
printStackTrace(PrintWriter) - Method in exception ilog.rules.engine.IlrRuntimeException
Prints a stack trace using the target member and the target exception.
printStackTrace(PrintStream) - Method in exception ilog.rules.engine.IlrRuntimeException
Prints a stack trace using the target member and the target exception.
printTimeUsage(String) - Method in class ilog.rules.engine.IlrRuntime
Prints the time usage at some point of the execution.
printTimeUsage(int) - Method in class ilog.rules.engine.IlrRuntime
Prints the time usage at some point of the execution using a specified number of fired rules.
printToString() - Method in class ilog.rules.xml.IlrXmlObject
Prints the class name and the field values of this XML object to a string.
printType(IlrType, boolean) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a type encountered in writing the rules and specifies whether a short name for the type is allowed.
printValue(IlrValue) - Method in class ilog.rules.factory.IlrRuleWriter
Prints a value.
priority - Variable in class ilog.rules.factory.IlrRuleFactory
The priority value of the rule.
process(Object) - Method in interface ilog.rules.xml.IlrXmlObjectExplorer.IlrObjectProcessor
This method is to be refined by sub-classes to define the behavior of the processor
processError(IlrXmlError) - Method in interface ilog.rules.xml.util.IlrXmlErrorHandler
This method is called by the XML binding to notify an error to the handler.
processor - Variable in class ilog.rules.xml.IlrXmlObjectExplorer
 
processWarning(IlrXmlError) - Method in interface ilog.rules.xml.util.IlrXmlErrorHandler
This method is called by the XML binding to notify a warning to the handler.
PRODUCT_PACKAGE_PREFIX - Static variable in class com.ibm.rules.engine.runtime.EngineVersion
The prefix for all products in this package classes.
PROPERTIES_FILE - Static variable in class ilog.rules.res.jsr94.IlrRuleServiceProvider
Deprecated. The name of the property file that contains the list of properties.
propertyNames() - Method in class ilog.rules.bom.dynamic.IlrDynamicModelElement
Returns the property names.
propertyNames() - Method in class ilog.rules.bom.dynamic.IlrDynamicValue
Returns an iterator over property names.
propertyNames() - Method in interface ilog.rules.bom.IlrTransientProperties
Returns the property names.
PROTOCOL - Static variable in class ilog.rules.util.IlrFile
 
PROVIDED - Static variable in class ilog.rules.util.engine.IlrDataIOProperties
Provided attribute property name.
put(String, Object) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list.
put(String, Object, boolean) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list.
put(String, Object) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds the value associated to a property name.
putAll(IlrPropertyList) - Method in class ilog.rules.factory.IlrPropertyList
Puts all the entries of properties in this property list.
putAll(IlrResources) - Method in class ilog.rules.util.resources.IlrResources
Puts all the properties and values stored in the argument resource bundle into the current bundle.
putBoolean(String, boolean) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a Boolean value.
putBoolean(String, boolean) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a boolean value associated to a property name.
putChar(String, char) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a character value.
putChar(String, char) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a char value associated to a property name.
putClassNameRefactoring(String, String) - Method in class ilog.rules.engine.IlrCompiledTaskRefactoring
Deprecated. Puts a class name refactoring specification.
putDouble(String, double) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a double value.
putDouble(String, double) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a double value associated to a property name.
putFloat(String, float) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a float value.
putFloat(String, float) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a float value associated to a property name.
putInt(String, int) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with an integer value.
putInt(String, int) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a int value associated to a property name.
putLong(String, long) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a long value.
putLong(String, long) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a long value associated to a property name.
putPackageNameRefactoring(String, String) - Method in class ilog.rules.engine.IlrCompiledTaskRefactoring
Deprecated. Puts a package name refactoring specification.
putProperties(Map<String, String>) - Method in interface ilog.rules.res.session.config.IlrPluginConfig
 
putString(String, String) - Method in class ilog.rules.factory.IlrPropertyList
Adds a property to the list and initializes it with a string value.
putString(String, String) - Method in class ilog.rules.util.resources.IlrResources
Adds or rebinds a string value associated to a property name.

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