|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FzyAttribute | |
infosapient.control | |
infosapient.rulecompiler | |
infosapient.server | |
infosapient.system | |
infosapient.ui | |
infosapient.xml |
Uses of FzyAttribute in infosapient.control |
Fields in infosapient.control declared as FzyAttribute | |
(package private) FzyAttribute |
InfoSapientController.currentAttribute
|
Methods in infosapient.control that return FzyAttribute | |
FzyAttribute |
InfoSapientController.getAttribute()
Accessor to return the current attribute. |
Methods in infosapient.control with parameters of type FzyAttribute | |
void |
InfoSapientController.addAttribute(FzyAttribute attrib)
Method to add a newly created FzyAttribute to the knowledgebase. |
private void |
InfoSapientController.processForAttrEd(FzyAttribute fa)
Create a new window based on the attribute provided. |
void |
InfoSapientController.setAttribute(FzyAttribute a)
Accessor to set the current attribute being defined or modified. |
Uses of FzyAttribute in infosapient.rulecompiler |
Methods in infosapient.rulecompiler with parameters of type FzyAttribute | |
private void |
CompileSPRule.addDeducingRule(FzyRule r,
FzyAttribute aac)
|
private void |
CompileSPRule.addReferringRule(FzyRule r,
FzyAttribute aac2)
|
java.lang.Object[] |
CompileSPRule.id(FzyAttribute fa)
Return an identifier of some sort. |
Uses of FzyAttribute in infosapient.server |
Fields in infosapient.server declared as FzyAttribute | |
private FzyAttribute |
InfoSapientKnowledgeWorker.fa
Attribute. |
Uses of FzyAttribute in infosapient.system |
Subclasses of FzyAttribute in infosapient.system | |
class |
FzyBooleanAttribute
Class FzyBooleanAttribute is a convienence class. |
Fields in infosapient.system declared as FzyAttribute | |
private FzyAttribute |
FzyTorquemada.outputAttribute
|
private FzyAttribute |
FzyTorquemada.endGoal
The goal to be solved during the consultation session. |
private FzyAttribute |
FzySet.myAttribute
|
(package private) FzyAttribute |
FzyAttribClause.attribOI
The attributeOfInterest within this clause |
(package private) FzyAttribute |
FzyAttribClause.goalAttribute
Goal Attribute (if present) of the attributeOfInterest. |
private FzyAttribute |
FzyKnowledgebase.goalAttribute
The attribute that we are attempting to determine the value of (defuzzify). |
Methods in infosapient.system that return FzyAttribute | |
private FzyAttribute |
FzyTorquemada.buildOutputSpace()
|
FzyAttribute |
FzySet.getAttribute()
Return this sets owning attribute. |
FzyAttribute |
FzyAttribClause.getAttribute()
Return the attribute Of Interest for this attribute clause. |
FzyAttribute |
FzyAttribClause.getGoalAttribute()
Return the goal attribute for this attribute clause. |
FzyAttribute |
FzyKnowledgebase.getAttribute(java.lang.String withKey)
Return the named FzyAttribute |
FzyAttribute |
FzyKnowledgebase.getGoal()
Return the current Goal of this knowledgebase. |
Methods in infosapient.system with parameters of type FzyAttribute | |
protected void |
FzySet.setAttribute(FzyAttribute fa)
Set the owning attribute for this set. |
void |
FzyAttribClause.setAttribute(FzyAttribute newAttribute)
Set the attribOI for this attribClause. |
void |
FzyAttribClause.setGoalAttribute(FzyAttribute newGoalAttribute)
Insert the method's description here. |
boolean |
FzyKnowledgebase.addAttribute(FzyAttribute anAttrib)
|
java.util.Vector |
FzyKnowledgebase.getConseqClauses(FzyAttribute fa)
Get vector of all consequents that determine given FzyAttribute |
java.util.Hashtable |
FzyKnowledgebase.getDeducingAttributes(FzyAttribute goalAttrib,
java.util.Hashtable attribs)
Return all attributes that are used as parameters to deduce the goal attribute. |
java.util.Vector |
FzyKnowledgebase.getDeducingRulesFor(FzyAttribute attrib)
Return a vector of all rules that refer to this attribute within the rules consequent. |
java.util.Vector |
FzyKnowledgebase.getReferringRulesFor(FzyAttribute attrib)
Return a vector of all rules that refer to this attribute within the rules premise. |
void |
FzyKnowledgebase.removeAttribute(FzyAttribute attrib)
Delete the indicated Attribute. |
void |
FzyKnowledgebase.setGoalAttribute(FzyAttribute theGoal)
|
Constructors in infosapient.system with parameters of type FzyAttribute | |
FzyAttribute.MembershipGreaterThan.FzyAttribute.MembershipGreaterThan(ObservableImpl o,
double currValue)
|
|
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)
|
|
FzyTriangle.FzyTriangle(FzyAttribute fa,
double lowE,
double highE,
double membership)
|
|
FzySolutionSet.FzySolutionSet(FzyAttribute fa)
|
|
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 FzyAttribute in infosapient.ui |
Fields in infosapient.ui declared as FzyAttribute | |
private FzyAttribute |
InfoSapientQuestionDialog.attribute
|
protected FzyAttribute |
InfoSapientLauncher.theAttribute
|
protected FzyAttribute |
InfoSapientAttributeEditor.attribute
|
(package private) FzyAttribute |
FzyAttrGraph.attribute
|
protected FzyAttribute |
InfoSapientSetList.attribute
|
Methods in infosapient.ui that return FzyAttribute | |
protected FzyAttribute |
InfoSapientSetEditor.getAttribute()
|
Methods in infosapient.ui with parameters of type FzyAttribute | |
private void |
InfoSapientLauncher.updateSetsList(FzyAttribute theAttrib)
|
protected void |
InfoSapientAttributeEditor.setAttributeForEdit(FzyAttribute theAttrib)
|
Constructors in infosapient.ui with parameters of type FzyAttribute | |
InfoSapientQuestionDialog.InfoSapientQuestionDialog(FzyAttribute fa)
|
|
InfoSapientQuestionDialog.InfoSapientQuestionDialog(java.awt.Frame pFrame,
boolean modal,
FzyAttribute fa)
|
|
InfoSapientAttributeEditor.InfoSapientAttributeEditor(InfoSapientController theControl,
FzyAttribute fa)
|
|
FzyAttrGraph.FzyAttrGraph(FzyAttribute a)
|
|
InfoSapientSetList.InfoSapientSetList(FzyAttribute attribute,
InfoSapientController controller)
|
Uses of FzyAttribute in infosapient.xml |
Methods in infosapient.xml that return FzyAttribute | |
(package private) FzyAttribute |
KbXMLCompiler.visitAttributeNode(org.w3c.dom.Node node)
Visit "<attribute>" node and create a FzyAttribute. |
Methods in infosapient.xml with parameters of type FzyAttribute | |
(package private) FzySet |
KbXMLCompiler.visitSetNode(org.w3c.dom.Node node,
FzyAttribute attrib)
Visit the set node and return the FzySet Creation date: (12/29/99 5:25:41 PM) |
|
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 |