Serialized Form
rootCause
java.lang.Throwable rootCause
- Root cause, if any.
appData
java.util.Map<K,V> appData
object
java.lang.Object object
- Invalid fact object.
handle
FactHandle handle
- Invalid fact handle.
rule
Rule rule
- The rule.
ruleSet
RuleSet ruleSet
- The rule.
Package org.drools.conflict |
components
ConflictResolver[] components
rule
Rule rule
tuple
Tuple tuple
rule
Rule rule
tuple
Tuple tuple
rule
Rule rule
tuple
Tuple tuple
rule
Rule rule
condition
Condition condition
tuple
Tuple tuple
passed
boolean passed
handle
FactHandle handle
object
java.lang.Object object
handle
FactHandle handle
oldObject
java.lang.Object oldObject
object
java.lang.Object object
handle
FactHandle handle
oldObject
java.lang.Object oldObject
listeners
java.util.List<E> listeners
workingMemory
WorkingMemory workingMemory
Package org.drools.jsr94.rules |
id
long id
- The fact id.
counter
long counter
- The number of facts created - used for recency.
uri
java.lang.String uri
- The URI for this
RuleExecutionSet
.
name
java.lang.String name
- The name of this RuleExecutionSet.
description
java.lang.String description
- The description of this
RuleExecutionSet
.
Package org.drools.jsr94.rules.admin |
description
java.lang.String description
- A description of this rule execution set or null if no
description is specified.
defaultObjectFilterClassName
java.lang.String defaultObjectFilterClassName
- The default ObjectFilter class name
associated with this rule execution set.
properties
java.util.Map<K,V> properties
- A
Map
of user-defined and Drools-defined properties.
ruleBase
RuleBase ruleBase
- The
RuleBase
associated with this
RuleExecutionSet
.
ruleSet
RuleSet ruleSet
- The
RuleSet
associated with this
RuleExecutionSet
.
objectFilter
javax.rules.ObjectFilter objectFilter
- The default ObjectFilter class name
associated with this rule execution set.
name
java.lang.String name
- The name of this rule.
description
java.lang.String description
- A description of the rule or null if no description is specified.
properties
java.util.Map<K,V> properties
- A
Map
of user-defined and Drools-defined properties.
rule
Rule rule
- The
org.drools.rule.Rule
that lies at the core of
this javax.rules.admin.Rule
object.
Package org.drools.reteoo |
id
long id
- The fact id.
counter
long counter
- The number of facts created - used for recency.
id
long id
- Handle id.
recency
long recency
identifier
java.lang.String identifier
- The identifier. This is the name that is used to reference the
instance object inside the
Condition
or Consequence
type
java.lang.Class<T> type
- The declare type for the identifier. An instanceof check will be applied by the WorkingMemory
for this type against the one being set, if they differe a
RuntimeException
we be thrown.
ruleSet
RuleSet ruleSet
identifier
java.lang.String identifier
- The identifier for the variable.
objectType
ObjectType objectType
- The type of the variable.
index
int index
- The index within a rule.
ruleSet
RuleSet ruleSet
- The rule-set.
originalRule
Rule originalRule
- The member rule.
conflictingRule
Rule conflictingRule
- The conflicting rule.
duration
long duration
- Duration, in seconds.
rule
Rule rule
- The invalid rule.
ruleSet
RuleSet ruleSet
- The parent ruleSet
name
java.lang.String name
- Name of the rule.
documentation
java.lang.String documentation
- Documentation.
salience
int salience
- Salience value.
parameterDeclarations
java.util.List<E> parameterDeclarations
- Formal parameter declarations.
conditions
java.util.List<E> conditions
- Conditions.
consequence
Consequence consequence
- Consequence.
duration
Duration duration
- Truthness duration.
loadOrder
long loadOrder
- Load order in RuleSet
noLoop
boolean noLoop
- is the consequence of the rule currently being executed?
applicationData
java.util.Map<K,V> applicationData
- A map valid Application names and types
importer
Importer importer
- The Importer to use, as specified by the RuleSet
name
java.lang.String name
- Name of the ruleset.
documentation
java.lang.String documentation
- Documentation.
ruleNames
java.util.Set<E> ruleNames
- Set of all rule-names in this
RuleSet
.
rules
java.util.List<E> rules
- Ordered list of all
Rules
in this RuleSet
.
importer
Importer importer
applicationData
java.util.Map<K,V> applicationData
functions
java.util.Map<K,V> functions
ruleBaseContext
RuleBaseContext ruleBaseContext
Package org.drools.semantics.base |
seconds
long seconds
- The number of seconds of the duration.
rule
Rule rule
importEntry
java.lang.String importEntry
identifier
java.lang.String identifier
value
boolean value
identifier
java.lang.String identifier
value
char value
objectFieldName
java.lang.String objectFieldName
- Java object field.
objectFieldValue
java.lang.String objectFieldValue
getterMethod
java.lang.reflect.Method getterMethod
- Java getter method.
objectTypeClass
java.lang.Class<T> objectTypeClass
- Java object class.
identifier
java.lang.String identifier
value
double value
identifier
java.lang.String identifier
value
float value
identifier
java.lang.String identifier
value
int value
identifer
java.lang.String identifer
value
java.util.List<E> value
identifier
java.lang.String identifier
value
long value
identifer
java.lang.String identifer
value
java.util.Map<K,V> value
identifer
java.lang.String identifer
value
java.util.Set<E> value
identifier
java.lang.String identifier
value
short value
identifer
java.lang.String identifer
value
java.lang.String value
Package org.drools.semantics.groovy |
requiredDeclarations
Declaration[] requiredDeclarations
- Required declarations.
text
java.lang.String text
originalText
java.lang.String originalText
- Text.
text
java.lang.String text
rule
Rule rule
- The rule.
expr
java.lang.String expr
- The expression.
Package org.drools.semantics.java |
rule
Rule rule
ruleSet
RuleSet ruleSet
text
java.lang.String text
lineNumber
int lineNumber
columnNumber
int columnNumber
errorMessage
java.lang.String errorMessage
block
java.lang.String block
rule
Rule rule
declarations
Declaration[] declarations
className
java.lang.String className
originalExpression
java.lang.String originalExpression
rule
Rule rule
expression
java.lang.String expression
requiredDeclarations
Declaration[] requiredDeclarations
className
java.lang.String className
text
java.lang.String text
ruleSet
RuleSet ruleSet
className
java.lang.String className
expr
java.lang.String expr
- The expression.
id
java.lang.String id
- The missing id.
expr
java.lang.String expr
- The expression.
Package org.drools.semantics.python |
expr
java.lang.String expr
- The expression.
requiredDeclarations
Declaration[] requiredDeclarations
- Required declarations.
text
java.lang.String text
rule
Rule rule
- The rule.
origininalText
java.lang.String origininalText
- Original Text
type
java.lang.String type
importEntrySet
java.util.Set<E> importEntrySet
importSet
java.util.Set<E> importSet
cachedImports
java.util.Map<K,V> cachedImports
name
java.lang.String name
uri
java.lang.String uri
- The uri.
cls
java.lang.Class<T> cls
- The invalid action.
detailMessage
java.lang.String detailMessage
- Specific details about the
SemanticsReaderException
.
rule
Rule rule
info
java.lang.String info
rule
Rule rule
info
java.lang.String info
readObject
private void readObject(java.io.ObjectInputStream stream)
serialVersionUID: 2028493495224302329L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read the map in using a custom routine.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Write the map out using a custom routine.
- Throws:
java.io.IOException
indexIntervals
int indexIntervals
intervalShifts
int intervalShifts
midIntervalPoint
int midIntervalPoint
tableSize
int tableSize
shifts
int shifts
doubleShifts
int doubleShifts
firstPage
org.drools.util.PrimitiveLongMap.Page firstPage
lastPage
org.drools.util.PrimitiveLongMap.Page lastPage
lastPageId
int lastPageId
maxKey
long maxKey
pageIndex
org.drools.util.PrimitiveLongMap.Page[] pageIndex
tableSize
int tableSize
currentPageId
int currentPageId
currentPage
org.drools.util.PrimitiveLongStack.Page currentPage
elements
java.lang.Object[] elements
- The elements in this buffer.
size
int size
- The number of elements currently in this buffer.
ascendingOrder
boolean ascendingOrder
- If true, the first element as determined by the sort order will be
returned. If false, the last element as determined by the sort order will
be returned.
comparator
java.util.Comparator<T> comparator
- The comparator used to order the elements