Serialized Form


Package infosapient.client

Class infosapient.client.InfoSapientClientImpl implements Serializable

Serialized Fields

connect

java.util.Properties connect
Properties object used for connection to InfoSapientService

id

java.rmi.server.ObjID id
ObjID -- used for unique object idenitfication across networks

observableHandler

Observable observableHandler
The handler to pass messages to the actual client requesting them

recipient

java.rmi.server.ObjID recipient
ObjID used as unique identifier for client we are talking to.

service

InfoSapientService service
InfoSapientService that we are using as a mediator to send the message to the client


Package infosapient.control

Class infosapient.control.InfoSapientController implements Serializable

Class infosapient.control.InfoSapientServletController implements Serializable

Serialized Fields

debug

boolean debug

errorEncountered

boolean errorEncountered

out

java.io.PrintWriter out


Package infosapient.hdg

Class infosapient.hdg.FzyHdgABOUT implements Serializable

Class infosapient.hdg.FzyHdgABOVE implements Serializable

Class infosapient.hdg.FzyHdgAFTER implements Serializable

Class infosapient.hdg.FzyHdgAROUND implements Serializable

Class infosapient.hdg.FzyHdgBEFORE implements Serializable

Class infosapient.hdg.FzyHdgBELOW implements Serializable

Class infosapient.hdg.FzyHdgCLOSE implements Serializable

Class infosapient.hdg.FzyHdgCOMPLEMENT implements Serializable

Class infosapient.hdg.FzyHdgDECLINE implements Serializable

Class infosapient.hdg.FzyHdgDECREASE implements Serializable

Class infosapient.hdg.FzyHdgDEFINITELY implements Serializable

Class infosapient.hdg.FzyHdgEXTREMELY implements Serializable

Class infosapient.hdg.FzyHdgGENERALLY implements Serializable

Class infosapient.hdg.FzyHdgINCREASE implements Serializable

Class infosapient.hdg.FzyHdgMOSTLY implements Serializable

Class infosapient.hdg.FzyHdgMUST implements Serializable

Class infosapient.hdg.FzyHdgNEAR implements Serializable

Class infosapient.hdg.FzyHdgNEGATIVE implements Serializable

Class infosapient.hdg.FzyHdgNEGATIVELY implements Serializable

Class infosapient.hdg.FzyHdgNOT implements Serializable

Class infosapient.hdg.FzyHdgPOSITIVE implements Serializable

Class infosapient.hdg.FzyHdgPOSITIVELY implements Serializable

Class infosapient.hdg.FzyHdgROUGHLY implements Serializable

Class infosapient.hdg.FzyHdgSHOULD implements Serializable

Class infosapient.hdg.FzyHdgSLIGHTLY implements Serializable

Class infosapient.hdg.FzyHdgSOMEWHAT implements Serializable

Class infosapient.hdg.FzyHdgVERY implements Serializable

Class infosapient.hdg.FzyHdgVICINITY implements Serializable

Class infosapient.hdg.FzyHedge implements Serializable

Serialized Fields

m

double[] m

results

double[] results

VECMAX

int VECMAX


Package infosapient.opr

Class infosapient.opr.FzyOperator implements Serializable

Serialized Fields

currentSolution

double currentSolution

leftChild

FzyClauseComponent leftChild

rightChild

FzyClauseComponent rightChild

Class infosapient.opr.FzyOprAND implements Serializable

Class infosapient.opr.FzyOprOR implements Serializable

Serialized Fields

dom

double dom


Package infosapient.resolution

Class infosapient.resolution.FzyCorrelation implements Serializable

Class infosapient.resolution.FzyCorrelationAverage implements Serializable

Serialized Fields

membership

double[] membership

Class infosapient.resolution.FzyCorrelationMinimum implements Serializable

Serialized Fields

membership

double[] membership

memOfIPSet

double memOfIPSet

outputSet

FzySet outputSet

Class infosapient.resolution.FzyCorrelationProduct implements Serializable

Serialized Fields

membership

double[] membership

memOfIPSet

double memOfIPSet

Class infosapient.resolution.FzyImplicationADDAGGREGATION implements Serializable

Class infosapient.resolution.FzyImplicationMethod implements Serializable

Serialized Fields

currInx

int currInx

currVECMAX

int currVECMAX

found

boolean found

FS_VECMAX

int FS_VECMAX

fsDomain

double[] fsDomain

fSet

FzySet fSet

fsMembership

double[] fsMembership

ix

int ix

jx

int jx

localDomain

double[] localDomain

localMembership

double[] localMembership

nbrOfVals

int nbrOfVals

setAdded

boolean setAdded

solSet

FzySolutionSet solSet

SOLSET_VECMAX

int SOLSET_VECMAX

solSetDomain

double[] solSetDomain

solSetMembership

double[] solSetMembership

Class infosapient.resolution.FzyImplicationMINMAX implements Serializable

Class infosapient.resolution.FzyResAVERAGE_MAXIMUM implements Serializable

Class infosapient.resolution.FzyResCENTROID implements Serializable

Class infosapient.resolution.FzyResMAXIMUM implements Serializable

Serialized Fields

dom

double dom

domainValue

double domainValue

Class infosapient.resolution.FzyResMAXPLATEAU implements Serializable

Class infosapient.resolution.FzyResolutionException implements Serializable

Class infosapient.resolution.FzyResolutionMethod implements Serializable

Serialized Fields

domainValue

double domainValue

edgeCnt

int edgeCnt

edges

int[] edges

i

int i

indexForDefuzz

int indexForDefuzz

mbrValue

double mbrValue

theKB

FzyKnowledgebase theKB

VECMAX

int VECMAX


Package infosapient.rulecompiler

Class infosapient.rulecompiler.ParseException implements Serializable

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.

eol

java.lang.String eol
The end of line string for this machine.

expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).

tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.

Class infosapient.rulecompiler.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package infosapient.server

Class infosapient.server.InfoSapientKnowledgeWorker implements Serializable

Serialized Fields

alc

InfoSapientController alc
Controller used for mediating requests from rules engine

attrName

java.lang.String attrName
Attribute name. Used in error processing and notification.

fa

FzyAttribute fa
Attribute. Used in error processing and notification.

fs

FzySet fs
Goal set. Used in error processing and notification.

InfoSapientClient

InfoSapientClientImpl InfoSapientClient
InfoSapientClientImpl used to communicate with the objects requesting knowledgebase sessions

kbTypeName

java.lang.String kbTypeName
The type of knowledgebase this thread handles.

name

java.lang.String name
Name of this thread.

runParameters

java.util.Properties runParameters
Consultation session parameters sent from client to this thread. Used for rules processing.

Class infosapient.server.InfoSapientServiceImpl implements Serializable

Serialized Fields

registry

java.util.Hashtable registry
The registry of BlackMesaClients


Package infosapient.system

Class infosapient.system.FSEvent implements Serializable

Serialized Fields

cmdString

java.lang.String cmdString

source

java.lang.Object source

thePackage

java.lang.Object thePackage

Class infosapient.system.FzyAlpha implements Serializable

Serialized Fields

direction

int direction

domainApp

double domainApp

myID

java.rmi.server.ObjID myID

typeStrong

boolean typeStrong

Class infosapient.system.FzyAttribClause implements Serializable

Serialized Fields

attribOI

FzyAttribute attribOI
The attributeOfInterest within this clause

conjName

java.lang.String conjName

goalAttribute

FzyAttribute goalAttribute
Goal Attribute (if present) of the attributeOfInterest.

goalSet

FzySet goalSet
Goal set (if present) of the atttributeOfInterest

hedges

java.util.Vector hedges
A collection of hedges to modify the set.

n

java.lang.Double n
Numeric literal (if present) -- found during parsing this clause. Will be converted to a FzySingleton.

name

java.lang.String name
The name of this attribute clause -- same as the attribOI name.

rh

FzyHedge rh
A restriction hedge, such as increased or decreased

solution

FzySolutionSet solution
The solution set of this Attribute clause

Class infosapient.system.FzyAttribute implements Serializable

Serialized Fields

attributeDescription

java.lang.String attributeDescription

attributeName

java.lang.String attributeName

attributePrompt

java.lang.String attributePrompt

currDomainValue

double currDomainValue

initialValue

double initialValue

sets

java.util.Vector sets

solutionSet

FzySolutionSet solutionSet

solutionSetCreated

boolean solutionSetCreated

theKB

FzyKnowledgebase theKB

Class infosapient.system.FzyAttribute.MembershipGreaterThan implements Serializable

Serialized Fields

currValue

double currValue

obser

ObservableImpl obser

this$0

FzyAttribute this$0

Class infosapient.system.FzyBeta implements Serializable

Serialized Fields

center

double center

flexPt

double flexPt

Class infosapient.system.FzyBooleanAttribute implements Serializable

Serialized Fields

falseSet

FzySet falseSet

found

boolean found

trueSet

FzySet trueSet

Class infosapient.system.FzyClauseComponent implements Serializable

Serialized Fields

owner

FzyRuleComponent owner

text

java.lang.StringBuffer text

Class infosapient.system.FzyConsequent implements Serializable

Serialized Fields

altGoal

FzyAttribClause altGoal

goal

FzyAttribClause goal

Class infosapient.system.FzyGaussian implements Serializable

Class infosapient.system.FzyKnowledgebase implements Serializable

Serialized Fields

attribClauseDictionary

java.util.Hashtable attribClauseDictionary

attributeDictionary

java.util.Hashtable attributeDictionary

authorFirstName

java.lang.String authorFirstName

authorLastName

java.lang.String authorLastName

backChain

boolean backChain
Whether to back chain or not. Currently only supports backchaining.

deducingRules

java.util.Hashtable deducingRules

def_String

java.lang.String def_String

defuzzmethod

FzyResolutionMethod defuzzmethod
How fuzzySet is defuzzified

description

java.lang.String description

fzycorrmethod

FzyCorrelation fzycorrmethod
Correlation method for variable

fzyimplmethod

FzyImplicationMethod fzyimplmethod
Implication Method for fuzzy logic

goalAttribute

FzyAttribute goalAttribute
The attribute that we are attempting to determine the value of (defuzzify).

myFile

java.io.File myFile

name

java.lang.String name

referringRules

java.util.Hashtable referringRules

ruleDictionary

java.util.Hashtable ruleDictionary

runBefore

boolean runBefore
Boolean to determine whether to run the unconditional rules BEFORE/AFTER the conditional rules have run.

solutionSetDict

java.util.Hashtable solutionSetDict

unconditionalRuleDict

java.util.Hashtable unconditionalRuleDict

value

java.lang.String value
current value

writtenDate

java.lang.String writtenDate

Class infosapient.system.FzyPI implements Serializable

Class infosapient.system.FzyPremise implements Serializable

Serialized Fields

attribAdded

boolean attribAdded

component

FzyClauseComponent component

inx

int inx

Class infosapient.system.FzyRule implements Serializable

Serialized Fields

hasFired

boolean hasFired

myConsequent

FzyConsequent myConsequent

myPremise

FzyPremise myPremise

name

java.lang.String name

ruleText

java.lang.String ruleText

theKB

FzyKnowledgebase theKB

Class infosapient.system.FzyRuleComponent implements Serializable

Serialized Fields

clauseText

java.lang.StringBuffer clauseText

owningRule

FzyRule owningRule

solutionSet

FzySolutionSet solutionSet

theGoal

FzySet theGoal

Class infosapient.system.FzySCurve implements Serializable

Serialized Fields

highInflexionPt

double highInflexionPt

lowInflexionPt

double lowInflexionPt

phighInflexionPt

double phighInflexionPt

plowInflexionPt

double plowInflexionPt

Class infosapient.system.FzySet implements Serializable

Serialized Fields

alfaCut

double alfaCut

completeMembership

double completeMembership
completeMembership is the DOMAIN value of the set where the range is == 1.0. (Before defuzzification).

curveSide

int curveSide

domain

double[] domain

hasSolution

boolean hasSolution

hedges

java.util.Stack hedges

height

double height

leftShouldered

boolean leftShouldered

membership

double[] membership

myAttribute

FzyAttribute myAttribute

resolvedValue

double resolvedValue

rightShouldered

boolean rightShouldered

setType

int setType

twoSided

boolean twoSided

VECMAX

int VECMAX

Class infosapient.system.FzySetException implements Serializable

Class infosapient.system.FzySingleton implements Serializable

Class infosapient.system.FzySolutionSet implements Serializable

Serialized Fields

owner

FzyRuleComponent owner

setCount

int setCount

Class infosapient.system.FzySystemComponent implements Serializable

Serialized Fields

myID

java.rmi.server.ObjID myID

name

java.lang.String name

pcs

java.beans.PropertyChangeSupport pcs

vcs

java.beans.VetoableChangeSupport vcs

Class infosapient.system.FzySystemException implements Serializable

Class infosapient.system.FzyTorquemada implements Serializable

Serialized Fields

corrMth

FzyCorrelation corrMth

defuzzMth

FzyResolutionMethod defuzzMth

endGoal

FzyAttribute endGoal
The goal to be solved during the consultation session.

implicMth

FzyImplicationMethod implicMth

outputAttribute

FzyAttribute outputAttribute

outputSpace

FzySolutionSet outputSpace

result

double[] result

runTimeEvent

FSEvent runTimeEvent

suppressNotification

boolean suppressNotification
Used to suppress explainatory messages, warnings, etc, when being used in Server mode.

theKB

FzyKnowledgebase theKB

Class infosapient.system.FzyTriangle implements Serializable

Class infosapient.system.FzyUnconditionalRule implements Serializable

Class infosapient.system.FzyWeightedBeta implements Serializable

Serialized Fields

attenWt

double attenWt

center

double center

flexPt

double flexPt

Class infosapient.system.ObservableImpl implements Serializable

Serialized Fields

arr

Observer[] arr

changed

boolean changed

obs

java.util.Vector obs


Package infosapient.ui

Class infosapient.ui.FzyAttrGraph implements Serializable

Serialized Fields

attribute

FzyAttribute attribute

closeBtn

java.awt.Button closeBtn

displayCanvas

graph.Graph2D displayCanvas

fSetData

graph.DataSet fSetData

graphTitle

java.lang.String graphTitle

refreshBtn

java.awt.Button refreshBtn

VECMAX

int VECMAX

xAxis

graph.Axis xAxis

yAxis

graph.Axis yAxis

Class infosapient.ui.InfoSapient implements Serializable

Serialized Fields

btnPanel

java.awt.Panel btnPanel

startBtn

java.awt.Button startBtn

Class infosapient.ui.InfoSapientAttributeEditor implements Serializable

Class infosapient.ui.InfoSapientInferenceControl implements Serializable

Serialized Fields

_boxPanel

javax.swing.Box _boxPanel

btnPanel

javax.swing.JPanel btnPanel

closeBtn

javax.swing.JButton closeBtn

controller

InfoSapientController controller

displayLayout

java.awt.BorderLayout displayLayout

exec

FzyTorquemada exec

goalAttribChoice

javax.swing.JComboBox goalAttribChoice

goalLabel

javax.swing.JLabel goalLabel

inferLabel

javax.swing.JLabel inferLabel

kbInferArea

javax.swing.JTextArea kbInferArea

runBtn

javax.swing.JButton runBtn

textAreaPanel

javax.swing.JPanel textAreaPanel

Class infosapient.ui.InfoSapientInferenceEditor implements Serializable

Class infosapient.ui.InfoSapientLauncher implements Serializable

Class infosapient.ui.InfoSapientLauncher.allActionListener implements Serializable

Serialized Fields

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.allCancelBtn_ClickedListener implements Serializable

Serialized Fields

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.allCloseBtn_ClickedListener implements Serializable

Serialized Fields

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.allWinListener implements Serializable

Serialized Fields

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.NewKBHandler implements Serializable

Serialized Fields

myOwner

InfoSapientLauncher myOwner

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.WriteAsKBHandler implements Serializable

Serialized Fields

m_dirName

java.lang.String m_dirName

m_fileName

java.lang.String m_fileName

myOwner

java.awt.Frame myOwner

openKBFileDialog

java.awt.FileDialog openKBFileDialog

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncher.WriteKBHandler implements Serializable

Serialized Fields

m_dirName

java.lang.String m_dirName

m_fileName

java.lang.String m_fileName

myOwner

java.awt.Frame myOwner

openKBFileDialog

java.awt.FileDialog openKBFileDialog

this$0

InfoSapientLauncher this$0

Class infosapient.ui.InfoSapientLauncherPanel implements Serializable

Serialized Fields

ivjattribPanel

javax.swing.JPanel ivjattribPanel

ivjAttribsList

javax.swing.JList ivjAttribsList

ivjAttribsScrollPane

javax.swing.JScrollPane ivjAttribsScrollPane

ivjAttributeListModel

javax.swing.DefaultListModel ivjAttributeListModel

ivjInfoSapientLauncherPanelGridLayout

java.awt.GridLayout ivjInfoSapientLauncherPanelGridLayout

ivjJLabel1

javax.swing.JLabel ivjJLabel1

ivjJLabel2

javax.swing.JLabel ivjJLabel2

ivjJLabel3

javax.swing.JLabel ivjJLabel3

ivjRuleListModel

javax.swing.DefaultListModel ivjRuleListModel

ivjrulePanel

javax.swing.JPanel ivjrulePanel

ivjRulesList

javax.swing.JList ivjRulesList

ivjRulesScrollPane

javax.swing.JScrollPane ivjRulesScrollPane

ivjSetListModel

javax.swing.DefaultListModel ivjSetListModel

ivjsetPanel

javax.swing.JPanel ivjsetPanel

ivjSetsList

javax.swing.JList ivjSetsList

ivjSetsScrollPane

javax.swing.JScrollPane ivjSetsScrollPane

Class infosapient.ui.InfoSapientQuestionDialog implements Serializable

Serialized Fields

acceptBtn

javax.swing.JButton acceptBtn

answerTxtFld

javax.swing.JTextField answerTxtFld

attribNameLbl

javax.swing.JLabel attribNameLbl

attribQLbl

javax.swing.JLabel attribQLbl

attribute

FzyAttribute attribute

btnBox

javax.swing.Box btnBox

cancelBtn

javax.swing.JButton cancelBtn

ERRMSG

java.lang.String ERRMSG

fs

FzySet fs

layoutContainer

javax.swing.Box layoutContainer

lblBox

javax.swing.Box lblBox

parent

java.awt.Frame parent

Class infosapient.ui.InfoSapientRuleEditor implements Serializable

Serialized Fields

actionsList

javax.swing.Action[] actionsList

addAction

InfoSapientRuleEditor.AddAction addAction

commands

java.util.Hashtable commands

controller

InfoSapientController controller

createAction

InfoSapientRuleEditor.CreateAction createAction

deleteAction

InfoSapientRuleEditor.DeleteAction deleteAction

editMenu

javax.swing.JPopupMenu editMenu

editor

javax.swing.text.JTextComponent editor

exitAction

InfoSapientRuleEditor.ExitAction exitAction

fileDialog

java.awt.FileDialog fileDialog

frame

javax.swing.JFrame frame

menubar

javax.swing.JMenuBar menubar

menuItems

java.util.Hashtable menuItems

pMenu

javax.swing.JPopupMenu pMenu

redoAction

InfoSapientRuleEditor.RedoAction redoAction

reo

InfoSapientRuleEditor.RuleEditorObservable reo

ruleCompiler

CompileSPRule ruleCompiler

ruleMenu

javax.swing.JPopupMenu ruleMenu

status

javax.swing.JComponent status

theKB

FzyKnowledgebase theKB

theRule

FzyRule theRule

toolbar

javax.swing.JToolBar toolbar

undoAction

InfoSapientRuleEditor.UndoAction undoAction
Actions defined by InfoSapientRuleEditor

undoMgr

javax.swing.undo.UndoManager undoMgr
UndoManager that we add edits to.

Class infosapient.ui.InfoSapientRuleEditor.AddAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.CreateAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.DeleteAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.EditAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.ExitAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.RedoAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.RuleEditorCloser implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.RuleEditorObservable implements Serializable

Serialized Fields

owner

InfoSapientRuleEditor owner

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.StatusBar implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientRuleEditor.UndoAction implements Serializable

Serialized Fields

this$0

InfoSapientRuleEditor this$0

Class infosapient.ui.InfoSapientServerApplet implements Serializable

Serialized Fields

buf

byte[] buf

host

java.lang.String host

is

java.io.BufferedInputStream is

iteration

int iteration

ivjattribListPane

InfoSapientServerTablePanel ivjattribListPane

ivjhostLabelBean

javax.swing.JLabel ivjhostLabelBean

ivjhostNameFld

javax.swing.JTextField ivjhostNameFld

ivjJAppletContentPane

javax.swing.JPanel ivjJAppletContentPane

ivjJEditorPane1

javax.swing.JTextPane ivjJEditorPane1

ivjJLabel1

javax.swing.JLabel ivjJLabel1

ivjJLabel2

javax.swing.JLabel ivjJLabel2

ivjJLabel3

javax.swing.JLabel ivjJLabel3

ivjJPanel1

javax.swing.JPanel ivjJPanel1

ivjJScrollPane1

javax.swing.JScrollPane ivjJScrollPane1

ivjkbNameFld

javax.swing.JTextField ivjkbNameFld

ivjportNumberFld

javax.swing.JTextField ivjportNumberFld

ivjresetBtn

javax.swing.JButton ivjresetBtn

ivjRunTime

javax.swing.JCheckBox ivjRunTime

ivjSPLabel

javax.swing.JLabel ivjSPLabel

ivjsubmitBtn

javax.swing.JButton ivjsubmitBtn

kbName

java.lang.String kbName

os

java.io.PrintStream os

PORT

int PORT

pw

java.io.PrintWriter pw

running

boolean running

runParameters

java.util.Properties runParameters

soc

java.net.Socket soc

start

long start

stop

long stop

Class infosapient.ui.InfoSapientServerTablePanel implements Serializable

Serialized Fields

addRowBtn

javax.swing.JButton addRowBtn

aL

InfoSapientServerTablePanel.ActionListener aL

attributeNames

java.util.Vector attributeNames

btnPanel

javax.swing.JPanel btnPanel

createAttrib

javax.swing.JMenuItem createAttrib

deleteAttrib

javax.swing.JMenuItem deleteAttrib

deleteRowBtn

javax.swing.JButton deleteRowBtn

editAttrib

javax.swing.JMenuItem editAttrib

editRowBtn

javax.swing.JButton editRowBtn

scrollpane

javax.swing.JScrollPane scrollpane

tableModel

javax.swing.table.DefaultTableModel tableModel

tableRows

java.util.Vector tableRows

theTable

javax.swing.JTable theTable

Class infosapient.ui.InfoSapientSetEditor implements Serializable

Class infosapient.ui.InfoSapientSetList implements Serializable

Class infosapient.ui.InfoSapientSetList.ApplyAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.CreateAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.DeleteAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.EditAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.FzySetList_JTable implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.RedoAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSetList.UndoAction implements Serializable

Serialized Fields

this$0

InfoSapientSetList this$0

Class infosapient.ui.InfoSapientSwingSetList implements Serializable

Class infosapient.ui.InfoSapientSwingSetList.MY_JTable implements Serializable

Serialized Fields

this$0

InfoSapientSwingSetList this$0

Class infosapient.ui.InfoSapientTreeCellRenderer implements Serializable

Serialized Fields

selected

boolean selected
Whether or not the item that was last configured is selected.

Class infosapient.ui.InfoSapientTreeDisplay implements Serializable

Serialized Fields

ivjKBTree

javax.swing.JTree ivjKBTree
knowledgebase tree

ivjScrollPane

javax.swing.JScrollPane ivjScrollPane
scroll pane for displaying tree

rootNode

InfoSapientTreeNode rootNode
The root of the kb tree

theKB

FzyKnowledgebase theKB
Knowledgebase

treeModel

javax.swing.tree.DefaultTreeModel treeModel
Tree model.

Class infosapient.ui.InfoSapientTreeNode implements Serializable

Serialized Fields

hasLoaded

boolean hasLoaded
Have the children of this node been loaded yet?

kb

FzyKnowledgebase kb

nameCount

float nameCount
Number of names.


Package infosapient.util

Class infosapient.util.FzySystemListener implements Serializable

Serialized Fields

debug

boolean debug

errorEncountered

boolean errorEncountered

out

java.io.PrintWriter out


Package infosapient.xml

Class infosapient.xml.KBCompileException implements Serializable

Serialized Fields

message

java.lang.StringBuffer message

theNode

org.w3c.dom.Node theNode

Class infosapient.xml.NodeVisitorException implements Serializable

Serialized Fields

message

java.lang.StringBuffer message

theNode

org.w3c.dom.Node theNode


License to use this program is provided under the TERMS OF THE COMMON PUBLIC LICENSE 0.5. ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved