Rule Execution Server API

Serialized Form


Package com.ibm.rules.engine.ruledef.runtime

Package com.ibm.rules.engine.util

Class com.ibm.rules.engine.util.EngineException extends Exception implements Serializable

Serialized Fields

locations

List<E> locations

Class com.ibm.rules.engine.util.EngineExecutionException extends EngineException implements Serializable

Class com.ibm.rules.engine.util.EngineInternalErrorException extends RuntimeException implements Serializable

Class com.ibm.rules.engine.util.EngineInvalidStateException extends EngineException implements Serializable

Class com.ibm.rules.engine.util.FunctionLocation extends com.ibm.rules.engine.util.TextLocation implements Serializable

Serialized Fields

functionName

String functionName

Class com.ibm.rules.engine.util.FunctionVariableLocation extends FunctionLocation implements Serializable

Serialized Fields

variableName

String variableName

variableDeclaration

boolean variableDeclaration

Package com.ibm.rules.res.xu.plugin

Class com.ibm.rules.res.xu.plugin.PluginException extends com.ibm.rules.res.xu.internal.XUException implements Serializable

serialVersionUID: 1L


Package ilog.rules.archive

Class ilog.rules.archive.IlrRulesetArchive extends Object implements Serializable

Serialized Fields

elementByNames

HashMap<K,V> elementByNames

isBusiness

boolean isBusiness

isUnknownArtifactAnError

boolean isUnknownArtifactAnError

indexName

String indexName

contentManager

ilog.rules.archive.IlrContentManager contentManager

indexExtracted

boolean indexExtracted

rulesetSignature

String rulesetSignature

bomTocs

ArrayList<E> bomTocs

b2xTocs

ArrayList<E> b2xTocs

xsdDocs

HashMap<K,V> xsdDocs

isBusinessDataXmlServiceEnable

ilog.rules.archive.IlrRulesetArchive.BooleanAttribute isBusinessDataXmlServiceEnable

Class ilog.rules.archive.IlrRulesetArchive.Element extends Object implements Serializable

Serialized Fields

key

String key

kind

int kind

compressed

boolean compressed

uncompressedSize

int uncompressedSize

Class ilog.rules.archive.IlrRulesetArchive.RulesetArchiveException extends RuntimeException implements Serializable

Serialized Fields

target

Throwable target

precision

String precision

Package ilog.rules.bom

Class ilog.rules.bom.IlrObjectModel.Kind extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

Package ilog.rules.bom.dynamic

Class ilog.rules.bom.dynamic.IlrDynamicActualValue extends IlrDynamicValue implements Serializable

Serialized Fields

value

Object value

type

IlrType type

Class ilog.rules.bom.dynamic.IlrDynamicAttribute extends IlrDynamicMember implements Serializable

Serialized Fields

initialValue

IlrAbstractValue initialValue

Class ilog.rules.bom.dynamic.IlrDynamicBoundedDomain extends IlrDynamicDomain implements Serializable

Serialized Fields

higherBound

IlrAbstractValue higherBound

lowerBound

IlrAbstractValue lowerBound

lowerBoundIncluded

boolean lowerBoundIncluded

higherBoundIncluded

boolean higherBoundIncluded

Class ilog.rules.bom.dynamic.IlrDynamicClass extends IlrDynamicType implements Serializable

Serialized Fields

qualifiers

int qualifiers

primitive

boolean primitive

enclosingNamespace

IlrNamespace enclosingNamespace

componentType

IlrType componentType

domain

IlrDomain domain

superclasses

List<E> superclasses

destructor

ilog.rules.bom.IlrDestructor destructor

typeTag

int typeTag

wrapperClass

IlrClass wrapperClass

classIndex

int classIndex

Class ilog.rules.bom.dynamic.IlrDynamicComponentProperty extends IlrDynamicMember implements Serializable

Class ilog.rules.bom.dynamic.IlrDynamicConstructor extends IlrDynamicMethod implements Serializable

Class ilog.rules.bom.dynamic.IlrDynamicDomain extends Object implements Serializable

Serialized Fields

objectModel

IlrObjectModel objectModel

relatedElement

IlrModelElement relatedElement

properties

IlrProperties properties

Class ilog.rules.bom.dynamic.IlrDynamicDomainIntersection extends IlrDynamicDomain implements Serializable

Serialized Fields

domains

List<E> domains

Class ilog.rules.bom.dynamic.IlrDynamicEnum extends IlrDynamicType implements Serializable

Serialized Fields

domain

IlrDomain domain

enclosingNamespace

IlrNamespace enclosingNamespace

Class ilog.rules.bom.dynamic.IlrDynamicEnumeratedDomain extends IlrDynamicDomain implements Serializable

Serialized Fields

values

List<E> values

Class ilog.rules.bom.dynamic.IlrDynamicIndexedComponentProperty extends IlrDynamicComponentProperty implements Serializable

Serialized Fields

parameters

List<E> parameters

Class ilog.rules.bom.dynamic.IlrDynamicMember extends IlrDynamicModelElement implements Serializable

Serialized Fields

domain

IlrDomain domain

Class ilog.rules.bom.dynamic.IlrDynamicMethod extends IlrDynamicMember implements Serializable

Serialized Fields

genericInfo

ilog.rules.bom.dynamic.IlrDynamicMethod.IlrDynamicGenericMethodInfo genericInfo

Class ilog.rules.bom.dynamic.IlrDynamicModelElement extends Object implements Serializable

Serialized Fields

objectModel

IlrObjectModel objectModel

name

String name

properties

IlrProperties properties

Class ilog.rules.bom.dynamic.IlrDynamicObjectModel extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

objectSystem

ilog.rules.bom.IlrModelVisitPath objectSystem

defaultPackage

IlrPackage defaultPackage

properties

ilog.rules.bom.dynamic.IlrDynamicProperties properties

fqn2ShortNameMap

Map<K,V> fqn2ShortNameMap

shortname2FQNMap

Map<K,V> shortname2FQNMap

castingPolicy

ilog.rules.bom.util.IlrCastingPolicy castingPolicy

nativeBinding

ilog.rules.bom.util.platform.IlrNativeBinding nativeBinding

missingReferences

Map<K,V> missingReferences

format

IlrFormat format

kind

IlrObjectModel.Kind kind

platform

IlrObjectModel.Platform platform

supportMissingReferences

boolean supportMissingReferences

mappingComponentProperties

boolean mappingComponentProperties

classLookup

ilog.rules.bom.util.IlrClassLookup classLookup

inheritanceHierarchy

ilog.rules.bom.dynamic.IlrInheritanceHierarchy inheritanceHierarchy

useGenericImportIfPossible

boolean useGenericImportIfPossible

Class ilog.rules.bom.dynamic.IlrDynamicPackage extends IlrDynamicModelElement implements Serializable

Serialized Fields

enclosingPackage

IlrPackage enclosingPackage

Class ilog.rules.bom.dynamic.IlrDynamicParameter extends IlrDynamicModelElement implements Serializable

Serialized Fields

declaringMember

IlrMemberWithParameter declaringMember

type

IlrType type

domain

IlrDomain domain

Class ilog.rules.bom.dynamic.IlrDynamicPatternDomain extends IlrDynamicDomain implements Serializable

Serialized Fields

pattern

String pattern

Class ilog.rules.bom.dynamic.IlrDynamicStaticReference extends IlrDynamicModelElement implements Serializable

Serialized Fields

enclosingNamespace

IlrNamespace enclosingNamespace

Class ilog.rules.bom.dynamic.IlrDynamicType extends IlrDynamicModelElement implements Serializable

Class ilog.rules.bom.dynamic.IlrDynamicTypeVariable extends IlrDynamicType implements Serializable

Serialized Fields

bounds

IlrType[] bounds

declaringElement

IlrModelElement declaringElement

Class ilog.rules.bom.dynamic.IlrDynamicValue extends Object implements Serializable

Serialized Fields

properties

ilog.rules.bom.dynamic.IlrDynamicProperties properties

Class ilog.rules.bom.dynamic.IlrDynamicWildcardType extends IlrDynamicType implements Serializable

Serialized Fields

upperBounds

IlrType[] upperBounds

lowerBounds

IlrType[] lowerBounds

Package ilog.rules.bom.serializer

Class ilog.rules.bom.serializer.IlrSyntaxError extends Exception implements Serializable

Serialized Fields

lineno

int lineno

filename

String filename

errors

List<E> errors

Package ilog.rules.bom.util

Class ilog.rules.bom.util.IlrFormat extends Object implements Serializable

Serialized Fields

objectModel

IlrObjectModel objectModel

classes

List<E> classes

formats

List<E> formats

ilrTypes

List<E> ilrTypes

ilrFormats

List<E> ilrFormats

classnameToFormat

Map<K,V> classnameToFormat

classnameToJavaClass

Map<K,V> classnameToJavaClass

oldDateFormat

Format oldDateFormat

Class ilog.rules.bom.util.IlrMissingFormatException extends RuntimeException implements Serializable


Package ilog.rules.engine

Class ilog.rules.engine.IlrBadContextException extends RuntimeException implements Serializable

Class ilog.rules.engine.IlrContext extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

dataConnectorRegistry

com.ibm.rules.engine.connector.registry.DataConnectorRegistry dataConnectorRegistry

memory

ilog.rules.engine.IlrContextMem memory

exceptionHandler

IlrExceptionHandler exceptionHandler

ruleFlowExceptionHandler

IlrExceptionHandler ruleFlowExceptionHandler

time

long time

taskEngine

ilog.rules.engine.IlrTaskEngine taskEngine

rulesetParameters

HashMap<K,V> rulesetParameters

rulesetFQNParameters

HashMap<K,V> rulesetFQNParameters

inGlobalObjects

Object[] inGlobalObjects

outGlobalObjects

Object[] outGlobalObjects

localGlobalObjects

Object[] localGlobalObjects

storeInValues

HashMap<K,V> storeInValues

classList

ArrayList<E> classList

rulesetParameterLocation

int rulesetParameterLocation

rulesetOutLocation

int rulesetOutLocation

rulesetLocalLocation

int rulesetLocalLocation

collectValuesObjects

Object[] collectValuesObjects

firedRulesCount

int firedRulesCount

Class ilog.rules.engine.IlrDefaultCollector extends Object implements Serializable

Serialized Fields

elements

Vector<E> elements

This vector contains the elements of the collection.

Class ilog.rules.engine.IlrDefaultEvent extends Object implements Serializable

Class ilog.rules.engine.IlrFunction extends Object implements Serializable

Serialized Fields

name

String name

shortName

String shortName

comments

String comments

returnType

ilog.rules.factory.IlrReflectClass returnType

contextClass

ilog.rules.factory.IlrReflectClass contextClass

arguments

List<E> arguments

body

ilog.rules.engine.IlrFunctionBody body

isFunctionTaskBody

boolean isFunctionTaskBody

hidden

boolean hidden

definitionPackage

IlrPackage definitionPackage

Class ilog.rules.engine.IlrNoSuchFunctionException extends Exception implements Serializable

Serialized Fields

name

String name

signature

String signature

Class ilog.rules.engine.IlrPackage extends Object implements Serializable

Serialized Fields

name

String name

contextClass

ilog.rules.factory.IlrReflectClass contextClass

comments

String comments

ruleset

IlrRuleset ruleset

initialRule

IlrRule initialRule

rules

ArrayList<E> rules

functions

ArrayList<E> functions

ruleTable

HashMap<K,V> ruleTable

taskset

ilog.rules.engine.IlrTaskset taskset

variableBindings

HashMap<K,V> variableBindings

rhsVariableBindings

ArrayList<E> rhsVariableBindings

importedPackages

ArrayList<E> importedPackages

importedRules

ArrayList<E> importedRules

Class ilog.rules.engine.IlrPackageFilter extends Object implements Serializable

Serialized Fields

packageName

String packageName

Class ilog.rules.engine.IlrParameterMap extends Object implements Serializable

Serialized Fields

map

Map<K,V> map

Class ilog.rules.engine.IlrPropertyFilter extends Object implements Serializable

Serialized Fields

propertyKey

String propertyKey

propertyValue

Object propertyValue

Class ilog.rules.engine.IlrRule extends Object implements Serializable

Serialized Fields

properties

IlrPropertyList properties

contextClass

ilog.rules.factory.IlrReflectClass contextClass

packetName

String packetName

name

String name

shortName

String shortName

comments

String comments

priority

ilog.rules.engine.base.IlrRtValue priority

conditions

ArrayList<E> conditions

actions

ArrayList<E> actions

lhsBindings

ArrayList<E> lhsBindings

ruleNode

Object ruleNode

elsePart

ilog.rules.engine.base.IlrElseRule elsePart

definitionPackage

IlrPackage definitionPackage

Class ilog.rules.engine.IlrRuleInstance extends Object implements Serializable

Serialized Fields

ruleMem

ilog.rules.engine.IlrRuleMem ruleMem

partial

ilog.rules.engine.IlrPartial partial

priority

int priority

recency

int recency

timeStamp

long timeStamp

previous

IlrRuleInstance previous

next

IlrRuleInstance next

comparator

ilog.rules.engine.IlrRuleInstance.Comparator comparator

Class ilog.rules.engine.IlrRuleset extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

resources

IlrResources resources

properties

IlrPropertyList properties

contextValue

ilog.rules.engine.base.IlrRtContextValue contextValue

network

ilog.rules.engine.IlrReteNetwork network

factoryParsingErrors

int factoryParsingErrors

errorMessages

ArrayList<E> errorMessages

warningMessages

ArrayList<E> warningMessages

defaultPackage

IlrPackage defaultPackage

packageTable

HashMap<K,V> packageTable

mainTask

IlrTask mainTask

hashers

ArrayList<E> hashers

clearingRuleset

boolean clearingRuleset

propertyDeclaration

ilog.rules.factory.IlrPropertyTypingFactory propertyDeclaration

hierarchicalProperties

HashMap<K,V> hierarchicalProperties

parameterBindings

Map<K,V> parameterBindings

groups

ArrayList<E> groups

groupByNames

Map<K,V> groupByNames

ruleOverridingGraph

ilog.rules.engine.IlrRuleOverridingGraph ruleOverridingGraph

locked

boolean locked

isUnknownArtifactAnError

boolean isUnknownArtifactAnError

currentFactory

IlrRulesetFactory currentFactory

Class ilog.rules.engine.IlrRulesetLockedException extends RuntimeException implements Serializable

Class ilog.rules.engine.IlrRulesetParameter extends Object implements Serializable

Serialized Fields

type

IlrType type

name

String name

modifier

int modifier

defaultValue

IlrValue defaultValue

kind

int kind

Class ilog.rules.engine.IlrRuntimeException extends RuntimeException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException,
                        NoSuchFieldException,
                        NoSuchMethodException
Throws:
IOException
ClassNotFoundException
NoSuchFieldException
NoSuchMethodException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

isInternal

boolean isInternal

elements

ArrayList<E> elements

Class ilog.rules.engine.IlrSystemRuntimeException extends IlrRuntimeException implements Serializable

Class ilog.rules.engine.IlrTask extends Object implements Serializable

Serialized Fields

name

String name

shortName

String shortName

comments

String comments

properties

IlrPropertyList properties

initialActions

IlrFunction initialActions

finalActions

IlrFunction finalActions

completionFlagValue

ilog.rules.engine.base.IlrRtValue completionFlagValue

contextClass

ilog.rules.factory.IlrReflectClass contextClass

reflect

IlrReflect reflect

definitionPackage

IlrPackage definitionPackage

updated

boolean updated

Class ilog.rules.engine.IlrToolConnectionException extends Exception implements Serializable

Class ilog.rules.engine.IlrUndefinedMainTaskException extends RuntimeException implements Serializable

Class ilog.rules.engine.IlrUndefinedTaskException extends RuntimeException implements Serializable

Class ilog.rules.engine.IlrUserActionException extends Exception implements Serializable

Serialized Fields

object

Object object

Class ilog.rules.engine.IlrUserRuntimeException extends IlrRuntimeException implements Serializable

Class ilog.rules.engine.IlrWatchEvent extends Object implements Serializable

Serialized Fields

limit

long limit
Deprecated. 

time

long time
Deprecated. 

frozen

boolean frozen
Deprecated. 

initialTail

ilog.rules.engine.IlrPartial initialTail
Deprecated. 

initialTime

long initialTime
Deprecated. 

initialRecencyTag

int initialRecencyTag
Deprecated. 

Package ilog.rules.factory

Class ilog.rules.factory.IlrAction extends IlrBaseStatement implements Serializable

Serialized Fields

flag

boolean flag

value

IlrValue value

statements

List<E> statements

extendedValue

ilog.rules.factory.IlrExtendedValue extendedValue

Class ilog.rules.factory.IlrAfterTest extends IlrBinaryTemporalTest implements Serializable

Class ilog.rules.factory.IlrApplyAction extends IlrAction implements Serializable

Class ilog.rules.factory.IlrArrayElement extends IlrValue implements Serializable

Serialized Fields

array

IlrValue array

indexes

IlrValue[] indexes

Class ilog.rules.factory.IlrArrayLength extends IlrValue implements Serializable

Serialized Fields

array

IlrValue array

Class ilog.rules.factory.IlrAssertAction extends IlrAction implements Serializable

Serialized Fields

assertEvent

boolean assertEvent

timeExpression

IlrValue timeExpression

Class ilog.rules.factory.IlrAssignment extends IlrBaseStatement implements Serializable

Serialized Fields

kind

int kind

assignable

IlrAssignable assignable

value

IlrValue value

Class ilog.rules.factory.IlrAsValue extends IlrValue implements Serializable

Serialized Fields

clazz

ilog.rules.factory.IlrReflectClass clazz

value

IlrValue value

Class ilog.rules.factory.IlrBaseStatement extends Object implements Serializable

Class ilog.rules.factory.IlrBaseTest extends Object implements Serializable

Class ilog.rules.factory.IlrBeforeTest extends IlrBinaryTemporalTest implements Serializable

Class ilog.rules.factory.IlrBinaryTemporalTest extends IlrBaseTest implements Serializable

Serialized Fields

firstEvent

IlrValue firstEvent
Deprecated. 

secondEvent

IlrValue secondEvent
Deprecated. 

lowerBound

IlrValue lowerBound
Deprecated. 

upperBound

IlrValue upperBound
Deprecated. 

Class ilog.rules.factory.IlrBinaryTest extends IlrBaseTest implements Serializable

Serialized Fields

kind

int kind

first

IlrValue first

second

IlrValue second

extendedValue

ilog.rules.factory.IlrExtendedValue extendedValue

Class ilog.rules.factory.IlrBinaryValue extends IlrValue implements Serializable

Serialized Fields

kind

int kind

first

IlrValue first

second

IlrValue second

Class ilog.rules.factory.IlrBindStatement extends IlrBaseStatement implements Serializable

Serialized Fields

name

String name

value

IlrValue value

type

ilog.rules.factory.IlrReflectClass type

modifier

int modifier

bind

boolean bind

hasDefaultValue

boolean hasDefaultValue

Class ilog.rules.factory.IlrBreakStatement extends IlrBaseStatement implements Serializable

Class ilog.rules.factory.IlrCastValue extends IlrValue implements Serializable

Serialized Fields

clazz

ilog.rules.factory.IlrReflectClass clazz

value

IlrValue value

Class ilog.rules.factory.IlrClassCondition extends IlrTestCondition implements Serializable

Serialized Fields

enumerator

ilog.rules.factory.IlrInFromEnumerator enumerator

Class ilog.rules.factory.IlrClassTypeValue extends IlrValue implements Serializable

Serialized Fields

clazz

ilog.rules.factory.IlrReflectClass clazz

Class ilog.rules.factory.IlrCollectCondition extends IlrClassCondition implements Serializable

Serialized Fields

collector

IlrValue collector

element

IlrCollectElement element

binding

IlrVariable binding

Class ilog.rules.factory.IlrCollectElement extends IlrClassCondition implements Serializable

Class ilog.rules.factory.IlrCollectInSourceValue extends IlrValue implements Serializable

Serialized Fields

container

IlrValue container

collectedType

ilog.rules.factory.IlrReflectClass collectedType

collectedObject

IlrObjectValue collectedObject

containerObject

IlrObjectValue containerObject

objectTests

List<E> objectTests

collectionTests

List<E> collectionTests

enumerator

ilog.rules.factory.IlrInFromEnumerator enumerator

objectBindings

List<E> objectBindings

collectionBindings

List<E> collectionBindings

defaultContainer

boolean defaultContainer

Class ilog.rules.factory.IlrCondition extends Object implements Serializable

Serialized Fields

reflect

IlrReflect reflect

clazz

ilog.rules.factory.IlrReflectClass clazz

objectValue

IlrObjectValue objectValue

isEventCondition

boolean isEventCondition

Class ilog.rules.factory.IlrConstantValue extends IlrValue implements Serializable

Serialized Fields

type

ilog.rules.factory.IlrReflectClass type

value

Object value

Class ilog.rules.factory.IlrContextValue extends IlrValue implements Serializable

Serialized Fields

type

ilog.rules.factory.IlrReflectClass type

Class ilog.rules.factory.IlrContinueStatement extends IlrBaseStatement implements Serializable

Class ilog.rules.factory.IlrControlNodeStatement extends IlrFlowNodeStatement implements Serializable

Class ilog.rules.factory.IlrEvaluateCondition extends IlrTestCondition implements Serializable

Class ilog.rules.factory.IlrEventTimeValue extends IlrValue implements Serializable

Serialized Fields

event

IlrValue event
Deprecated. 

Class ilog.rules.factory.IlrExecuteStatement extends IlrStatementBlock implements Serializable

Class ilog.rules.factory.IlrExistsCondition extends IlrClassCondition implements Serializable

Class ilog.rules.factory.IlrFactory extends Object implements Serializable

Serialized Fields

NULL

IlrConstantValue NULL
This constant value represents the null literal of Java.


TRUE

IlrConstantValue TRUE
This constant value represents the Boolean value false.


FALSE

IlrConstantValue FALSE
This constant value represents the Boolean value false.


ZERO

IlrConstantValue ZERO
This constant value represents the integer value zero.


SYSTEM_IN

IlrStaticFieldValue SYSTEM_IN
This field value represents the java.lang.System.in field.


SYSTEM_OUT

IlrStaticFieldValue SYSTEM_OUT
This field value represents the java.lang.System.out field.


SYSTEM_ERR

IlrStaticFieldValue SYSTEM_ERR
This field value represents the java.lang.System.err field.


maximum

IlrStaticFieldValue maximum
This field value represents the maximum priority level of the rule language.


high

IlrStaticFieldValue high
This field value represents the high priority level of the rule language.


low

IlrStaticFieldValue low
This field value represents the low priority level of the rule language.


minimum

IlrStaticFieldValue minimum
This field value represents the minimum priority level of the rule language.


INSTANCE_VALUE

IlrInstanceValue INSTANCE_VALUE
This value represents the ?instance variable value of the rule language.

Class ilog.rules.factory.IlrFieldValue extends IlrValue implements Serializable

Serialized Fields

object

IlrValue object

field

ilog.rules.factory.IlrReflectField field

Class ilog.rules.factory.IlrFlowNodeStatement extends IlrBaseStatement implements Serializable

Serialized Fields

scope

IlrSplitNodeStatement scope

name

String name

flowIndex

int flowIndex

flowLevel

int flowLevel

Class ilog.rules.factory.IlrFlowTaskFactory extends IlrTaskFactory implements Serializable

Serialized Fields

flow

ilog.rules.factory.IlrFlowFactory flow

Class ilog.rules.factory.IlrForeachStatement extends IlrStatementBlock implements Serializable

Serialized Fields

type

ilog.rules.factory.IlrReflectClass type

name

String name

collection

IlrValue collection

asArray

boolean asArray

value

IlrValue value

Class ilog.rules.factory.IlrForStatement extends IlrStatementBlock implements Serializable

Serialized Fields

initBlock

IlrForStatement.ForBlock initBlock

continueTest

IlrTest continueTest

stepBlock

IlrForStatement.ForBlock stepBlock

Class ilog.rules.factory.IlrForStatement.ForBlock extends IlrStatementBlock implements Serializable

Class ilog.rules.factory.IlrFunctionFactory extends Object implements Serializable

Serialized Fields

reflect

IlrReflect reflect

shortName

String shortName

formalComment

String formalComment

returnType

ilog.rules.factory.IlrReflectClass returnType

arguments

Vector<E> arguments

body

ilog.rules.factory.IlrFunctionBodyFactory body

externDefinition

boolean externDefinition

hidden

boolean hidden

packageFactory

IlrPackageFactory packageFactory

Class ilog.rules.factory.IlrFunctionInvocation extends IlrNaryValue implements Serializable

Serialized Fields

function

IlrFunctionFactory function

Class ilog.rules.factory.IlrFunctionTaskFactory extends IlrTaskFactory implements Serializable

Serialized Fields

function

IlrFunctionFactory function

Class ilog.rules.factory.IlrHasher extends Object implements Serializable

Serialized Fields

formalVariable

IlrVariable formalVariable

hashingExpr

IlrValue hashingExpr

accurate

boolean accurate

constant

boolean constant

ordered

boolean ordered

size

int size

Class ilog.rules.factory.IlrHierarchicalProperty extends Object implements Serializable

Serialized Fields

name

String name

root

IlrHierarchicalPropertyNode root

leaves

List<E> leaves

nodeByNames

Map<K,V> nodeByNames

nodeByPaths

Map<K,V> nodeByPaths

nbNodes

int nbNodes

Class ilog.rules.factory.IlrHierarchicalPropertyNode extends Object implements Serializable

Serialized Fields

name

String name

father

IlrHierarchicalPropertyNode father

children

ArrayList<E> children

childrenTable

Map<K,V> childrenTable

pathFromRoot

String pathFromRoot

hierarchy

IlrHierarchicalProperty hierarchy

matchdown

BitSet matchdown

matchup

BitSet matchup

index

int index

Class ilog.rules.factory.IlrIfStatement extends IlrStatementBlock implements Serializable

Serialized Fields

test

IlrTest test

elseBlock

IlrIfStatement.ElseBlock elseBlock

Class ilog.rules.factory.IlrIfStatement.ElseBlock extends IlrStatementBlock implements Serializable

Class ilog.rules.factory.IlrInstanceOfTest extends IlrBaseTest implements Serializable

Serialized Fields

value

IlrValue value

type

IlrClassTypeValue type

Class ilog.rules.factory.IlrInstanceValue extends IlrValue implements Serializable

Class ilog.rules.factory.IlrIntervalValue extends IlrValue implements Serializable

Serialized Fields

leftValue

IlrValue leftValue

rightValue

IlrValue rightValue

leftopen

boolean leftopen

rightopen

boolean rightopen

Class ilog.rules.factory.IlrMethodInvocation extends IlrNaryValue implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

object

IlrValue object

genericArgs

ilog.rules.factory.IlrReflectClass[] genericArgs

useVarArgs

boolean useVarArgs

Class ilog.rules.factory.IlrModifyAction extends IlrAction implements Serializable

Class ilog.rules.factory.IlrNaryTest extends IlrBaseTest implements Serializable

Serialized Fields

kind

int kind

tests

List<E> tests

extendedValue

ilog.rules.factory.IlrExtendedValue extendedValue

Class ilog.rules.factory.IlrNaryValue extends IlrValue implements Serializable

Class ilog.rules.factory.IlrNewArrayInstanceValue extends IlrNaryValue implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

componentType

ilog.rules.factory.IlrReflectClass componentType

initValues

List<E> initValues

realArray

boolean realArray

dimension

int dimension

lengths

List<E> lengths

arrayType

ilog.rules.factory.IlrReflectClass arrayType

Class ilog.rules.factory.IlrNewInstanceValue extends IlrNaryValue implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

constructor

ilog.rules.factory.IlrReflectConstructor constructor

useVarArgs

boolean useVarArgs

Class ilog.rules.factory.IlrNotCondition extends IlrClassCondition implements Serializable

Class ilog.rules.factory.IlrNotTest extends IlrBaseTest implements Serializable

Serialized Fields

argument

IlrTest argument

Class ilog.rules.factory.IlrObjectValue extends IlrValue implements Serializable

Serialized Fields

condition

IlrCondition condition

clazz

ilog.rules.factory.IlrReflectClass clazz

Class ilog.rules.factory.IlrOccursinTest extends IlrBaseTest implements Serializable

Serialized Fields

event

IlrValue event
Deprecated. 

lowerBound

IlrValue lowerBound
Deprecated. 

upperBound

IlrValue upperBound
Deprecated. 

Class ilog.rules.factory.IlrPackageFactory extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name
This field is the name of the package.


formalComment

String formalComment
This field contains the formal comment of the package.


reflect

IlrReflect reflect

ruleset

IlrRulesetFactory ruleset

rules

List<E> rules

rulesByName

Map<K,V> rulesByName

taskset

ilog.rules.factory.IlrTasksetFactory taskset

functions

List<E> functions

functionsByName

Map<K,V> functionsByName

variables

Map<K,V> variables

bindingStatements

Map<K,V> bindingStatements

variableBindingStatements

List<E> variableBindingStatements

importedPackages

List<E> importedPackages

importedVariables

List<E> importedVariables

importedRules

List<E> importedRules

importedRuleNames

List<E> importedRuleNames

importedTasks

List<E> importedTasks

importedFunctions

List<E> importedFunctions

initialRuleActions

List<E> initialRuleActions

Class ilog.rules.factory.IlrPropertyAccessValue extends IlrValue implements Serializable

Serialized Fields

object

IlrValue object

property

String property

propertyType

ilog.rules.factory.IlrReflectClass propertyType

Class ilog.rules.factory.IlrPropertyList extends Object implements Serializable

Serialized Fields

map

ArrayList<E> map

entryByNames

Map<K,V> entryByNames

entryByValues

Map<K,V> entryByValues

hierarchicalProperties

ArrayList<E> hierarchicalProperties

Class ilog.rules.factory.IlrPropertyList.Entry extends Object implements Serializable

Serialized Fields

key

String key

value

Object value

hierarchical

boolean hierarchical

staticField

IlrStaticFieldValue staticField

staticValues

ArrayList<E> staticValues

Class ilog.rules.factory.IlrPropertyMatchTest extends IlrBinaryTest implements Serializable

Serialized Fields

hierarchy

IlrHierarchicalPropertyElement hierarchy

Class ilog.rules.factory.IlrReflect extends IlrDynamicObjectModel implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

autoboxing

boolean autoboxing

Class ilog.rules.factory.IlrRetractAction extends IlrAction implements Serializable

Class ilog.rules.factory.IlrReturnStatement extends IlrBaseStatement implements Serializable

Serialized Fields

value

IlrValue value

Class ilog.rules.factory.IlrRuleFactory extends Object implements Serializable

Serialized Fields

name

String name
The fully qualified name of the rule.


shortName

String shortName

packetName

String packetName
Deprecated. 
The packet name of the rule.


formalComment

String formalComment
The formal comment of the rule.


priority

IlrValue priority
The priority value of the rule.


reflect

IlrReflect reflect

conditions

Vector<E> conditions

statements

Vector<E> statements

useElse

boolean useElse

elseStatements

Vector<E> elseStatements

properties

IlrPropertyList properties

packageFactory

IlrPackageFactory packageFactory

Class ilog.rules.factory.IlrRulesetFactory extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

reflect

IlrReflect reflect

baseContextClass

ilog.rules.factory.IlrReflectClass baseContextClass

contextClass

ilog.rules.factory.IlrReflectClass contextClass

contextValue

IlrContextValue contextValue

name

String name

properties

IlrPropertyList properties

classList

Vector<E> classList

instanceList

Vector<E> instanceList

hashers

ArrayList<E> hashers

packages

Vector<E> packages

packagesByName

HashMap<K,V> packagesByName

defaultPackage

IlrPackageFactory defaultPackage

propertyDeclaration

ilog.rules.factory.IlrPropertyTypingFactory propertyDeclaration

hierarchicalProperties

Map<K,V> hierarchicalProperties

registry

ilog.rules.factory.IlrRulesetRegistry registry

bindingStatements

Map<K,V> bindingStatements

parametersByName

Map<K,V> parametersByName

parameterList

Vector<E> parameterList

parameterBindingStatements

Vector<E> parameterBindingStatements

returnValuesByName

Map<K,V> returnValuesByName

returnValueList

Vector<E> returnValueList

returnBindingStatements

Vector<E> returnBindingStatements

ruleOverriding

ilog.rules.factory.IlrRuleOverridingFactory ruleOverriding

Class ilog.rules.factory.IlrRuleTaskFactory extends IlrTaskFactory implements Serializable

Serialized Fields

rules

List<E> rules

packages

ArrayList<E> packages

groups

ArrayList<E> groups

ruleSelector

IlrFunctionFactory ruleSelector

firing

int firing

ordering

int ordering

firingLimit

int firingLimit

agendaFilter

IlrValue agendaFilter

agendaFilterFunction

IlrFunctionFactory agendaFilterFunction

algorithm

int algorithm

iterator

IlrValue iterator

matchOnValue

IlrValue matchOnValue

matchOnClasses

List<E> matchOnClasses

dynamicBody

boolean dynamicBody

domainValue

IlrValue domainValue

scope

ArrayList<E> scope

scopePackages

ArrayList<E> scopePackages

scopeGroups

ArrayList<E> scopeGroups

scopeValue

IlrScopeValue scopeValue

onlyRules

boolean onlyRules

noBodyDefined

boolean noBodyDefined

Class ilog.rules.factory.IlrScopeValue extends IlrValue implements Serializable

Serialized Fields

task

IlrRuleTaskFactory task

Class ilog.rules.factory.IlrSimpleCondition extends IlrClassCondition implements Serializable

Serialized Fields

binding

IlrVariable binding

Class ilog.rules.factory.IlrSplitNodeStatement extends IlrControlNodeStatement implements Serializable

Serialized Fields

outputNodes

Vector<E> outputNodes

kind

int kind

Class ilog.rules.factory.IlrStatementBlock extends IlrBaseStatement implements Serializable

Serialized Fields

statements

List<E> statements

Class ilog.rules.factory.IlrStaticFieldValue extends IlrValue implements Serializable

Serialized Fields

object

IlrValue object

field

ilog.rules.factory.IlrReflectField field

Class ilog.rules.factory.IlrStaticMethodInvocation extends IlrNaryValue implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

object

IlrValue object

genericArgs

ilog.rules.factory.IlrReflectClass[] genericArgs

useVarArgs

boolean useVarArgs

Class ilog.rules.factory.IlrTaskFactory extends Object implements Serializable

Serialized Fields

name

String name

shortName

String shortName

taskset

ilog.rules.factory.IlrTasksetFactory taskset

properties

IlrPropertyList properties

initialActions

IlrFunctionFactory initialActions

finalActions

IlrFunctionFactory finalActions

completionFlagValue

IlrValue completionFlagValue

reflect

IlrReflect reflect

packageFactory

IlrPackageFactory packageFactory

Class ilog.rules.factory.IlrTaskForkNodeStatement extends IlrSplitNodeStatement implements Serializable

Class ilog.rules.factory.IlrTaskGotoNodeStatement extends IlrControlNodeStatement implements Serializable

Serialized Fields

targetNode

IlrFlowNodeStatement targetNode

outputNode

IlrFlowNodeStatement outputNode

whileNode

IlrTaskWhileNodeStatement whileNode

gotoLabel

String gotoLabel

kind

int kind

Class ilog.rules.factory.IlrTaskIfNodeStatement extends IlrSplitNodeStatement implements Serializable

Serialized Fields

test

IlrTest test

trueNode

IlrFlowNodeStatement trueNode

falseNode

IlrFlowNodeStatement falseNode

Class ilog.rules.factory.IlrTaskInstanceStatement extends IlrFlowNodeStatement implements Serializable

Serialized Fields

task

IlrTaskFactory task

outputNode

IlrFlowNodeStatement outputNode

Class ilog.rules.factory.IlrTaskJoinNodeStatement extends IlrControlNodeStatement implements Serializable

Serialized Fields

type

int type

outputNode

IlrFlowNodeStatement outputNode

Class ilog.rules.factory.IlrTaskSwitchNodeStatement extends IlrSplitNodeStatement implements Serializable

Serialized Fields

value

IlrValue value

alternatives

Vector<E> alternatives

Class ilog.rules.factory.IlrTaskWhileNodeStatement extends IlrSplitNodeStatement implements Serializable

Serialized Fields

test

IlrTest test

Class ilog.rules.factory.IlrTestCondition extends IlrCondition implements Serializable

Serialized Fields

bindings

List<E> bindings

tests

List<E> tests

Class ilog.rules.factory.IlrTestValue extends IlrValue implements Serializable

Serialized Fields

test

IlrTest test

Class ilog.rules.factory.IlrThrowStatement extends IlrBaseStatement implements Serializable

Serialized Fields

value

IlrValue value

Class ilog.rules.factory.IlrTimeCondition extends IlrCondition implements Serializable

Serialized Fields

ILR_WATCH_EVENT

String ILR_WATCH_EVENT
Deprecated. 

logicalFlag

boolean logicalFlag
Deprecated. 

until

boolean until
Deprecated. 

time

IlrValue time
Deprecated. 

binding

IlrVariable binding
Deprecated. 

conditions

List<E> conditions
Deprecated. 

Class ilog.rules.factory.IlrTimeOutBlock extends IlrStatementBlock implements Serializable

Serialized Fields

label

String label
Deprecated. 

Class ilog.rules.factory.IlrTryCatchFinallyStatement extends IlrStatementBlock implements Serializable

Serialized Fields

finallyBlock

IlrTryCatchFinallyStatement.FinallyBlock finallyBlock

catchBlocks

List<E> catchBlocks

Class ilog.rules.factory.IlrTryCatchFinallyStatement.CatchBlock extends IlrStatementBlock implements Serializable

Serialized Fields

variable

IlrVariable variable

Class ilog.rules.factory.IlrTryCatchFinallyStatement.FinallyBlock extends IlrStatementBlock implements Serializable

Class ilog.rules.factory.IlrUnaryTest extends IlrBaseTest implements Serializable

Serialized Fields

argument

IlrValue argument

extendedValue

ilog.rules.factory.IlrExtendedValue extendedValue

Class ilog.rules.factory.IlrUnaryValue extends IlrValue implements Serializable

Serialized Fields

kind

int kind

argument

IlrValue argument

Class ilog.rules.factory.IlrUnknownTest extends IlrBaseTest implements Serializable

Serialized Fields

value

IlrValue value

unknown

boolean unknown

Class ilog.rules.factory.IlrUnknownValueException extends RuntimeException implements Serializable

Class ilog.rules.factory.IlrUpdateAction extends IlrAction implements Serializable

Class ilog.rules.factory.IlrValue extends Object implements Serializable

Serialized Fields

reflect

IlrReflect reflect

extendedValue

ilog.rules.factory.IlrExtendedValue extendedValue

Class ilog.rules.factory.IlrVariable extends IlrValue implements Serializable

Serialized Fields

type

ilog.rules.factory.IlrReflectClass type

modifier

int modifier

rulesetVariable

boolean rulesetVariable

packageFactory

IlrPackageFactory packageFactory

Class ilog.rules.factory.IlrWhileStatement extends IlrStatementBlock implements Serializable

Serialized Fields

test

IlrTest test

Package ilog.rules.factory.translation

Class ilog.rules.factory.translation.IlrAttributeTranslation extends Object implements Serializable

Serialized Fields

getter

IlrBody getter

setter

IlrBody setter

name

String name

translated

boolean translated

Class ilog.rules.factory.translation.IlrBody extends Object implements Serializable

Serialized Fields

body

String body

language

String language

Class ilog.rules.factory.translation.IlrClassTranslation extends Object implements Serializable

Serialized Fields

businessName

String businessName

executionName

String executionName

extenderName

String extenderName

imports

List<E> imports

tester

IlrBody tester

attributes

Map<K,V> attributes

methods

Map<K,V> methods

constructors

List<E> constructors

caseSensitivity

IlrTranslationConstants.CaseSensitivity caseSensitivity

translated

boolean translated

Class ilog.rules.factory.translation.IlrConstructorTranslation extends IlrMemberWithParametersTranslation implements Serializable

Serialized Fields

body

IlrBody body

Class ilog.rules.factory.translation.IlrMemberWithParametersTranslation extends Object implements Serializable

Serialized Fields

parameterTypes

List<E> parameterTypes

signature

String signature

translated

boolean translated

Class ilog.rules.factory.translation.IlrMethodTranslation extends IlrMemberWithParametersTranslation implements Serializable

Serialized Fields

name

String name

body

IlrBody body

Class ilog.rules.factory.translation.IlrTranslationConfiguration extends Object implements Serializable

Serialized Fields

classTranslations

Map<K,V> classTranslations

id

String id

globalMemberCaseSensitivity

IlrTranslationConstants.CaseSensitivity globalMemberCaseSensitivity

Class ilog.rules.factory.translation.IlrTranslationConstants.CaseSensitivity extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name

String name

Package ilog.rules.res.decisionservice.mbean

Class ilog.rules.res.decisionservice.mbean.IlrDecisionServiceMBeanException extends Exception implements Serializable

serialVersionUID: 1L


Package ilog.rules.res.model

Class ilog.rules.res.model.IlrAlreadyExistException extends IlrRepositoryException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrFormatException extends IlrRepositoryException implements Serializable

Class ilog.rules.res.model.IlrIllegalArgumentRuntimeException extends IlrRepositoryRuntimeException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrInvalidCharFormatException extends IlrFormatException implements Serializable

serialVersionUID: 1L

Serialized Fields

failingCharacter

Character failingCharacter

Class ilog.rules.res.model.IlrPath extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ruleAppName

String ruleAppName

ruleAppVersion

IlrVersion ruleAppVersion

rulesetName

String rulesetName

rulesetVersion

IlrVersion rulesetVersion

path

String path

Class ilog.rules.res.model.IlrRepositoryException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrRepositoryRuntimeException extends com.ibm.rules.res.message.internal.LocalizedRuntimeException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrResourceRuntimeException extends IlrRepositoryRuntimeException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrRESRulesetArchiveCreationException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.model.IlrVersion extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

major

int major

minor

int minor

Package ilog.rules.res.model.archive

Class ilog.rules.res.model.archive.IlrArchiveException extends IlrRepositoryException implements Serializable

serialVersionUID: 1L


Package ilog.rules.res.model.trace

Package ilog.rules.res.persistence.trace

Class ilog.rules.res.persistence.trace.IlrTraceDAOException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceBundleName

String resourceBundleName

messageCode

String messageCode

messageParams

String[] messageParams

Package ilog.rules.res.session

Class ilog.rules.res.session.IlrRuleServiceException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable

serialVersionUID: 1L

Class ilog.rules.res.session.IlrSessionCreationException extends IlrSessionException implements Serializable

Class ilog.rules.res.session.IlrSessionException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable


Package ilog.rules.res.session.config

Class ilog.rules.res.session.config.IlrConfigException extends IlrSessionException implements Serializable

serialVersionUID: 1L


Package ilog.rules.res.session.interceptor

Class ilog.rules.res.session.interceptor.IlrSessionInterceptorException extends IlrSessionException implements Serializable


Package ilog.rules.res.session.rawdata

Class ilog.rules.res.session.rawdata.RawDataRuleExecutionException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable

serialVersionUID: 1L


Package ilog.rules.res.session.ruleset

Class ilog.rules.res.session.ruleset.IlrBusinessExecutionTrace extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

trace

IlrExecutionTrace trace

Package ilog.rules.res.xu.persistence

Class ilog.rules.res.xu.persistence.IlrFilePersistence extends ilog.rules.res.xu.persistence.internal.IlrFilePersistenceImpl implements Serializable

Class ilog.rules.res.xu.persistence.IlrPersistenceException extends com.ibm.rules.res.xu.internal.XUException implements Serializable


Package ilog.rules.res.xu.pool

Class ilog.rules.res.xu.pool.IlrPoolException extends com.ibm.rules.res.xu.internal.XUException implements Serializable

serialVersionUID: 1L


Package ilog.rules.res.xu.ruleset

Class ilog.rules.res.xu.ruleset.IlrRulesetCacheException extends com.ibm.rules.res.xu.internal.XUException implements Serializable

serialVersionUID: 1L


Package ilog.rules.teamserver.auth

Class ilog.rules.teamserver.auth.AuthenticationCredentials extends Object implements Serializable

serialVersionUID: -4218957742056723573L

Serialized Fields

authenticationDetails

Map<K,V> authenticationDetails

Class ilog.rules.teamserver.auth.AuthenticationResponse extends Object implements Serializable

serialVersionUID: -8026708008651353956L

Serialized Fields

status

AuthenticationResponse.AuthenticateStatus status

message

String message

httpClient

org.apache.commons.httpclient.HttpClient httpClient

Class ilog.rules.teamserver.auth.LtpaTokenAuthenticationCredentials extends AuthenticationCredentials implements Serializable

serialVersionUID: -501875182733211288L

Serialized Fields

ltpaToken

String ltpaToken

Class ilog.rules.teamserver.auth.UsernamePasswordAuthenticationCredentials extends AuthenticationCredentials implements Serializable

serialVersionUID: 1769225363965783552L

Serialized Fields

username

String username

password

String password

Package ilog.rules.util

Class ilog.rules.util.IlrFile extends File implements Serializable

Serialized Fields

rootId

String rootId

Package ilog.rules.util.resources

Class ilog.rules.util.resources.IlrResources extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

names

Vector<E> names

table

Hashtable<K,V> table

Package ilog.rules.xml

Class ilog.rules.xml.IlrXmlErrorException extends Exception implements Serializable

Serialized Fields

errors

IlrXmlError[] errors

warnings

IlrXmlError[] warnings

Class ilog.rules.xml.IlrXmlObject extends Object implements Serializable

Serialized Fields

fields

Object[] fields

clazz

IlrClass clazz

location

ilog.rules.xml.runtime.IlrXmlRtNodeLocation location

Package ilog.rules.xml.model

Class ilog.rules.xml.model.IlrXmlException extends Exception implements Serializable


Package ilog.rules.xml.types

Class ilog.rules.xml.types.IlrDate extends IlrTimeZone implements Serializable

Serialized Fields

positive

boolean positive

century

short century

year

short year

month

short month

day

short day

date

Date date

Class ilog.rules.xml.types.IlrDateFormatException extends IllegalArgumentException implements Serializable

Serialized Fields

errorOffset

int errorOffset

errorString

String errorString

Class ilog.rules.xml.types.IlrDateTime extends IlrTimeZone implements Serializable

Serialized Fields

positive

boolean positive

century

short century

year

short year

month

short month

day

short day

hour

short hour

minute

short minute

second

short second

millisecond

short millisecond

date

Date date

Class ilog.rules.xml.types.IlrDuration extends Object implements Serializable

Serialized Fields

year

short year

month

short month

day

short day

hour

short hour

minute

short minute

second

short second

positive

boolean positive

Class ilog.rules.xml.types.IlrGDay extends IlrTimeZone implements Serializable

Serialized Fields

day

short day

date

Date date

Class ilog.rules.xml.types.IlrGMonth extends IlrTimeZone implements Serializable

Serialized Fields

month

short month

date

Date date

Class ilog.rules.xml.types.IlrGMonthDay extends IlrTimeZone implements Serializable

Serialized Fields

month

short month

day

short day

date

Date date

Class ilog.rules.xml.types.IlrGYear extends IlrTimeZone implements Serializable

Serialized Fields

positive

boolean positive

century

short century

year

short year

date

Date date

Class ilog.rules.xml.types.IlrGYearMonth extends IlrTimeZone implements Serializable

Serialized Fields

positive

boolean positive

century

short century

year

short year

month

short month

date

Date date

Class ilog.rules.xml.types.IlrTime extends IlrTimeZone implements Serializable

Serialized Fields

positive

boolean positive

hour

short hour

minute

short minute

second

short second

millisecond

short millisecond

date

Date date

Class ilog.rules.xml.types.IlrTimeZone extends Object implements Serializable

Serialized Fields

flagUTC

boolean flagUTC

zoneHour

short zoneHour

zoneMinute

short zoneMinute

zonePositive

boolean zonePositive

Package ilog.rules.xml.util

Class ilog.rules.xml.util.IlrXmlFatalErrorException extends Exception implements Serializable


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013