Serialized Form


Package jess

Class jess.Activation implements Serializable

Serialized Fields

m_token

Token m_token
Token is the token that got us fired.

m_rule

Defrule m_rule
Rule is the rule we will fire.

m_inactive

boolean m_inactive
True if activation has been cancelled

m_seq

int m_seq

Class jess.BagFunctions implements Serializable

Class jess.Batch implements Serializable

Class jess.BindingValue implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_factNumber

int m_factNumber

m_slotIndex

int m_slotIndex

m_subIndex

int m_subIndex

m_type

int m_type

Class jess.Console implements Serializable

Serialized Fields

m_panel

ConsolePanel m_panel

m_rete

Rete m_rete

m_doEcho

boolean m_doEcho

Class jess.ConsoleApplet implements Serializable

Serialized Fields

m_panel

ConsolePanel m_panel

m_rete

Rete m_rete

m_thread

java.lang.Thread m_thread

m_main

Main m_main

Class jess.ConsolePanel implements Serializable

Serialized Fields

m_taw

TextAreaWriter m_taw

m_tf

java.awt.TextField m_tf

m_in

TextReader m_in

m_rete

Rete m_rete

Class jess.Context implements Serializable

Serialized Fields

m_variables

java.util.Hashtable m_variables

m_parent

Context m_parent

m_return

boolean m_return

m_retval

Value m_retval

m_logicalSupportNode

jess.LogicalNode m_logicalSupportNode

m_token

Token m_token

m_fact

Fact m_fact

m_inAdvice

boolean m_inAdvice

Class jess.Deffacts implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_module

java.lang.String m_module

m_facts

java.util.ArrayList m_facts

m_docstring

java.lang.String m_docstring

m_string

java.lang.String m_string

Class jess.Deffunction implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_docstring

java.lang.String m_docstring

m_arguments

java.util.ArrayList m_arguments

m_actions

java.util.ArrayList m_actions

m_hasWildcard

boolean m_hasWildcard

Class jess.Deffunction.Argument implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_type

int m_type

Class jess.Defglobal implements Serializable

Serialized Fields

m_name

java.lang.String m_name

m_value

Value m_value

Class jess.Defquery implements Serializable

Serialized Fields

m_results

java.util.ArrayList m_results

m_queryVariables

java.util.ArrayList m_queryVariables

Class jess.Defrule implements Serializable

Serialized Fields

m_activations

java.util.Hashtable m_activations

m_actions

Funcall[] m_actions

m_nActions

int m_nActions

m_salience

int m_salience

m_salienceVal

Value m_salienceVal

m_autoFocus

boolean m_autoFocus

m_logicalNode

jess.LogicalNode m_logicalNode

m_logicalSize

int m_logicalSize

Class jess.Deftemplate implements Serializable

Serialized Fields

m_backchain

boolean m_backchain

m_baseName

java.lang.String m_baseName

m_fullName

java.lang.String m_fullName

m_docstring

java.lang.String m_docstring

m_parent

Deftemplate m_parent

m_data

ValueVector m_data

m_indexes

java.util.HashMap m_indexes

m_module

java.lang.String m_module

Class jess.DumpFunctions implements Serializable

Class jess.Fact implements Serializable

Serialized Fields

m_id

int m_id

m_deft

Deftemplate m_deft

m_shadow

boolean m_shadow

m_name

java.lang.String m_name

m_icon

Fact m_icon

m_time

int m_time

Class jess.FactIDValue implements Serializable

Class jess.Funcall implements Serializable

Serialized Fields

m_funcall

jess.FunctionHolder m_funcall

Class jess.FuncallValue implements Serializable

Class jess.HasLHS implements Serializable

Serialized Fields

m_module

java.lang.String m_module

m_name

java.lang.String m_name

m_displayName

java.lang.String m_displayName

m_docstring

java.lang.String m_docstring

m_nodes

java.util.ArrayList m_nodes

m_bindings

java.util.Hashtable m_bindings

m_patts

java.util.ArrayList m_patts

m_nodeIndexHash

int m_nodeIndexHash

m_compilationTrace

java.lang.StringBuffer m_compilationTrace

m_new

boolean m_new

m_frozen

boolean m_frozen

m_next

HasLHS m_next

Class jess.HeapPriorityQueue implements Serializable

Serialized Fields

m_queue

Activation[] m_queue

m_strategy

Strategy m_strategy

m_size

int m_size

Class jess.JessEvent implements Serializable

Serialized Fields

m_obj

java.lang.Object m_obj

m_type

int m_type

Class jess.JessException implements Serializable

Serialized Fields

m_nextException

java.lang.Throwable m_nextException

m_lineNumber

int m_lineNumber

m_message

java.lang.String m_message

m_routine

java.lang.String m_routine

m_data

java.lang.String m_data

m_programText

java.lang.String m_programText

m_context

java.lang.StringBuffer m_context

Class jess.LispFunctions implements Serializable

Class jess.LongValue implements Serializable

Serialized Fields

m_long

long m_long

Class jess.MathFunctions implements Serializable

Class jess.MiscFunctions implements Serializable

Class jess.ModuleFunctions implements Serializable

Class jess.MultiFunctions implements Serializable

Class jess.Node implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m_usecount

int m_usecount
How many rules use me?

m_succ

Node[] m_succ

m_nSucc

int m_nSucc

Class jess.Pattern implements Serializable

Serialized Fields

m_deft

Deftemplate m_deft
The deftemplate corresponding to this pattern

m_added

boolean m_added

m_tests

Test1[][] m_tests

m_slotLengths

int[] m_slotLengths

m_negated

int m_negated

m_logical

boolean m_logical

m_unique

boolean m_unique

m_explicit

boolean m_explicit

m_class

java.lang.String m_class

m_boundName

java.lang.String m_boundName

Class jess.PredFunctions implements Serializable

Class jess.ReflectFunctions implements Serializable

Class jess.Rete implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

m_applet

java.applet.Applet m_applet

m_globalContext

Context m_globalContext

m_resetGlobals

boolean m_resetGlobals

m_deffacts

java.util.ArrayList m_deffacts

m_defglobals

java.util.ArrayList m_defglobals

m_functions

java.util.HashMap m_functions

m_factList

jess.FactList m_factList

m_definstanceList

jess.DefinstanceList m_definstanceList

m_rules

java.util.HashMap m_rules

m_compiler

jess.ReteCompiler m_compiler

m_storage

java.util.HashMap m_storage

m_agenda

jess.Agenda m_agenda

m_classImports

java.util.Hashtable m_classImports

m_packageImports

java.util.ArrayList m_packageImports

m_watchInfo

boolean[] m_watchInfo

Class jess.RU implements Serializable

Class jess.RuleCompilerException implements Serializable

Class jess.StringFunctions implements Serializable

Class jess.Test1 implements Serializable

Serialized Fields

m_test

int m_test
What test to do (Test1.EQ, Test1.NEQ, etc)

m_subIdx

int m_subIdx
Which subslot within a multislot (0,1,2...)

m_slotValue

Value m_slotValue
The datum to test against

m_conjunction

int m_conjunction
AND or OR

Class jess.Token implements Serializable

Serialized Fields

m_tag

int m_tag

m_negcnt

int m_negcnt

m_sortcode

int m_sortcode
sortcode is used by the engine to hash tokens and prevent long linear memory searches

m_fact

Fact m_fact

m_size

int m_size

m_parent

Token m_parent

m_time

int m_time
The total time step represented by all of this token's facts.

Class jess.Value implements Serializable

Serialized Fields

m_type

int m_type

m_intval

int m_intval

m_floatval

double m_floatval

m_objectval

java.lang.Object m_objectval

Class jess.ValueVector implements Serializable

Serialized Fields

m_v

Value[] m_v

m_ptr

int m_ptr

Class jess.Variable implements Serializable

Class jess.ViewFunctions implements Serializable


Package jess.awt

Class jess.awt.Canvas implements Serializable

Serialized Fields

m_fc

Funcall m_fc

m_engine

Rete m_engine

Class jess.awt.TextAreaWriter implements Serializable

Serialized Fields

m_str

java.lang.StringBuffer m_str

m_ta

java.awt.TextArea m_ta

m_size

int m_size

Class jess.awt.TextReader implements Serializable

Serialized Fields

m_buf

java.lang.StringBuffer m_buf

m_ptr

int m_ptr

m_dontWait

boolean m_dontWait


Package jess.factory

Class jess.factory.FactoryImpl implements Serializable


© 1997 E.J. Friedman-Hill and Sandia Corporation