|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observable | |
infosapient.client | |
infosapient.control | |
infosapient.hdg | |
infosapient.opr | |
infosapient.resolution | |
infosapient.server | |
infosapient.system | |
infosapient.ui | |
infosapient.util |
Uses of Observable in infosapient.client |
Fields in infosapient.client declared as Observable | |
private Observable |
InfoSapientClientImpl.observableHandler
The handler to pass messages to the actual client requesting them |
Uses of Observable in infosapient.control |
Classes in infosapient.control that implement Observable | |
class |
InfoSapientController
Class InfoSapientController mediates the state for the rules Server and the knowledgebase development environment. |
class |
InfoSapientServletController
A specialization of InfoSapientController to deal with the idiosyncrasies of servlets. |
Methods in infosapient.control with parameters of type Observable | |
void |
InfoSapientController.update(Observable obser,
java.lang.Object obj)
Method to support the Observer interface. |
void |
InfoSapientServletController.update(Observable obser,
java.lang.Object obj)
Receives the notification of an event and acts on it. |
Uses of Observable in infosapient.hdg |
Classes in infosapient.hdg that implement Observable | |
class |
FzyHdgABOUT
public class FzyHdgABOUT modifies the fuzzy set surface by squaring each value within the membership array. |
class |
FzyHdgABOVE
FzyHdgABOVE sets the membership of all domain values below the complete membership point to be zero. All membership values above the complete membership point are assigned 1.0 - m[i].This has the effect of ramping gradually, so that 100% Membership == high domain value. |
class |
FzyHdgAFTER
Class FzyHdgAFTER applies m[i] = 0.0 for all domain values below/before
m[i] == 1.0 and m[i] = 1.0 - m[i]
for all values after/above. |
class |
FzyHdgAROUND
Class FzyHdgAROUND broadens the membership around the maximum height of the set, by raising m[i] to @link FzyHedge.AROUND_EXP . |
class |
FzyHdgBEFORE
|
class |
FzyHdgBELOW
|
class |
FzyHdgCLOSE
|
class |
FzyHdgCOMPLEMENT
|
class |
FzyHdgDECLINE
|
class |
FzyHdgDECREASE
|
class |
FzyHdgDEFINITELY
|
class |
FzyHdgEXTREMELY
|
class |
FzyHdgGENERALLY
|
class |
FzyHdgINCREASE
|
class |
FzyHdgMOSTLY
|
class |
FzyHdgMUST
|
class |
FzyHdgNEAR
|
class |
FzyHdgNEGATIVE
|
class |
FzyHdgNEGATIVELY
|
class |
FzyHdgNOT
|
class |
FzyHdgPOSITIVE
class FzyHdgPOSITIVE examines each truth membership value to see if it is above or below the 0.5 test. |
class |
FzyHdgPOSITIVELY
|
class |
FzyHdgROUGHLY
|
class |
FzyHdgSHOULD
FzyHdgSHOULD is equivalent to 'is'; therefore it does nothing but return the set. |
class |
FzyHdgSLIGHTLY
|
class |
FzyHdgSOMEWHAT
FzyHdgSOMEWHAT raises the membership of the specified set to 0.5. |
class |
FzyHdgVERY
|
class |
FzyHdgVICINITY
|
class |
FzyHedge
Class FzyHedge are fuzzy set quantifiers. |
Uses of Observable in infosapient.opr |
Classes in infosapient.opr that implement Observable | |
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) |
Uses of Observable in infosapient.resolution |
Classes in infosapient.resolution that implement Observable | |
class |
FzyCorrelation
|
class |
FzyCorrelationAverage
|
class |
FzyCorrelationMinimum
|
class |
FzyCorrelationProduct
|
class |
FzyImplicationADDAGGREGATION
|
class |
FzyImplicationMethod
|
class |
FzyImplicationMINMAX
|
class |
FzyResAVERAGE_MAXIMUM
Return the mean of domain(s) that are mapped to a membership value. |
class |
FzyResCENTROID
|
class |
FzyResMAXIMUM
|
class |
FzyResMAXPLATEAU
|
class |
FzyResolutionMethod
FzyResolutionMethod.java |
Uses of Observable in infosapient.server |
Methods in infosapient.server with parameters of type Observable | |
void |
InfoSapientKnowledgeWorker.update(Observable obs,
java.lang.Object obj)
|
Uses of Observable in infosapient.system |
Classes in infosapient.system that implement Observable | |
class |
FSEvent
|
class |
FzyAlpha
|
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 |
FzyClauseComponent
Class FzyClauseComponent is the abstract superclass of rule clause components; namely, |
class |
FzyConsequent
FzyConsequent models the "then" portion of a rule. |
class |
FzyGaussian
Class FzyGaussian builds a fuzzy set surface based on the classic Gaussian function rather than a sigmoidal function. |
class |
FzyKnowledgebase
Class FzyKnowledgebase is the repository for all of the information about this problem domain. |
class |
FzyPI
|
class |
FzyPremise
Class FzyPremise implements the behavior for a rule's PREMISE(also called the antecedent). |
class |
FzyRule
|
class |
FzyRuleComponent
|
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 |
FzySystemComponent
|
class |
FzyTorquemada
Class FzyTorquemada is responsible for controlling the execution of the rules within the knowledgebase. |
class |
FzyTriangle
|
class |
FzyUnconditionalRule
Class FzyUnconditionalRule implements the behavior of an UNCONDITIONAL rule. |
class |
FzyWeightedBeta
|
class |
ObservableImpl
This class represents an observable object, or "data" in the model-view paradigm. |
Methods in infosapient.system with parameters of type Observable | |
void |
FzyAttribute.update(Observable obser,
java.lang.Object obj)
Used by the objects that I am observing to let me know that their state has changed. |
void |
FzyRuleComponent.update(Observable fso,
java.lang.Object obj)
Used by the objects that I am observing (@see infosapient.Observable). |
void |
FzyRule.update(Observable juo,
java.lang.Object obj)
|
void |
Observer.update(Observable obser,
java.lang.Object obj)
|
void |
FzyAttribClause.update(Observable juo,
java.lang.Object obj)
|
void |
FzyKnowledgebase.update(Observable fso,
java.lang.Object obj)
Notifications of objects that this KB is observing. |
Uses of Observable in infosapient.ui |
Classes in infosapient.ui that implement Observable | |
(package private) class |
InfoSapientRuleEditor.RuleEditorObservable
|
Methods in infosapient.ui with parameters of type Observable | |
void |
InfoSapientInferenceEditor.update(Observable observ,
java.lang.Object obj)
|
void |
InfoSapientInferenceControl.update(Observable juo,
java.lang.Object obj)
|
void |
InfoSapientLauncher.update(Observable observ,
java.lang.Object obj)
|
void |
InfoSapientAttributeEditor.update(Observable observ,
java.lang.Object arg)
|
void |
InfoSapientRuleEditor.update(Observable observ,
java.lang.Object obj)
|
void |
InfoSapientSetEditor.update(Observable observ,
java.lang.Object obj)
|
Uses of Observable in infosapient.util |
Methods in infosapient.util with parameters of type Observable | |
void |
FzySystemListener.update(Observable obser,
java.lang.Object obj)
Receives the notification of an event and acts on it. |
|
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 |