Uses of Class
infosapient.system.FzyKnowledgebase

Packages that use FzyKnowledgebase
infosapient.control   
infosapient.resolution   
infosapient.rulecompiler   
infosapient.system   
infosapient.ui   
infosapient.util   
infosapient.xml   
 

Uses of FzyKnowledgebase in infosapient.control
 

Fields in infosapient.control declared as FzyKnowledgebase
(package private)  FzyKnowledgebase InfoSapientController.theKB
           
 

Methods in infosapient.control that return FzyKnowledgebase
 FzyKnowledgebase InfoSapientController.getKB()
          Accessor method to return the knowledgebase.
 FzyKnowledgebase ControllerFacade.createKB(java.lang.String name)
          Has the FzyEngineController create a KB and return it Creation date: (12/13/1999 10:54:14 AM)
 FzyKnowledgebase ControllerFacade.getKB()
          Returns a reference to the knowledgebase.
 FzyKnowledgebase ControllerFacade.openKB(java.lang.String name)
          Has the FzyEngineController open a KB and return it Creation date: (12/14/1999 10:54:14 AM)
 

Methods in infosapient.control with parameters of type FzyKnowledgebase
 void InfoSapientController.setKB(FzyKnowledgebase kb)
          Sets the knowledge base for the controller Creation date: (12/13/1999 10:32:17 AM)
 void ControllerFacade.setKB(FzyKnowledgebase newKB)
          Sets the controller's knowledgebase Creation date: (12/13/1999 10:46:02 AM)
 

Constructors in infosapient.control with parameters of type FzyKnowledgebase
WriteKBHandler.WriteKBHandler(FzyKnowledgebase theKB, java.lang.String fn)
          Constructor for WriteKBHandler.
ControllerFacade.ControllerFacade(FzyKnowledgebase kb)
          A constructor that sets the reference to a knowledgebase.
 

Uses of FzyKnowledgebase in infosapient.resolution
 

Fields in infosapient.resolution declared as FzyKnowledgebase
private  FzyKnowledgebase FzyResolutionMethod.theKB
           
 

Methods in infosapient.resolution that return FzyKnowledgebase
 FzyKnowledgebase FzyResolutionMethod.getKB()
           
 

Methods in infosapient.resolution with parameters of type FzyKnowledgebase
 void FzyResolutionMethod.setKB(FzyKnowledgebase akb)
           
 

Uses of FzyKnowledgebase in infosapient.rulecompiler
 

Fields in infosapient.rulecompiler declared as FzyKnowledgebase
private  FzyKnowledgebase CompileSPRule.theKB
           
 

Methods in infosapient.rulecompiler that return FzyKnowledgebase
 FzyKnowledgebase CompileSPRule.getKB()
           
 

Methods in infosapient.rulecompiler with parameters of type FzyKnowledgebase
static CompileSPRule CompileSPRule.newCompiler(FzyKnowledgebase kb, java.lang.String ruleAsString)
           
 void CompileSPRule.setKB(FzyKnowledgebase kb)
           
 

Constructors in infosapient.rulecompiler with parameters of type FzyKnowledgebase
CompileSPRule.CompileSPRule(FzyKnowledgebase kb, CompileSPRuleTokenManager tm)
           
 

Uses of FzyKnowledgebase in infosapient.system
 

Fields in infosapient.system declared as FzyKnowledgebase
private  FzyKnowledgebase FzyTorquemada.theKB
           
private  FzyKnowledgebase FzyAttribute.theKB
           
private  FzyKnowledgebase FzyRule.theKB
           
 

Methods in infosapient.system that return FzyKnowledgebase
 FzyKnowledgebase FzyAttribute.getKB()
          Return the Knowledgebase that this attribute belongs to.
 FzyKnowledgebase FzyRule.getKB()
          Insert the method's description here.
 

Methods in infosapient.system with parameters of type FzyKnowledgebase
 FzyRule FzyRule.setKB(FzyKnowledgebase akb)
           
 

Constructors in infosapient.system with parameters of type FzyKnowledgebase
FzyTorquemada.FzyTorquemada(FzyKnowledgebase kb)
          Constructor used to execute within visual environment
FzyTorquemada.FzyTorquemada(FzyKnowledgebase kb, boolean rt)
          Constructor used to notify Executive that no information messages will be output during rule processing.
FzyAttribute.FzyAttribute(FzyKnowledgebase kb)
           
FzyAttribute.FzyAttribute(java.lang.String attribName, FzyKnowledgebase kb)
           
FzyAttribute.FzyAttribute(java.lang.String attribName, java.lang.String attribDesc, java.lang.String attribPrompt, FzyKnowledgebase kb)
          Create a new attribute with name, description, prompt, and knowledgebase.
FzyBooleanAttribute.FzyBooleanAttribute(FzyKnowledgebase kb)
           
FzyBooleanAttribute.FzyBooleanAttribute(java.lang.String name, FzyKnowledgebase kb)
           
FzyBooleanAttribute.FzyBooleanAttribute(java.lang.String name, FzyKnowledgebase kb, int type)
           
FzyBooleanAttribute.FzyBooleanAttribute(java.lang.String name, java.lang.String desc, java.lang.String prompt, FzyKnowledgebase kb, int type)
          This constructor was added in order to set the prompt and description as in the super class FzyAttribute Author: Chris Leising Created: 01/25/2000
FzyRule.FzyRule(FzyKnowledgebase aKB)
           
FzyRule.FzyRule(FzyKnowledgebase aKB, java.lang.String rt)
           
FzyUnconditionalRule.FzyUnconditionalRule(FzyKnowledgebase kb)
           
 

Uses of FzyKnowledgebase in infosapient.ui
 

Fields in infosapient.ui declared as FzyKnowledgebase
private  FzyKnowledgebase InfoSapientTreeDisplay.theKB
          Knowledgebase
protected  FzyKnowledgebase InfoSapientLauncher.theKB
           
protected  FzyKnowledgebase InfoSapientRuleEditor.theKB
           
(package private)  FzyKnowledgebase InfoSapientTreeNode.kb
           
 

Methods in infosapient.ui that return FzyKnowledgebase
protected  FzyKnowledgebase InfoSapientInferenceEditor.getKB()
           
 FzyKnowledgebase InfoSapientTreeDisplay.getKB()
          Return the knowledgebase Creation date: (05/09/01 12:31:33 PM)
 

Methods in infosapient.ui with parameters of type FzyKnowledgebase
protected  void InfoSapientTreeDisplay.loadChildren(FzyKnowledgebase kb)
          Creates a tree from the knowledgebase object.
 void InfoSapientTreeDisplay.setKB(FzyKnowledgebase newTheKB)
          set the knowledgebase for this panel.
 

Constructors in infosapient.ui with parameters of type FzyKnowledgebase
InfoSapientTreeDisplay.InfoSapientTreeDisplay(FzyKnowledgebase kb)
          InfoSapientTreeDisplay constructor comment.
 

Uses of FzyKnowledgebase in infosapient.util
 

Methods in infosapient.util with parameters of type FzyKnowledgebase
static java.lang.String SPServletUtils.getKbForEdit(FzyKnowledgebase kb)
          Returns attributes about a knowledgebase in html table format.
 

Uses of FzyKnowledgebase in infosapient.xml
 

Fields in infosapient.xml declared as FzyKnowledgebase
private  FzyKnowledgebase KbXMLCompiler.theKB
           
 

Methods in infosapient.xml that return FzyKnowledgebase
 FzyKnowledgebase KbXMLCompiler.compileKbXML()
          Insert the method's description here.
 FzyKnowledgebase KbXMLCompiler.compileXML(org.w3c.dom.Node rootNode)
          Compile the xml node into a FzyKnowledgebase Creation date: (2/8/00 1:21:48 PM)
 FzyKnowledgebase KbXMLCompiler.getKB()
          Return the current knowledgebase.
(package private)  FzyKnowledgebase KbXMLCompiler.visitKbNode(org.w3c.dom.Node node)
          Return a Knowledgebase compiled from XML tagged data.
 

Methods in infosapient.xml with parameters of type FzyKnowledgebase
(package private)  void KbXMLCompiler.setKB(FzyKnowledgebase newKB)
          Set the knowledgebase for this parse session.
 


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