Uses of Class
infosapient.system.FzyRule

Packages that use FzyRule
infosapient.control   
infosapient.rulecompiler   
infosapient.system   
infosapient.ui   
infosapient.xml   
 

Uses of FzyRule in infosapient.control
 

Fields in infosapient.control declared as FzyRule
(package private)  FzyRule InfoSapientController.currentRule
           
 

Methods in infosapient.control that return FzyRule
 FzyRule InfoSapientController.getRule()
          Accessor to get the current rule being created, modified or deleted.
 

Methods in infosapient.control with parameters of type FzyRule
 void InfoSapientController.addRule(FzyRule rule)
          Method to add the created or modified rule to the knowledgebase.
private  void InfoSapientController.processForRuleEd(FzyRule fr)
          Open an Editor on the specified rule.
 void InfoSapientController.setRule(FzyRule r)
          Accessor to set the current rule being created or modified.
 

Uses of FzyRule in infosapient.rulecompiler
 

Methods in infosapient.rulecompiler that return FzyRule
 FzyRule CompileSPRule.compileRule()
          compileRule
 

Methods in infosapient.rulecompiler with parameters of type FzyRule
private  void CompileSPRule.addDeducingRule(FzyRule r, FzyAttribute aac)
           
private  void CompileSPRule.addReferringRule(FzyRule r, FzyAttribute aac2)
           
 FzyAttribClause CompileSPRule.attributeClause(FzyRule r)
           
 FzyConsequent CompileSPRule.consequent(FzyRule r)
           
 FzyClauseComponent CompileSPRule.expression(FzyRule r)
           
 FzyClauseComponent CompileSPRule.parenClause(FzyRule r)
           
 FzyPremise CompileSPRule.premise(FzyRule r)
           
 

Uses of FzyRule in infosapient.system
 

Subclasses of FzyRule in infosapient.system
 class FzyUnconditionalRule
          Class FzyUnconditionalRule implements the behavior of an UNCONDITIONAL rule.
 

Fields in infosapient.system declared as FzyRule
protected  FzyRule FzyRuleComponent.owningRule
           
 

Methods in infosapient.system that return FzyRule
 FzyRule FzyRuleComponent.getRule()
          Return the rule that this component is part of.
 FzyRule FzyRule.addConsequent(FzyConsequent acons)
           
 FzyRule FzyRule.addPremise(FzyPremise aPremise)
           
 FzyRule FzyRule.setFired()
           
 FzyRule FzyRule.setKB(FzyKnowledgebase akb)
           
 FzyRule FzyKnowledgebase.getRule(java.lang.String rNameAsKey)
           
 FzyRule FzyUnconditionalRule.addConsequent(FzyConsequent fc)
           
 

Methods in infosapient.system with parameters of type FzyRule
private  void FzyTorquemada.evaluateRule(FzyRule aRule)
          Evaluate the premise to see if we can determine the consequent.
 FzyRuleComponent FzyRuleComponent.setRule(FzyRule owner)
          Set the rule that this component belongs to.
 boolean FzyKnowledgebase.addRule(FzyRule aRule)
           
 void FzyKnowledgebase.removeRule(FzyRule r)
          Remove a rule from the rules dictionary, and each vector pointed to by the FzyAttribute in the Hashtables 'referringRules' and 'deducingRules'
 

Constructors in infosapient.system with parameters of type FzyRule
FzyPremise.FzyPremise(FzyRule rule)
           
FzyConsequent.FzyConsequent(FzyRule rule)
           
 

Uses of FzyRule in infosapient.ui
 

Fields in infosapient.ui declared as FzyRule
protected  FzyRule InfoSapientRuleEditor.theRule
           
 

Methods in infosapient.ui that return FzyRule
 FzyRule InfoSapientRuleEditor.getRule()
           
 

Methods in infosapient.ui with parameters of type FzyRule
 void InfoSapientRuleEditor.setRule(FzyRule aRule)
           
 

Constructors in infosapient.ui with parameters of type FzyRule
InfoSapientRuleEditor.InfoSapientRuleEditor(InfoSapientController theControl, FzyRule aRule)
           
 

Uses of FzyRule in infosapient.xml
 

Fields in infosapient.xml declared as FzyRule
private  FzyRule KbXMLCompiler.theRule
           
 

Methods in infosapient.xml that return FzyRule
(package private)  FzyRule KbXMLCompiler.getRule()
          Return current rule
(package private)  FzyRule KbXMLCompiler.visitRuleNode(org.w3c.dom.Node node)
          Visit a rule node and return a compiled rule.
 

Methods in infosapient.xml with parameters of type FzyRule
(package private)  void KbXMLCompiler.setRule(FzyRule newRule)
           
 


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