Serialized Form
Package infosapient.client |
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 |
debug
boolean debug
errorEncountered
boolean errorEncountered
out
java.io.PrintWriter out
m
double[] m
results
double[] results
VECMAX
int VECMAX
currentSolution
double currentSolution
leftChild
FzyClauseComponent leftChild
rightChild
FzyClauseComponent rightChild
dom
double dom
Package infosapient.resolution |
membership
double[] membership
membership
double[] membership
memOfIPSet
double memOfIPSet
outputSet
FzySet outputSet
membership
double[] membership
memOfIPSet
double memOfIPSet
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
dom
double dom
domainValue
double domainValue
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 |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package infosapient.server |
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.
registry
java.util.Hashtable registry
- The registry of BlackMesaClients
Package infosapient.system |
cmdString
java.lang.String cmdString
source
java.lang.Object source
thePackage
java.lang.Object thePackage
direction
int direction
domainApp
double domainApp
myID
java.rmi.server.ObjID myID
typeStrong
boolean typeStrong
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
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
currValue
double currValue
obser
ObservableImpl obser
this$0
FzyAttribute this$0
center
double center
flexPt
double flexPt
falseSet
FzySet falseSet
found
boolean found
trueSet
FzySet trueSet
owner
FzyRuleComponent owner
text
java.lang.StringBuffer text
altGoal
FzyAttribClause altGoal
goal
FzyAttribClause goal
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
attribAdded
boolean attribAdded
component
FzyClauseComponent component
inx
int inx
hasFired
boolean hasFired
myConsequent
FzyConsequent myConsequent
myPremise
FzyPremise myPremise
name
java.lang.String name
ruleText
java.lang.String ruleText
theKB
FzyKnowledgebase theKB
clauseText
java.lang.StringBuffer clauseText
owningRule
FzyRule owningRule
solutionSet
FzySolutionSet solutionSet
theGoal
FzySet theGoal
highInflexionPt
double highInflexionPt
lowInflexionPt
double lowInflexionPt
phighInflexionPt
double phighInflexionPt
plowInflexionPt
double plowInflexionPt
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
owner
FzyRuleComponent owner
setCount
int setCount
myID
java.rmi.server.ObjID myID
name
java.lang.String name
pcs
java.beans.PropertyChangeSupport pcs
vcs
java.beans.VetoableChangeSupport vcs
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
attenWt
double attenWt
center
double center
flexPt
double flexPt
arr
Observer[] arr
changed
boolean changed
obs
java.util.Vector obs
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
btnPanel
java.awt.Panel btnPanel
startBtn
java.awt.Button startBtn
_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
this$0
InfoSapientLauncher this$0
this$0
InfoSapientLauncher this$0
this$0
InfoSapientLauncher this$0
this$0
InfoSapientLauncher this$0
myOwner
InfoSapientLauncher myOwner
this$0
InfoSapientLauncher this$0
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
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
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
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
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.
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
owner
InfoSapientRuleEditor owner
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
this$0
InfoSapientRuleEditor this$0
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
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
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSetList this$0
this$0
InfoSapientSwingSetList this$0
selected
boolean selected
- Whether or not the item that was last configured is selected.
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.
hasLoaded
boolean hasLoaded
- Have the children of this node been loaded yet?
kb
FzyKnowledgebase kb
nameCount
float nameCount
- Number of names.
debug
boolean debug
errorEncountered
boolean errorEncountered
out
java.io.PrintWriter out
message
java.lang.StringBuffer message
theNode
org.w3c.dom.Node theNode
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.
|
PREV
NEXT |
FRAMES
NO FRAMES |
Copyright (c) 2001, Workplace Performance Tools, All Rights Reserved