Uses of Class
infosapient.system.FzyClauseComponent

Packages that use FzyClauseComponent
infosapient.opr   
infosapient.rulecompiler   
infosapient.system   
 

Uses of FzyClauseComponent in infosapient.opr
 

Subclasses of FzyClauseComponent in infosapient.opr
 class FzyOperator
          Class FzyOperator embodies the behavior of a fuzzy operator @see FzyOprAND @see FzyOprOR
 class FzyOprAND
           
 class FzyOprOR
          Class FzyOprOR implements the Zadeh (standard fuzzy) OR: Math.max(value1, value2)
 

Fields in infosapient.opr declared as FzyClauseComponent
protected  FzyClauseComponent FzyOperator.rightChild
           
protected  FzyClauseComponent FzyOperator.leftChild
           
 

Methods in infosapient.opr that return FzyClauseComponent
 FzyClauseComponent FzyOperator.getLeftChild()
           
 FzyClauseComponent FzyOperator.getRightChild()
           
 

Methods in infosapient.opr with parameters of type FzyClauseComponent
 void FzyOperator.setLeftChild(FzyClauseComponent fcc)
           
 void FzyOperator.setRightChild(FzyClauseComponent fcc)
           
 

Uses of FzyClauseComponent in infosapient.rulecompiler
 

Methods in infosapient.rulecompiler that return FzyClauseComponent
 FzyClauseComponent CompileSPRule.expression(FzyRule r)
           
 FzyClauseComponent CompileSPRule.parenClause(FzyRule r)
           
 

Uses of FzyClauseComponent in infosapient.system
 

Subclasses of FzyClauseComponent in infosapient.system
 class FzyAttribClause
          Class AttribClause implements the concept of a rule clause.
 class FzyAttribute
          Class FzyAttribute represents the 'Universe of Discourse' for a fuzzy space.
 class FzyBeta
           
 class FzyBooleanAttribute
          Class FzyBooleanAttribute is a convienence class.
 class FzyGaussian
          Class FzyGaussian builds a fuzzy set surface based on the classic Gaussian function rather than a sigmoidal function.
 class FzyPI
           
 class FzySCurve
          Class FzySCurve
 class FzySet
          Class FzySet is the abstract class of all fuzzy set representations.
 class FzySingleton
           
 class FzySolutionSet
          FzySolutionSet implements the output sets(solutions) of the fuzzy expert system.
 class FzyTriangle
           
 class FzyWeightedBeta
           
 

Fields in infosapient.system declared as FzyClauseComponent
private  FzyClauseComponent FzyPremise.component
           
 

Methods in infosapient.system that return FzyClauseComponent
private  FzyClauseComponent FzyTorquemada.evaluateComponent(FzyClauseComponent fcc)
          Attempt to evaluate the FzyClauseComponent.
 FzyClauseComponent FzyPremise.getComponent()
          Return the clause component -- either a infosapient.parseObjects.ASTAttribClause or a infosapient.opr.FzyOperator.
 

Methods in infosapient.system with parameters of type FzyClauseComponent
private  FzyClauseComponent FzyTorquemada.evaluateComponent(FzyClauseComponent fcc)
          Attempt to evaluate the FzyClauseComponent.
private  void FzyPremise.getAttributesForClause(FzyClauseComponent comp, java.util.Vector v)
          A recursive method that parses a premise for its FzyAttributes.
 void FzyPremise.setComponent(FzyClauseComponent fcc)
          Add an ASTAttribClause to the Premise.
 


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