Uses of Class
infosapient.system.FzySystemException

Packages that use FzySystemException
infosapient.hdg   
infosapient.opr   
infosapient.resolution   
infosapient.system   
infosapient.util   
 

Uses of FzySystemException in infosapient.hdg
 

Methods in infosapient.hdg that throw FzySystemException
static FzyHedge FzyHedge.CreateHedgeFor(java.lang.String hName)
          Factory method for creating a hedge without knowledge of actual classes.
 

Uses of FzySystemException in infosapient.opr
 

Methods in infosapient.opr that throw FzySystemException
abstract  void FzyOperator.apply(double value0, double value1)
           
static FzyOperator FzyOperator.CreateOperatorFor(java.lang.String name)
          Factory method for FzyOperator.
 

Uses of FzySystemException in infosapient.resolution
 

Methods in infosapient.resolution that throw FzySystemException
abstract  void FzyImplicationMethod.applyImplicationMethod(FzySet setTobeAdded, FzySolutionSet solSet)
           
 void FzyImplicationADDAGGREGATION.applyImplicationMethod(FzySet fs, FzySolutionSet sSet)
           
protected  java.util.Vector FzyResolutionMethod._findPlateau(FzySet fset)
          Return the int array representing the left and right hand side of the plateau in the membership function.
protected  int[] FzyResolutionMethod.findPlateau(FzySet fset)
          Return the int array representing the left and right hand side of the plateau in the membership function.
 double FzyResolutionMethod.monotonicSolution(FzySet fromSet, FzySet toSet, double fromDomValue)
          Calculate a solution for a monotonic space.
 void FzyImplicationMINMAX.applyImplicationMethod(FzySet fs, FzySolutionSet sSet)
           
 

Uses of FzySystemException in infosapient.system
 

Methods in infosapient.system that throw FzySystemException
private  FzyClauseComponent FzyTorquemada.evaluateComponent(FzyClauseComponent fcc)
          Attempt to evaluate the FzyClauseComponent.
 double FzySet.domainForMembership(double m)
          Return the mean of domain(s) that are mapped to a membership value.
 double FzySet.getDOM(double domainValue)
          Returns a membership value between 0.0 and 1.0 given a domain value contained within this set.
 int FzySet.getIndexForDomain(double domainValue)
           
 void FzySet.initializeDomain(double low, double high)
          Validate the low and high domain to make sure we can do calculations.
abstract  FzySet FzySet.initializeMembership()
          This method must be implemented by my subclasses.
 FzySet FzySet.validate(double low, double high)
          Validate the low and high domain to make sure we can do calculations.
 FzySet FzySet.validate(double low, double high, double m)
          Validate to make sure we can do calculations.
 FzySet FzySCurve.initializeMembership()
          Initialize this set's membership using a sinusoid (logistical) function.
 FzySet FzyTriangle.initializeMembership()
           
 FzySet FzyAttribClause.getGoal()
          Returns the goal fuzzy set of this clause with the hedges applied.
 

Constructors in infosapient.system that throw FzySystemException
FzySCurve.FzySCurve(FzyAttribute fa, double lowE, double hiE, double m)
           
FzyPI.FzyPI(FzyAttribute fa, double center, double width)
           
FzySingleton.FzySingleton(FzyAttribute fa, double d)
           
FzyBeta.FzyBeta(FzyAttribute fa, double c, double f)
           
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
FzyTriangle.FzyTriangle(FzyAttribute fa, double lowE, double highE, double membership)
           
FzyWeightedBeta.FzyWeightedBeta(FzyAttribute fa, double c, double f, double a)
           
FzyGaussian.FzyGaussian(FzyAttribute fa, double center, double kFactor)
          Constructor for creating a fuzzy set using a gaussian function.
 

Uses of FzySystemException in infosapient.util
 

Methods in infosapient.util that throw FzySystemException
static void Format.print(java.io.PrintStream s, java.lang.String fmt, char x)
          Deprecated.  
static void Format.print(java.io.PrintStream s, java.lang.String fmt, double x)
          Deprecated.  
static void Format.print(java.io.PrintStream s, java.lang.String fmt, long x)
          Deprecated.  
static void Format.print(java.io.PrintStream s, java.lang.String fmt, java.lang.String x)
          Deprecated.  
 


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