Serialized Form


Package org.drools.semantics.base

Class org.drools.semantics.base.ClassFieldObjectType extends ClassObjectType implements Serializable

Serialized Fields

objectFieldName

String objectFieldName
Java object field.


objectFieldValue

String objectFieldValue

getterMethod

Method getterMethod
Java getter method.

Class org.drools.semantics.base.ClassObjectType extends Object implements Serializable

Serialized Fields

objectTypeClass

Class objectTypeClass
Java object class.


Package org.drools

Class org.drools.AssertionException extends FactException implements Serializable

Class org.drools.DroolsException extends Exception implements Serializable

Serialized Fields

rootCause

Throwable rootCause
Root cause, if any.

Class org.drools.FactException extends DroolsException implements Serializable

Class org.drools.MockWorkingMemory extends Object implements Serializable

Serialized Fields

appData

Map appData

Class org.drools.NoSuchFactHandleException extends FactException implements Serializable

Serialized Fields

object

Object object
Invalid fact object.

Class org.drools.NoSuchFactObjectException extends FactException implements Serializable

Serialized Fields

handle

FactHandle handle
Invalid fact handle.

Class org.drools.RetractionException extends FactException implements Serializable

Class org.drools.RuleIntegrationException extends DroolsException implements Serializable

Serialized Fields

rule

Rule rule
The rule.

Class org.drools.RuleSetIntegrationException extends DroolsException implements Serializable

Serialized Fields

ruleSet

RuleSet ruleSet
The rule.


Package org.drools.conflict

Class org.drools.conflict.AbstractConflictResolver extends Object implements Serializable

Class org.drools.conflict.ComplexityConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.CompositeConflictResolver extends AbstractConflictResolver implements Serializable

Serialized Fields

components

ConflictResolver[] components

Class org.drools.conflict.DefaultConflictResolver extends CompositeConflictResolver implements Serializable

Class org.drools.conflict.FifoConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.LifoConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.LoadOrderConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.PrimacyConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.RandomConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.RecencyConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.SalienceConflictResolver extends AbstractConflictResolver implements Serializable

Class org.drools.conflict.SimplicityConflictResolver extends AbstractConflictResolver implements Serializable


Package org.drools.event

Class org.drools.event.ActivationCancelledEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

rule

Rule rule

tuple

Tuple tuple

Class org.drools.event.ActivationCreatedEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

rule

Rule rule

tuple

Tuple tuple

Class org.drools.event.ActivationFiredEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

rule

Rule rule

tuple

Tuple tuple

Class org.drools.event.ConditionTestedEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

rule

Rule rule

condition

Condition condition

tuple

Tuple tuple

passed

boolean passed

Class org.drools.event.ObjectAssertedEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

handle

FactHandle handle

object

Object object

Class org.drools.event.ObjectModifiedEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

handle

FactHandle handle

object

Object object

Class org.drools.event.ObjectRetractedEvent extends WorkingMemoryEvent implements Serializable

Serialized Fields

handle

FactHandle handle

Class org.drools.event.WorkingMemoryEvent extends EventObject implements Serializable

Class org.drools.event.WorkingMemoryEventSupport extends Object implements Serializable

Serialized Fields

listeners

List listeners

workingMemory

WorkingMemory workingMemory


Package org.drools.reteoo

Class org.drools.reteoo.DefaultFactHandleFactory extends Object implements Serializable

Serialized Fields

id

long id
The fact id.


counter

long counter
The number of facts created - used for recency.

Class org.drools.reteoo.FactHandleImpl extends Object implements Serializable

Serialized Fields

id

long id
Handle id.


recency

long recency

Class org.drools.reteoo.ReteException extends DroolsException implements Serializable


Package org.drools.rule

Class org.drools.rule.ApplicationData extends Object implements Serializable

Serialized Fields

identifier

String identifier

type

Class type

Class org.drools.rule.Declaration extends Object implements Serializable

Serialized Fields

identifier

String identifier
The identifier for the variable.


objectType

ObjectType objectType
The type of the variable.


index

int index
The index within a rule.

Class org.drools.rule.DuplicateRuleNameException extends RuleConstructionException implements Serializable

Serialized Fields

ruleSet

RuleSet ruleSet
The rule-set.


originalRule

Rule originalRule
The member rule.


conflictingRule

Rule conflictingRule
The conflicting rule.

Class org.drools.rule.InvalidRuleException extends RuleConstructionException implements Serializable

Serialized Fields

rule

Rule rule
The invalid rule.

Class org.drools.rule.NoConsequenceException extends InvalidRuleException implements Serializable

Class org.drools.rule.NoParameterDeclarationException extends InvalidRuleException implements Serializable

Class org.drools.rule.Rule extends Object implements Serializable

Serialized Fields

ruleSet

RuleSet ruleSet

name

String name
Name of the rule.


documentation

String documentation
Documentation.


salience

int salience
Salience value.


parameterDeclarations

List parameterDeclarations
Formal parameter declarations.


conditions

List 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?


imports

Set imports

applicationData

Map applicationData

Class org.drools.rule.RuleConstructionException extends DroolsException implements Serializable

Class org.drools.rule.RuleSet extends Object implements Serializable

Serialized Fields

name

String name
Name of the ruleset.


documentation

String documentation
Documentation.


ruleNames

Set ruleNames
Set of all rule-names in this RuleSet.


rules

List rules
Ordered list of all Rules in this RuleSet.


imports

Set imports

applicationData

Map applicationData


Package org.drools.spi

Class org.drools.spi.ConditionException extends AssertionException implements Serializable

Serialized Fields

rule

Rule rule

info

String info

Class org.drools.spi.ConsequenceException extends AssertionException implements Serializable

Serialized Fields

rule

Rule rule


Package org.drools.util

Class org.drools.util.IdentityMap extends AbstractHashedMap implements Serializable

serialVersionUID: 2028493495224302329l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the map out using a custom routine.

Class org.drools.util.PrimitiveLongMap extends Object implements Serializable

Serialized Fields

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

Class org.drools.util.PrimitiveLongStack extends Object implements Serializable

Serialized Fields

tableSize

int tableSize

currentPageId

int currentPageId

currentPage

org.drools.util.PrimitiveLongStack.Page currentPage

Class org.drools.util.PriorityQueue extends AbstractCollection implements Serializable

Serialized Fields

elements

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

Comparator comparator
The comparator used to order the elements


Package org.drools.smf

Class org.drools.smf.FactoryException extends DroolsException implements Serializable

Class org.drools.smf.InvalidConditionException extends SemanticComponentException implements Serializable

Class org.drools.smf.InvalidConsequenceException extends SemanticComponentException implements Serializable

Class org.drools.smf.InvalidObjectTypeException extends SemanticComponentException implements Serializable

Class org.drools.smf.MissingAttributeException extends FactoryException implements Serializable

Serialized Fields

name

String name

Class org.drools.smf.NoSuchSemanticModuleException extends SemanticModuleException implements Serializable

Serialized Fields

uri

String uri
The uri.

Class org.drools.smf.SemanticComponentException extends SemanticModuleException implements Serializable

Serialized Fields

cls

Class cls
The invalid action.

Class org.drools.smf.SemanticModuleException extends DroolsException implements Serializable


Package org.drools.semantics.java

Class org.drools.semantics.java.BlockConsequence extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws Exception
Serialized Fields

block

String block

rule

Rule rule

declarations

Declaration[] declarations

Class org.drools.semantics.java.CompilationException extends DroolsException implements Serializable

Serialized Fields

rule

Rule rule

text

String text

lineNumber

int lineNumber

columnNumber

int columnNumber

errorMessage

String errorMessage

Class org.drools.semantics.java.Expr extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws Exception
Serialized Fields

originalExpression

String originalExpression

rule

Rule rule

requiredDecls

Declaration[] requiredDecls
Required declarations.


expr

String expr

Class org.drools.semantics.java.ExprCondition extends Expr implements Serializable

Class org.drools.semantics.java.JavaImportEntry extends Object implements Serializable

Serialized Fields

importEntry

String importEntry

Class org.drools.semantics.java.MissingDeclarationException extends DroolsException implements Serializable

Serialized Fields

expr

String expr
The expression.


id

String id
The missing id.

Class org.drools.semantics.java.NonBooleanExprException extends ConditionException implements Serializable

Serialized Fields

expr

String expr
The expression.


Package org.drools.jsr94.rules

Class org.drools.jsr94.rules.Jsr94FactHandle extends FactHandleImpl implements Serializable

Class org.drools.jsr94.rules.Jsr94FactHandleFactory extends Object implements Serializable

Serialized Fields

id

long id
The fact id.


counter

long counter
The number of facts created - used for recency.

Class org.drools.jsr94.rules.RuleExecutionSetMetadataImpl extends Object implements Serializable

Serialized Fields

uri

String uri
The URI for this RuleExecutionSet.


name

String name
The name of this RuleExecutionSet.


description

String description
The description of this RuleExecutionSet.

Class org.drools.jsr94.rules.RuleRuntimeImpl extends Object implements Serializable

Class org.drools.jsr94.rules.StatefulRuleSessionImpl extends RuleSessionImpl implements Serializable


Package org.drools.jsr94.rules.admin

Class org.drools.jsr94.rules.admin.RuleExecutionSetImpl extends Object implements Serializable

Serialized Fields

description

String description
A description of this rule execution set or null if no description is specified.


defaultObjectFilterClassName

String defaultObjectFilterClassName
The default ObjectFilter class name associated with this rule execution set.


properties

Map 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

ObjectFilter objectFilter
The default ObjectFilter class name associated with this rule execution set.

Class org.drools.jsr94.rules.admin.RuleImpl extends Object implements Serializable

Serialized Fields

name

String name
The name of this rule.


description

String description
A description of the rule or null if no description is specified.


properties

Map 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.semantics.groovy

Class org.drools.semantics.groovy.BlockConsequence extends Exec implements Serializable

Class org.drools.semantics.groovy.Eval extends Interp implements Serializable

Serialized Fields

decls

Declaration[] decls
Required decls.

Class org.drools.semantics.groovy.Exec extends Interp implements Serializable

Class org.drools.semantics.groovy.ExprCondition extends Eval implements Serializable

Class org.drools.semantics.groovy.GroovyImportEntry extends Object implements Serializable

Serialized Fields

importEntry

String importEntry

Class org.drools.semantics.groovy.Interp extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Extra work for serialization. re-creates the script object that is not serialized


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Extra work for serialization...

Serialized Fields

text

String text
Text.


rule

Rule rule
The rule.

Class org.drools.semantics.groovy.NonBooleanExprException extends ConditionException implements Serializable

Serialized Fields

expr

String expr
The expression.


Package org.drools.semantics.python

Class org.drools.semantics.python.BlockConsequence extends Exec implements Serializable

Class org.drools.semantics.python.ExprCondition extends Eval implements Serializable

Class org.drools.semantics.python.NonBooleanExprException extends ConditionException implements Serializable

Serialized Fields

expr

String expr
The expression.

Class org.drools.semantics.python.PythonImportEntry extends Object implements Serializable

Serialized Fields

importEntry

String importEntry



Copyright © 2001-2004 The Codehaus. All Rights Reserved.