Serialized Form
-
Package com.ibm.rules.engine.load
-
Class com.ibm.rules.engine.load.XUEngineDynamicLoader.CreationException extends java.lang.Exception implements Serializable
-
-
Package com.ibm.rules.engine.ruledef.runtime
-
Class com.ibm.rules.engine.ruledef.runtime.ExceptionLocation extends java.lang.Object implements Serializable
-
Serialized Fields
-
exception
java.lang.Exception exception
-
ruleInstance
RuleInstance ruleInstance
-
-
-
-
Package com.ibm.rules.engine.util
-
Class com.ibm.rules.engine.util.EngineException extends java.lang.Exception implements Serializable
-
Class com.ibm.rules.engine.util.EngineExecutionException extends EngineException implements Serializable
-
Class com.ibm.rules.engine.util.EngineInternalErrorException extends java.lang.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
-
Class com.ibm.rules.engine.util.FunctionVariableLocation extends FunctionLocation implements Serializable
-
-
Package ilog.rules.archive
-
Class ilog.rules.archive.IlrRulesetArchive extends java.lang.Object implements Serializable
-
Serialized Fields
-
elementByNames
java.util.HashMap<K,V> elementByNames
-
isBusiness
boolean isBusiness
-
isUnknownArtifactAnError
boolean isUnknownArtifactAnError
-
indexName
java.lang.String indexName
-
contentManager
ilog.rules.archive.IlrContentManager contentManager
-
indexExtracted
boolean indexExtracted
-
rulesetSignature
java.lang.String rulesetSignature
-
bomTocs
java.util.ArrayList<E> bomTocs
-
b2xTocs
java.util.ArrayList<E> b2xTocs
-
xsdDocs
java.util.HashMap<K,V> xsdDocs
-
isBusinessDataXmlServiceEnable
ilog.rules.archive.IlrRulesetArchive.BooleanAttribute isBusinessDataXmlServiceEnable
-
-
-
Class ilog.rules.archive.IlrRulesetArchive.Element extends java.lang.Object implements Serializable
-
Class ilog.rules.archive.IlrRulesetArchive.RulesetArchiveException extends java.lang.RuntimeException implements Serializable
-
-
Package ilog.rules.bom
-
Class ilog.rules.bom.IlrObjectModel.Kind extends java.lang.Object implements Serializable
-
-
Package ilog.rules.bom.dynamic
-
Class ilog.rules.bom.dynamic.IlrDynamicActualValue extends IlrDynamicValue implements Serializable
-
Serialized Fields
-
value
java.lang.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
java.util.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 java.lang.Object implements Serializable
-
Serialized Fields
-
objectModel
IlrObjectModel objectModel
-
relatedElement
IlrModelElement relatedElement
-
properties
IlrProperties properties
-
-
-
Class ilog.rules.bom.dynamic.IlrDynamicDomainIntersection extends IlrDynamicDomain implements Serializable
-
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
-
Class ilog.rules.bom.dynamic.IlrDynamicIndexedComponentProperty extends IlrDynamicComponentProperty implements Serializable
-
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
-
Class ilog.rules.bom.dynamic.IlrDynamicModelElement extends java.lang.Object implements Serializable
-
Serialized Fields
-
objectModel
IlrObjectModel objectModel
-
name
java.lang.String name
-
properties
IlrProperties properties
-
-
-
Class ilog.rules.bom.dynamic.IlrDynamicObjectModel extends java.lang.Object implements Serializable
-
Serialization Methods
-
Serialized Fields
-
objectSystem
ilog.rules.bom.IlrModelVisitPath objectSystem
-
defaultPackage
IlrPackage defaultPackage
-
properties
ilog.rules.bom.dynamic.IlrDynamicProperties properties
-
fqn2ShortNameMap
java.util.Map<K,V> fqn2ShortNameMap
-
shortname2FQNMap
java.util.Map<K,V> shortname2FQNMap
-
castingPolicy
ilog.rules.bom.util.IlrCastingPolicy castingPolicy
-
nativeBinding
ilog.rules.bom.util.platform.IlrNativeBinding nativeBinding
-
missingReferences
java.util.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
-
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 java.lang.Object implements Serializable
-
Class ilog.rules.bom.dynamic.IlrDynamicWildcardType extends IlrDynamicType implements Serializable
-
-
Package ilog.rules.bom.serializer
-
Class ilog.rules.bom.serializer.IlrSyntaxError extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.bom.util
-
Class ilog.rules.bom.util.IlrFormat extends java.lang.Object implements Serializable
-
Serialized Fields
-
objectModel
IlrObjectModel objectModel
-
classes
java.util.List<E> classes
-
formats
java.util.List<E> formats
-
ilrTypes
java.util.List<E> ilrTypes
-
ilrFormats
java.util.List<E> ilrFormats
-
classnameToFormat
java.util.Map<K,V> classnameToFormat
-
classnameToJavaClass
java.util.Map<K,V> classnameToJavaClass
-
oldDateFormat
java.text.Format oldDateFormat
-
-
-
Class ilog.rules.bom.util.IlrMissingFormatException extends java.lang.RuntimeException implements Serializable
-
-
Package ilog.rules.brl.brldf
-
Class ilog.rules.brl.brldf.IlrBRLGrammar extends java.lang.Object implements Serializable
-
Class ilog.rules.brl.brldf.IlrBRLGrammar.Node extends java.lang.Object implements Serializable
-
Serialized Fields
-
superNode
IlrBRLGrammar.Node superNode
-
-
-
Class ilog.rules.brl.brldf.IlrBRLGrammarError extends IlrBRLError implements Serializable
-
-
Package ilog.rules.brl.syntaxtree
-
Class ilog.rules.brl.syntaxtree.IlrNodePathError extends IlrBRLError implements Serializable
-
Class ilog.rules.brl.syntaxtree.IlrSyntaxTree extends java.lang.Object implements Serializable
-
Serialized Fields
-
root
IlrSyntaxTree.Node root
-
rootName
java.lang.String rootName
-
hasPlaceHolders
boolean hasPlaceHolders
-
hasErrorRecovery
boolean hasErrorRecovery
-
useNodeCache
boolean useNodeCache
-
properties
java.util.Map<K,V> properties
-
-
-
Class ilog.rules.brl.syntaxtree.IlrSyntaxTree.NameTester extends java.lang.Object implements Serializable
-
Class ilog.rules.brl.syntaxtree.IlrSyntaxTree.Node extends IlrPropertyManager implements Serializable
-
Serialized Fields
-
contents
java.lang.String contents
-
superNode
IlrSyntaxTree.Node superNode
-
subNodes
java.util.ArrayList<E> subNodes
-
processingInstructions
java.util.ArrayList<E> processingInstructions
-
grammarNode
IlrBRLGrammar.Node grammarNode
-
-
-
-
Package ilog.rules.brl.translation
-
Class ilog.rules.brl.translation.IlrActionCodeStatement extends IlrActionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrActionStatement extends IlrStatement implements Serializable
-
Serialized Fields
-
varName
java.lang.String varName
-
concept
IlrConcept concept
-
parent
IlrBlockActionStatement parent
-
-
-
Class ilog.rules.brl.translation.IlrBindingStatement extends IlrConditionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrBlockActionStatement extends IlrActionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrConditionCodeStatement extends IlrConditionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrConditionStatement extends IlrStatement implements Serializable
-
Serialized Fields
-
testSyntaxNode
IlrSyntaxTree.Node testSyntaxNode
-
-
-
Class ilog.rules.brl.translation.IlrContextBindingStatement extends IlrConditionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrEvaluateStatement extends IlrConditionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrHeaderStatement extends IlrStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrIntermediateForm extends IlrStatement implements Serializable
-
Serialized Fields
-
ruleStatements
java.util.List<E> ruleStatements
-
vocabulary
IlrVocabulary vocabulary
-
isInErrorRecovery
java.lang.Boolean isInErrorRecovery
-
-
-
Class ilog.rules.brl.translation.IlrRuleStatement extends IlrStatement implements Serializable
-
Serialized Fields
-
headers
java.util.List<E> headers
-
conditions
java.util.List<E> conditions
-
actions
java.util.List<E> actions
-
elseActions
java.util.List<E> elseActions
-
evaluateStatement
IlrEvaluateStatement evaluateStatement
-
anonymousVariableIndex
int anonymousVariableIndex
-
nodeStatements
ilog.rules.brl.translation.IlrRuleStatement.NodeStatementSet nodeStatements
-
registeredNamedStatements
java.util.HashMap<K,V> registeredNamedStatements
-
-
-
Class ilog.rules.brl.translation.IlrSimpleActionStatement extends IlrActionStatement implements Serializable
-
Class ilog.rules.brl.translation.IlrSimpleBindingStatement extends IlrBindingStatement implements Serializable
-
Serialized Fields
-
concept
IlrConcept concept
-
fromSyntaxNode
IlrSyntaxTree.Node fromSyntaxNode
-
inSyntaxNode
IlrSyntaxTree.Node inSyntaxNode
-
whereSyntaxNode
IlrSyntaxTree.Node whereSyntaxNode
-
kind
int kind
-
-
-
Class ilog.rules.brl.translation.IlrStatement extends java.lang.Object implements Serializable
-
Serialized Fields
-
node
IlrSyntaxTree.Node node
-
tags
java.lang.String[] tags
-
-
-
Class ilog.rules.brl.translation.IlrTranslationContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
itranslator
ilog.rules.brl.translation.IlrIntermediateTranslator itranslator
-
iform
IlrIntermediateForm iform
-
currentRulePart
int currentRulePart
-
currentRuleStatement
IlrRuleStatement currentRuleStatement
-
-
-
-
Package ilog.rules.brl.util
-
Class ilog.rules.brl.util.IlrBRLError extends java.lang.Exception implements Serializable
-
Class ilog.rules.brl.util.IlrBRLFactoryError extends java.lang.Error implements Serializable
-
-
Package ilog.rules.brl.value.editor
-
Class ilog.rules.brl.value.editor.IlrValueEditorEvent extends java.util.EventObject implements Serializable
-
-
Package ilog.rules.dt
-
Class ilog.rules.dt.IlrDTAbstractEnvironment extends java.lang.Object implements Serializable
-
Serialized Fields
-
parserManager
IlrBRLParserManager parserManager
-
-
-
Class ilog.rules.dt.IlrDTController extends java.lang.Object implements Serializable
-
Class ilog.rules.dt.IlrDTExpressionManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
dtContext
IlrDTContext dtContext
-
usualExpressionDefinitions
java.util.Map<K,V> usualExpressionDefinitions
-
otherwiseExpression
ExpressionInstance otherwiseExpression
-
preconditionText
java.lang.String preconditionText
-
preconditionTree
IlrSyntaxTree preconditionTree
-
variableProvider
ilog.rules.dt.IlrDTExpressionManager.VariableProvider variableProvider
-
variableManager
IlrDTVariableManager variableManager
-
brlConverter
IlrBRLConverter brlConverter
-
dtMarkerFilter
IlrBRLMarkerFilter dtMarkerFilter
-
defaultParserConfiguration
ilog.rules.dt.IlrDTExpressionManager.ExpressionParserConfiguration defaultParserConfiguration
-
grammarHandler
ilog.rules.dt.IlrDTExpressionManager.GrammarHandler grammarHandler
-
syntaxTreeListener
ilog.rules.brl.semantic.IlrBRLSemanticContext.SyntaxTreeListener syntaxTreeListener
-
preconditionErrorManager
IlrDTErrorManager preconditionErrorManager
-
predictionsCache
ilog.rules.brl.util.IlrSoftValueHashMap<K,V> predictionsCache
-
optimizeInstanceParsing
java.lang.Boolean optimizeInstanceParsing
-
optimizeInstanceMemory
java.lang.Boolean optimizeInstanceMemory
-
keepAstForNotOptimizableExpressions
java.lang.Boolean keepAstForNotOptimizableExpressions
-
predictionFilters
java.util.List<E> predictionFilters
-
-
-
Class ilog.rules.dt.IlrDTIRLTranslator extends IlrDTTranslator implements Serializable
-
Serialized Fields
-
translatedCode
java.io.StringWriter translatedCode
-
pcounter
int pcounter
-
lineOffsets
java.util.ArrayList<E> lineOffsets
keep track of line offsets -
useBAL
boolean useBAL
-
generateBALComment
boolean generateBALComment
-
cacheTranslationInfo
boolean cacheTranslationInfo
the translation info can be cached on each action set so that it does not need to be recomputed every time
-
-
-
Class ilog.rules.dt.IlrDTRuleDefinition extends java.lang.Object implements Serializable
-
Class ilog.rules.dt.IlrDTTranslator extends java.lang.Object implements Serializable
-
Serialized Fields
-
controller
IlrDTController controller
-
-
-
Class ilog.rules.dt.IlrDTVariableManager extends java.lang.Object implements Serializable
-
Serialized Fields
-
exprManager
IlrDTExpressionManager exprManager
-
preconditionVariables
java.util.Collection<E> preconditionVariables
-
preconditionBoundedVariables
java.util.Collection<E> preconditionBoundedVariables
-
-
-
-
Package ilog.rules.dt.error
-
Package ilog.rules.dt.expression
-
Class ilog.rules.dt.expression.ExpressionDefinition extends ilog.rules.dt.expression.Expression implements Serializable
-
Serialized Fields
-
expressionManager
IlrDTExpressionManager expressionManager
-
text
java.lang.String text
-
defaultValues
java.util.List<E> defaultValues
-
syntaxTree
IlrSyntaxTree syntaxTree
-
placeHolders
java.util.List<E> placeHolders
-
sentence
IlrSentence sentence
-
holderRoleNode
IlrSyntaxTree.Node holderRoleNode
-
isAssign
boolean isAssign
-
canonical
boolean canonical
-
hasSemanticAction
java.lang.Boolean hasSemanticAction
-
-
-
Class ilog.rules.dt.expression.ExpressionInstance extends ilog.rules.dt.expression.Expression implements Serializable
-
Serialized Fields
-
definition
IlrDTExpressionDefinition definition
-
parameters
java.util.List<E> parameters
-
syntaxTree
IlrSyntaxTree syntaxTree
-
initialized
boolean initialized
-
fullText
java.lang.String fullText
-
-
-
Class ilog.rules.dt.expression.ExpressionParameter extends ilog.rules.dt.model.common.impl.DTAbstractElement implements Serializable
-
Serialized Fields
-
text
java.lang.String text
-
expression
ExpressionInstance expression
-
errorManager
IlrDTErrorManager errorManager
-
value
java.lang.Object value
-
typeInfo
IlrTypeInfo typeInfo
-
offset
int offset
-
-
-
Class ilog.rules.dt.expression.ExpressionPlaceHolder extends ilog.rules.dt.model.common.impl.DTAbstractElement implements Serializable
-
Serialized Fields
-
definition
ExpressionDefinition definition
-
text
java.lang.String text
-
type
java.lang.String type
-
path
java.lang.String path
-
defaultValue
java.lang.String defaultValue
-
isInHolderRole
boolean isInHolderRole
-
errorManager
IlrDTErrorManager errorManager
-
cardinality
IlrCardinality cardinality
-
offset
int offset
-
-
-
Class ilog.rules.dt.expression.MergedExpressionInstance extends ExpressionInstance implements Serializable
-
-
Package ilog.rules.dt.model
-
Class ilog.rules.dt.model.IlrDTPartitionItemPlaceHolder extends ilog.rules.dt.model.common.impl.DTAbstractElement implements Serializable
-
Serialized Fields
-
definition
IlrDTPartitionDefinition definition
-
parent
IlrDTPartitionItem parent
-
partitionPlaceholder
IlrDTPartition partitionPlaceholder
-
-
-
Class ilog.rules.dt.model.IlrDTPartitionPlaceHolder extends ilog.rules.dt.model.common.impl.DTAbstractElement implements Serializable
-
Serialized Fields
-
definition
IlrDTPartitionDefinition definition
-
child
IlrDTPartitionItemPlaceHolder child
-
parent
IlrDTPartitionItem parent
-
-
-
-
Package ilog.rules.dt.model.common
-
Package ilog.rules.dt.model.event
-
Class ilog.rules.dt.model.event.DTModelEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
adjusting
boolean adjusting
-
partitionDefinition
IlrDTPartitionDefinition partitionDefinition
-
partition
IlrDTPartition partition
-
item
IlrDTPartitionItem item
-
actionDefinition
IlrDTActionDefinition actionDefinition
-
actionSet
IlrDTActionSet actionSet
-
action
IlrDTAction action
-
actionSets
IlrDTActionSet[] actionSets
-
toPartitionDefinition
IlrDTPartitionDefinition toPartitionDefinition
-
toItem
IlrDTPartitionItem toItem
-
toActionDefinition
IlrDTActionDefinition toActionDefinition
-
index
int index
-
lastIndex
int lastIndex
-
-
-
Class ilog.rules.dt.model.event.DTModelPropertyChangeEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
adjusting
boolean adjusting
-
element
IlrDTElement element
-
property
java.lang.Object property
-
oldValue
java.lang.Object oldValue
-
newValue
java.lang.Object newValue
-
-
-
Class ilog.rules.dt.model.event.IlrDTListenerAdapter extends java.lang.Object implements Serializable
-
Class ilog.rules.dt.model.event.IlrDTModelChangeListener extends java.lang.Object implements Serializable
-
Class ilog.rules.dt.model.event.IlrDTPropertyChangeListenerAdapter extends java.lang.Object implements Serializable
-
-
Package ilog.rules.dt.model.expression
-
Package ilog.rules.dvs.common.archive
-
Class ilog.rules.dvs.common.archive.IlrDVSArchiveException extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.dvs.common.descriptors
-
Class ilog.rules.dvs.common.descriptors.IlrComparisonPrecisionDescriptor extends java.lang.Object implements Serializable
-
Class ilog.rules.dvs.common.descriptors.IlrScenarioFormatDescriptorException extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.dvs.common.input
-
Package ilog.rules.dvs.common.output
-
Class ilog.rules.dvs.common.output.IlrDecisionWarehouseException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrKPIException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrProductionRulesetExecutionException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrProductionRulesetIntrospectionException extends IlrTestingException implements Serializable
- serialVersionUID:
- -890985887252208956L
-
Class ilog.rules.dvs.common.output.IlrRejectedScenarioSuiteExecutionException extends IlrRunnerException implements Serializable
- serialVersionUID:
- -8615315157419319973L
-
Class ilog.rules.dvs.common.output.IlrRuleAppException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrRunnerException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrScenarioDataException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrScenarioFormatException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrScenarioProviderException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrTestingException extends ilog.rules.res.util.IlrSerializableException implements Serializable
-
Class ilog.rules.dvs.common.output.IlrTraceTesterException extends IlrTestingException implements Serializable
-
-
Package ilog.rules.dvs.common.output.impl
-
Class ilog.rules.dvs.common.output.impl.IlrKPIResultInteger extends ilog.rules.dvs.common.output.impl.IlrBaseKPIResult implements Serializable
-
Class ilog.rules.dvs.common.output.impl.IlrKPIResultMap extends ilog.rules.dvs.common.output.impl.IlrBaseKPIResult implements Serializable
- serialVersionUID:
- 4268063839978243207L
-
Class ilog.rules.dvs.common.output.impl.IlrKPIResultString extends ilog.rules.dvs.common.output.impl.IlrBaseKPIResult implements Serializable
-
-
Package ilog.rules.dvs.core
-
Class ilog.rules.dvs.core.IlrInitializationException extends IlrTestingException implements Serializable
-
Class ilog.rules.dvs.core.IlrParallelScenarioProvider.IlrScenarioSuitePart extends java.lang.Object implements Serializable
- serialVersionUID:
- -6155876703965927133L
-
-
Package ilog.rules.dvs.excel
-
Class ilog.rules.dvs.excel.IlrExcel2003ScenarioSuiteDataException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable
- serialVersionUID:
- 1579464333961577932L
-
Class ilog.rules.dvs.excel.IlrExcel2003ScenarioSuiteIOException extends com.ibm.rules.res.message.internal.LocalizedException implements Serializable
-
-
Package ilog.rules.dvs.rbtesting
-
Class ilog.rules.dvs.rbtesting.IlrRBTTestReport extends ilog.rules.dvs.common.output.impl.IlrTestResultImpl implements Serializable
-
Serialized Fields
-
expectedValues
java.lang.Object expectedValues
-
observedValues
java.lang.Object observedValues
-
serializedExpectedValues
java.io.Serializable serializedExpectedValues
-
serializedObservedValues
java.io.Serializable serializedObservedValues
-
isOnComplexCollectionOrArray
boolean isOnComplexCollectionOrArray
-
metaData
java.lang.Object metaData
-
locale
java.util.Locale locale
-
-
-
-
Package ilog.rules.dvs.rbtesting.asserts
-
Class ilog.rules.dvs.rbtesting.asserts.IlrExecutionDetailsCondition extends java.lang.Object implements Serializable
- serialVersionUID:
- -1943402325686427970L
-
Serialized Fields
-
executionDetails
IlrScenarioFormatDescriptor.ExecutionDetails executionDetails
-
relationalOperator
IlrRelationalOperator relationalOperator
-
-
Class ilog.rules.dvs.rbtesting.asserts.IlrExpectedResultsCondition extends java.lang.Object implements Serializable
- serialVersionUID:
- 4274551866032815251L
-
Serialized Fields
-
pathToTheOutputParameter
java.lang.String pathToTheOutputParameter
-
relationalOperator
IlrRelationalOperator relationalOperator
-
-
-
Package ilog.rules.dvs.rsi
-
Package ilog.rules.dvs.rsi.exception
-
Class ilog.rules.dvs.rsi.exception.IlrBOMTypeNotFoundException extends IlrUnsupportedBOMTypeException implements Serializable
- serialVersionUID:
- -7739315340290699766L
-
Class ilog.rules.dvs.rsi.exception.IlrLoopInObjectFactorySignatureException extends IlrUnsupportedBOMTypeException implements Serializable
- serialVersionUID:
- -3496233087347853386L
-
Class ilog.rules.dvs.rsi.exception.IlrMissingDefaultConstructorException extends IlrUnsupportedBOMTypeException implements Serializable
- serialVersionUID:
- 8870472391873357891L
-
Class ilog.rules.dvs.rsi.exception.IlrObjectFactoryParametersException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2871872361054438748L
-
Class ilog.rules.dvs.rsi.exception.IlrUnsupportedBOMTypeException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 7048097670407183702L
-
Serialized Fields
-
bomTypeDescriptor
IlrBOMTypeDescriptor bomTypeDescriptor
-
-
-
Package ilog.rules.dvs.ssp
-
Class ilog.rules.dvs.ssp.IlrExtensionsDescription extends java.lang.Object implements Serializable
-
-
Package ilog.rules.engine
-
Class ilog.rules.engine.IlrBadContextException extends java.lang.RuntimeException implements Serializable
-
Class ilog.rules.engine.IlrContext extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.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
java.util.HashMap<K,V> rulesetParameters
-
rulesetFQNParameters
java.util.HashMap<K,V> rulesetFQNParameters
-
inGlobalObjects
java.lang.Object[] inGlobalObjects
-
outGlobalObjects
java.lang.Object[] outGlobalObjects
-
localGlobalObjects
java.lang.Object[] localGlobalObjects
-
storeInValues
java.util.HashMap<K,V> storeInValues
-
classList
java.util.ArrayList<E> classList
-
rulesetParameterLocation
int rulesetParameterLocation
-
rulesetOutLocation
int rulesetOutLocation
-
rulesetLocalLocation
int rulesetLocalLocation
-
collectValuesObjects
java.lang.Object[] collectValuesObjects
-
firedRulesCount
int firedRulesCount
-
-
-
Class ilog.rules.engine.IlrDefaultCollector extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrDefaultEvent extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrFunction extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
shortName
java.lang.String shortName
-
comments
java.lang.String comments
-
returnType
ilog.rules.factory.IlrReflectClass returnType
-
contextClass
ilog.rules.factory.IlrReflectClass contextClass
-
arguments
java.util.List<E> arguments
-
body
ilog.rules.engine.IlrFunctionBody body
-
isFunctionTaskBody
boolean isFunctionTaskBody
-
hidden
boolean hidden
-
definitionPackage
IlrPackage definitionPackage
-
-
-
Class ilog.rules.engine.IlrNoSuchFunctionException extends java.lang.Exception implements Serializable
-
Class ilog.rules.engine.IlrPackage extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
contextClass
ilog.rules.factory.IlrReflectClass contextClass
-
comments
java.lang.String comments
-
ruleset
IlrRuleset ruleset
-
initialRule
IlrRule initialRule
-
rules
java.util.ArrayList<E> rules
-
functions
java.util.ArrayList<E> functions
-
ruleTable
java.util.HashMap<K,V> ruleTable
-
taskset
ilog.rules.engine.IlrTaskset taskset
-
variableBindings
java.util.HashMap<K,V> variableBindings
-
rhsVariableBindings
java.util.ArrayList<E> rhsVariableBindings
-
importedPackages
java.util.ArrayList<E> importedPackages
-
importedRules
java.util.ArrayList<E> importedRules
-
-
-
Class ilog.rules.engine.IlrPackageFilter extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrParameterMap extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrPropertyFilter extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrRule extends java.lang.Object implements Serializable
-
Serialized Fields
-
properties
IlrPropertyList properties
-
contextClass
ilog.rules.factory.IlrReflectClass contextClass
-
packetName
java.lang.String packetName
-
name
java.lang.String name
-
shortName
java.lang.String shortName
-
comments
java.lang.String comments
-
priority
ilog.rules.engine.base.IlrRtValue priority
-
conditions
java.util.ArrayList<E> conditions
-
actions
java.util.ArrayList<E> actions
-
lhsBindings
java.util.ArrayList<E> lhsBindings
-
ruleNode
java.lang.Object ruleNode
-
elsePart
ilog.rules.engine.base.IlrElseRule elsePart
-
definitionPackage
IlrPackage definitionPackage
-
-
-
Class ilog.rules.engine.IlrRuleInstance extends java.lang.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 java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
name
java.lang.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
java.util.ArrayList<E> errorMessages
-
warningMessages
java.util.ArrayList<E> warningMessages
-
defaultPackage
IlrPackage defaultPackage
-
packageTable
java.util.HashMap<K,V> packageTable
-
mainTask
IlrTask mainTask
-
hashers
java.util.ArrayList<E> hashers
-
clearingRuleset
boolean clearingRuleset
-
propertyDeclaration
ilog.rules.factory.IlrPropertyTypingFactory propertyDeclaration
-
hierarchicalProperties
java.util.HashMap<K,V> hierarchicalProperties
-
parameterBindings
java.util.Map<K,V> parameterBindings
-
groups
java.util.ArrayList<E> groups
-
groupByNames
java.util.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 java.lang.RuntimeException implements Serializable
-
Class ilog.rules.engine.IlrRulesetParameter extends java.lang.Object implements Serializable
-
Class ilog.rules.engine.IlrRuntimeException extends java.lang.RuntimeException implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException, java.lang.NoSuchFieldException, java.lang.NoSuchMethodException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundExceptionjava.lang.NoSuchFieldExceptionjava.lang.NoSuchMethodException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
isInternal
boolean isInternal
-
elements
java.util.ArrayList<E> elements
-
-
-
Class ilog.rules.engine.IlrSystemRuntimeException extends IlrRuntimeException implements Serializable
-
Class ilog.rules.engine.IlrTask extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
shortName
java.lang.String shortName
-
comments
java.lang.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 java.lang.Exception implements Serializable
-
Class ilog.rules.engine.IlrUndefinedMainTaskException extends java.lang.RuntimeException implements Serializable
-
Class ilog.rules.engine.IlrUndefinedTaskException extends java.lang.RuntimeException implements Serializable
-
Class ilog.rules.engine.IlrUserActionException extends java.lang.Exception implements Serializable
-
Class ilog.rules.engine.IlrUserRuntimeException extends IlrRuntimeException implements Serializable
-
Class ilog.rules.engine.IlrWatchEvent extends java.lang.Object implements Serializable
-
-
Package ilog.rules.factory
-
Class ilog.rules.factory.IlrAction extends IlrBaseStatement implements Serializable
-
Serialized Fields
-
flag
boolean flag
-
value
IlrValue value
-
statements
java.util.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
-
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 java.lang.Object implements Serializable
-
Class ilog.rules.factory.IlrBaseTest extends java.lang.Object implements Serializable
-
Class ilog.rules.factory.IlrBeforeTest extends IlrBinaryTemporalTest implements Serializable
-
Class ilog.rules.factory.IlrBinaryTemporalTest extends IlrBaseTest implements Serializable
-
Class ilog.rules.factory.IlrBinaryTest extends IlrBaseTest implements Serializable
-
Class ilog.rules.factory.IlrBinaryValue extends IlrValue implements Serializable
-
Class ilog.rules.factory.IlrBindStatement extends IlrBaseStatement implements Serializable
-
Serialized Fields
-
name
java.lang.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
-
Class ilog.rules.factory.IlrClassTypeValue extends IlrValue implements Serializable
-
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
java.util.List<E> objectTests
-
collectionTests
java.util.List<E> collectionTests
-
enumerator
ilog.rules.factory.IlrInFromEnumerator enumerator
-
objectBindings
java.util.List<E> objectBindings
-
collectionBindings
java.util.List<E> collectionBindings
-
defaultContainer
boolean defaultContainer
-
-
-
Class ilog.rules.factory.IlrCondition extends java.lang.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
-
Class ilog.rules.factory.IlrContextValue extends IlrValue implements Serializable
-
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 java.lang.Object implements Serializable
-
Serialized Fields
-
NULL
IlrConstantValue NULL
This constant value represents thenullliteral of Java. -
TRUE
IlrConstantValue TRUE
This constant value represents the Boolean valuefalse. -
FALSE
IlrConstantValue FALSE
This constant value represents the Boolean valuefalse. -
ZERO
IlrConstantValue ZERO
This constant value represents the integer value zero. -
SYSTEM_IN
IlrStaticFieldValue SYSTEM_IN
This field value represents thejava.lang.System.infield. -
SYSTEM_OUT
IlrStaticFieldValue SYSTEM_OUT
This field value represents thejava.lang.System.outfield. -
SYSTEM_ERR
IlrStaticFieldValue SYSTEM_ERR
This field value represents thejava.lang.System.errfield. -
maximum
IlrStaticFieldValue maximum
This field value represents themaximumpriority level of the rule language. -
high
IlrStaticFieldValue high
This field value represents thehighpriority level of the rule language. -
low
IlrStaticFieldValue low
This field value represents thelowpriority level of the rule language. -
minimum
IlrStaticFieldValue minimum
This field value represents theminimumpriority level of the rule language. -
INSTANCE_VALUE
IlrInstanceValue INSTANCE_VALUE
This value represents the?instancevariable 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
java.lang.String name
-
flowIndex
int flowIndex
-
flowLevel
int flowLevel
-
-
-
Class ilog.rules.factory.IlrFlowTaskFactory extends IlrTaskFactory implements Serializable
-
Class ilog.rules.factory.IlrForeachStatement extends IlrStatementBlock implements Serializable
-
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 java.lang.Object implements Serializable
-
Serialized Fields
-
reflect
IlrReflect reflect
-
shortName
java.lang.String shortName
-
formalComment
java.lang.String formalComment
-
returnType
ilog.rules.factory.IlrReflectClass returnType
-
arguments
java.util.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 java.lang.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 java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
root
IlrHierarchicalPropertyNode root
-
leaves
java.util.List<E> leaves
-
nodeByNames
java.util.Map<K,V> nodeByNames
-
nodeByPaths
java.util.Map<K,V> nodeByPaths
-
nbNodes
int nbNodes
-
-
-
Class ilog.rules.factory.IlrHierarchicalPropertyNode extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
father
IlrHierarchicalPropertyNode father
-
children
java.util.ArrayList<E> children
-
childrenTable
java.util.Map<K,V> childrenTable
-
pathFromRoot
java.lang.String pathFromRoot
-
hierarchy
IlrHierarchicalProperty hierarchy
-
matchdown
java.util.BitSet matchdown
-
matchup
java.util.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
-
Class ilog.rules.factory.IlrMethodInvocation extends IlrNaryValue implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.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
-
Class ilog.rules.factory.IlrNaryValue extends IlrValue implements Serializable
-
Class ilog.rules.factory.IlrNewArrayInstanceValue extends IlrNaryValue implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
componentType
ilog.rules.factory.IlrReflectClass componentType
-
initValues
java.util.List<E> initValues
-
realArray
boolean realArray
-
dimension
int dimension
-
lengths
java.util.List<E> lengths
-
arrayType
ilog.rules.factory.IlrReflectClass arrayType
-
-
-
Class ilog.rules.factory.IlrNewInstanceValue extends IlrNaryValue implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.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
-
Class ilog.rules.factory.IlrPackageFactory extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
name
java.lang.String name
This field is the name of the package. -
formalComment
java.lang.String formalComment
This field contains the formal comment of the package. -
reflect
IlrReflect reflect
-
ruleset
IlrRulesetFactory ruleset
-
rules
java.util.List<E> rules
-
rulesByName
java.util.Map<K,V> rulesByName
-
taskset
ilog.rules.factory.IlrTasksetFactory taskset
-
functions
java.util.List<E> functions
-
functionsByName
java.util.Map<K,V> functionsByName
-
variables
java.util.Map<K,V> variables
-
bindingStatements
java.util.Map<K,V> bindingStatements
-
variableBindingStatements
java.util.List<E> variableBindingStatements
-
importedPackages
java.util.List<E> importedPackages
-
importedVariables
java.util.List<E> importedVariables
-
importedRules
java.util.List<E> importedRules
-
importedRuleNames
java.util.List<E> importedRuleNames
-
importedTasks
java.util.List<E> importedTasks
-
importedFunctions
java.util.List<E> importedFunctions
-
initialRuleActions
java.util.List<E> initialRuleActions
-
-
-
Class ilog.rules.factory.IlrPropertyAccessValue extends IlrValue implements Serializable
-
Serialized Fields
-
object
IlrValue object
-
property
java.lang.String property
-
propertyType
ilog.rules.factory.IlrReflectClass propertyType
-
-
-
Class ilog.rules.factory.IlrPropertyList extends java.lang.Object implements Serializable
-
Class ilog.rules.factory.IlrPropertyList.Entry extends java.lang.Object implements Serializable
-
Serialized Fields
-
key
java.lang.String key
-
value
java.lang.Object value
-
hierarchical
boolean hierarchical
-
staticField
IlrStaticFieldValue staticField
-
staticValues
java.util.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(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.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 java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
The fully qualified name of the rule. -
shortName
java.lang.String shortName
-
packetName
java.lang.String packetName
Deprecated.The packet name of the rule. -
formalComment
java.lang.String formalComment
The formal comment of the rule. -
priority
IlrValue priority
The priority value of the rule. -
reflect
IlrReflect reflect
-
conditions
java.util.Vector<E> conditions
-
statements
java.util.Vector<E> statements
-
useElse
boolean useElse
-
elseStatements
java.util.Vector<E> elseStatements
-
properties
IlrPropertyList properties
-
packageFactory
IlrPackageFactory packageFactory
-
-
-
Class ilog.rules.factory.IlrRulesetFactory extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
reflect
IlrReflect reflect
-
baseContextClass
ilog.rules.factory.IlrReflectClass baseContextClass
-
contextClass
ilog.rules.factory.IlrReflectClass contextClass
-
contextValue
IlrContextValue contextValue
-
name
java.lang.String name
-
properties
IlrPropertyList properties
-
classList
java.util.Vector<E> classList
-
instanceList
java.util.Vector<E> instanceList
-
hashers
java.util.ArrayList<E> hashers
-
packages
java.util.Vector<E> packages
-
packagesByName
java.util.HashMap<K,V> packagesByName
-
defaultPackage
IlrPackageFactory defaultPackage
-
propertyDeclaration
ilog.rules.factory.IlrPropertyTypingFactory propertyDeclaration
-
hierarchicalProperties
java.util.Map<K,V> hierarchicalProperties
-
registry
ilog.rules.factory.IlrRulesetRegistry registry
-
bindingStatements
java.util.Map<K,V> bindingStatements
-
parametersByName
java.util.Map<K,V> parametersByName
-
parameterList
java.util.Vector<E> parameterList
-
parameterBindingStatements
java.util.Vector<E> parameterBindingStatements
-
returnValuesByName
java.util.Map<K,V> returnValuesByName
-
returnValueList
java.util.Vector<E> returnValueList
-
returnBindingStatements
java.util.Vector<E> returnBindingStatements
-
ruleOverriding
ilog.rules.factory.IlrRuleOverridingFactory ruleOverriding
-
-
-
Class ilog.rules.factory.IlrRuleTaskFactory extends IlrTaskFactory implements Serializable
-
Serialized Fields
-
rules
java.util.List<E> rules
-
packages
java.util.ArrayList<E> packages
-
groups
java.util.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
java.util.List<E> matchOnClasses
-
dynamicBody
boolean dynamicBody
-
domainValue
IlrValue domainValue
-
scope
java.util.ArrayList<E> scope
-
scopePackages
java.util.ArrayList<E> scopePackages
-
scopeGroups
java.util.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
-
Class ilog.rules.factory.IlrStatementBlock extends IlrBaseStatement implements Serializable
-
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(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
object
IlrValue object
-
genericArgs
ilog.rules.factory.IlrReflectClass[] genericArgs
-
useVarArgs
boolean useVarArgs
-
-
-
Class ilog.rules.factory.IlrTaskFactory extends java.lang.Object implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
shortName
java.lang.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
java.lang.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
java.util.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
-
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
java.lang.String ILR_WATCH_EVENT
Deprecated. -
logicalFlag
boolean logicalFlag
Deprecated. -
until
boolean until
Deprecated. -
time
IlrValue time
Deprecated. -
binding
IlrVariable binding
Deprecated. -
conditions
java.util.List<E> conditions
Deprecated.
-
-
-
Class ilog.rules.factory.IlrTimeOutBlock extends IlrStatementBlock implements Serializable
-
Class ilog.rules.factory.IlrTryCatchFinallyStatement extends IlrStatementBlock implements Serializable
-
Serialized Fields
-
finallyBlock
IlrTryCatchFinallyStatement.FinallyBlock finallyBlock
-
catchBlocks
java.util.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 java.lang.RuntimeException implements Serializable
-
Class ilog.rules.factory.IlrUpdateAction extends IlrAction implements Serializable
-
Class ilog.rules.factory.IlrValue extends java.lang.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 java.lang.Object implements Serializable
-
Class ilog.rules.factory.translation.IlrBody extends java.lang.Object implements Serializable
-
Class ilog.rules.factory.translation.IlrClassTranslation extends java.lang.Object implements Serializable
-
Serialized Fields
-
businessName
java.lang.String businessName
-
executionName
java.lang.String executionName
-
extenderName
java.lang.String extenderName
-
imports
java.util.List<E> imports
-
tester
IlrBody tester
-
attributes
java.util.Map<K,V> attributes
-
methods
java.util.Map<K,V> methods
-
constructors
java.util.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 java.lang.Object implements Serializable
-
Class ilog.rules.factory.translation.IlrMethodTranslation extends IlrMemberWithParametersTranslation implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
body
IlrBody body
-
-
-
Class ilog.rules.factory.translation.IlrTranslationConfiguration extends java.lang.Object implements Serializable
-
Serialized Fields
-
classTranslations
java.util.Map<K,V> classTranslations
-
id
java.lang.String id
-
globalMemberCaseSensitivity
IlrTranslationConstants.CaseSensitivity globalMemberCaseSensitivity
-
-
-
Class ilog.rules.factory.translation.IlrTranslationConstants.CaseSensitivity extends java.lang.Object implements Serializable
-
-
Package ilog.rules.rf.model
-
Class ilog.rules.rf.model.IlrRFAlgorithm extends java.lang.Object implements Serializable
-
Class ilog.rules.rf.model.IlrRFExitCriteria extends java.lang.Object implements Serializable
-
Class ilog.rules.rf.model.IlrRFLanguage extends java.lang.Object implements Serializable
-
Class ilog.rules.rf.model.IlrRFOrdering extends java.lang.Object implements Serializable
-
-
Package ilog.rules.shared.model
-
Class ilog.rules.shared.model.IlrDecorableElementImpl extends java.lang.Object implements Serializable
-
-
Package ilog.rules.studio.model.dt
-
Class ilog.rules.studio.model.dt.IlrDTService extends ilog.rules.studio.model.base.impl.IlrRuleProjectServiceImpl implements Serializable
- serialVersionUID:
- 7666709224315783016L
-
-
Package ilog.rules.studio.model.exception
-
Class ilog.rules.studio.model.exception.IlrModelException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1919942429948391522L
-
-
Package ilog.rules.studio.model.query
-
Class ilog.rules.studio.model.query.IlrQueryException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 6917573887599770292L
-
-
Package ilog.rules.util
-
Class ilog.rules.util.IlrFile extends java.io.File implements Serializable
-
-
Package ilog.rules.util.resources
-
Class ilog.rules.util.resources.IlrResources extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException- Throws:
java.io.IOException
-
-
Serialized Fields
-
names
java.util.Vector<E> names
-
table
java.util.Hashtable<K,V> table
-
-
-
-
Package ilog.rules.vocabulary.model
-
Class ilog.rules.vocabulary.model.IlrCardinality extends ilog.rules.vocabulary.util.IlrAbstractEnumerator implements Serializable
-
Class ilog.rules.vocabulary.model.IlrGender extends ilog.rules.vocabulary.util.IlrAbstractEnumerator implements Serializable
-
Class ilog.rules.vocabulary.model.IlrSentenceCategory extends ilog.rules.vocabulary.util.IlrAbstractEnumerator implements Serializable
-
Serialized Fields
-
children
java.util.List<E> children
-
parent
IlrSentenceCategory parent
-
-
-
Class ilog.rules.vocabulary.model.IlrSyntacticRoleCategory extends ilog.rules.vocabulary.util.IlrAbstractEnumerator implements Serializable
-
Class ilog.rules.vocabulary.model.IlrVocabularyManager.ChangeEvent extends java.util.EventObject implements Serializable
-
-
Package ilog.rules.vocabulary.model.bom
-
Package ilog.rules.vocabulary.model.helper
-
Class ilog.rules.vocabulary.model.helper.IlrVocabularyMergeWizard.MergeException extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.vocabulary.model.io
-
Class ilog.rules.vocabulary.model.io.IlrSerializerError extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.vocabulary.verbalization
-
Class ilog.rules.vocabulary.verbalization.IlrArticle extends java.lang.Object implements Serializable
-
Class ilog.rules.vocabulary.verbalization.IlrVerbalizationContext extends java.lang.Object implements Serializable
-
Serialized Fields
-
props
java.util.Map<K,V> props
-
vocabulary
IlrVocabulary vocabulary
-
article
IlrArticle article
-
plural
boolean plural
-
partitive
boolean partitive
-
useTermProperties
boolean useTermProperties
-
sentence
IlrSentence sentence
-
-
-
Class ilog.rules.vocabulary.verbalization.IlrVerbalizationException extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.xml
-
Class ilog.rules.xml.IlrXmlErrorException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
errors
IlrXmlError[] errors
-
warnings
IlrXmlError[] warnings
-
-
-
Class ilog.rules.xml.IlrXmlObject extends java.lang.Object implements Serializable
-
Serialized Fields
-
fields
java.lang.Object[] fields
-
clazz
IlrClass clazz
-
location
ilog.rules.xml.runtime.IlrXmlRtNodeLocation location
-
-
-
-
Package ilog.rules.xml.model
-
Class ilog.rules.xml.model.IlrXmlException extends java.lang.Exception implements Serializable
-
-
Package ilog.rules.xml.types
-
Class ilog.rules.xml.types.IlrDate extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrDateFormatException extends java.lang.IllegalArgumentException implements Serializable
-
Class ilog.rules.xml.types.IlrDateTime extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrDuration extends java.lang.Object implements Serializable
-
Class ilog.rules.xml.types.IlrGDay extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrGMonth extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrGMonthDay extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrGYear extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrGYearMonth extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrTime extends IlrTimeZone implements Serializable
-
Class ilog.rules.xml.types.IlrTimeZone extends java.lang.Object implements Serializable
-
-
Package ilog.rules.xml.util
-
Class ilog.rules.xml.util.IlrXmlFatalErrorException extends java.lang.Exception implements Serializable
-