Serialized Form
Class org.drools.MockWorkingMemory extends java.lang.Object implements Serializable |
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.
workingMemory
WorkingMemory workingMemory
Package org.drools.conflict |
components
ConflictResolver[] components
Package org.drools.decisiontable.parser |
serialVersionUID: 2655710832124783733L
rule
Rule rule
tuple
Tuple tuple
rule
Rule rule
tuple
Tuple tuple
rule
Rule rule
tuple
Tuple tuple
Class org.drools.event.AgendaEventSupport extends java.lang.Object implements Serializable |
listeners
java.util.List<E> listeners
workingMemory
WorkingMemory workingMemory
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
Class org.drools.event.ReteooNodeEventSupport extends java.lang.Object implements Serializable |
listeners
java.util.List<E> listeners
workingMemory
WorkingMemory workingMemory
listeners
java.util.List<E> listeners
workingMemory
WorkingMemory workingMemory
serialVersionUID: -5251454333223656432L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
IntegrationException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
IntegrationException
org.xml.sax.SAXException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
ruleSetBinaries
java.util.List<E> ruleSetBinaries
Package org.drools.jsr94.rules |
id
long id
- The fact id.
counter
long counter
- The number of facts created - used for recency.
Package org.drools.jsr94.rules.admin |
serialVersionUID: 1L
map
java.util.Map<K,V> map
- Holds the registered
RuleExecutionSet
objects.
Package org.drools.reteoo |
ruleMap
java.util.Map<K,V> ruleMap
Class org.drools.reteoo.AlphaNode extends org.drools.reteoo.ObjectSource implements Serializable |
constraint
org.drools.spi.Constraint constraint
storeMemory
boolean storeMemory
objectSource
org.drools.reteoo.ObjectSource objectSource
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
Class org.drools.reteoo.LeftInputAdapterNode extends org.drools.reteoo.TupleSource implements Serializable |
objectSource
org.drools.reteoo.ObjectSource objectSource
column
int column
Class org.drools.reteoo.NotNode extends org.drools.reteoo.BetaNode implements Serializable |
Class org.drools.rule.And extends org.drools.rule.ConditionalElement implements Serializable |
identifier
java.lang.String identifier
type
java.lang.Class<T> type
ruleSet
RuleSet ruleSet
Class org.drools.rule.ConditionalElement extends java.lang.Object implements Serializable |
children
java.util.List<E> children
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.
Class org.drools.rule.Exist extends org.drools.rule.ConditionalElement implements Serializable |
duration
long duration
- Duration, in seconds.
rule
Rule rule
- The invalid rule.
Class org.drools.rule.Not extends org.drools.rule.ConditionalElement implements Serializable |
Class org.drools.rule.Or extends org.drools.rule.ConditionalElement implements Serializable |
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?
xorGroup
java.lang.String xorGroup
- xorGroup only allows one activation within an xorGroup to fire,
others are removed from the Agenda.
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 |
thrownException
java.lang.String thrownException
semanticType
java.lang.String semanticType
thrownException
java.lang.String thrownException
semanticType
java.lang.String semanticType
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
name
java.lang.String name
block
java.lang.String block
rule
Rule rule
declarations
Declaration[] declarations
consequenceInvoker
ConsequenceInvoker consequenceInvoker
thrownException
java.lang.String thrownException
semanticType
java.lang.String semanticType
name
java.lang.String name
expression
java.lang.String expression
rule
Rule rule
requiredDeclarations
Declaration[] requiredDeclarations
conditionInvoker
ConditionInvoker conditionInvoker
thrownException
java.lang.String thrownException
semanticType
java.lang.String semanticType
name
java.lang.String name
text
java.lang.String text
ruleSet
RuleSet ruleSet
serialVersionUID: 34846969604394084L
errors
CompilationProblem[] errors
summaryMessage
java.lang.String summaryMessage
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.
semanticType
java.lang.String semanticType
name
java.lang.String name
semanticType
java.lang.String semanticType
name
java.lang.String name
requiredDeclarations
Declaration[] requiredDeclarations
- Required declarations.
text
java.lang.String text
semanticType
java.lang.String semanticType
name
java.lang.String name
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
- Missing attribute name.
uri
java.lang.String uri
- The uri.
rule
Rule rule
info
java.lang.String info
rule
Rule rule
info
java.lang.String info
readObject
private void readObject(java.io.ObjectInputStream stream)
rule
Rule rule
info
java.lang.String info
Package org.drools.spring.factory |
Package org.drools.spring.metadata |
clazz
java.lang.Class<T> clazz
Package org.drools.spring.pojorule |
name
java.lang.String name
clazz
java.lang.Class<T> clazz
declaration
Declaration declaration
rule
Rule rule
ruleMethod
RuleReflectMethod ruleMethod
requiredDeclarations
Declaration[] requiredDeclarations
ruleMethods
RuleReflectMethod[] ruleMethods
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
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