|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Observer | |
infosapient.control | |
infosapient.server | |
infosapient.system | |
infosapient.ui | |
infosapient.util |
Uses of Observer in infosapient.control |
Classes in infosapient.control that implement Observer | |
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 Observer | |
void |
ControllerFacade.deleteObserver(Observer o)
Insert the method's description here. |
Uses of Observer in infosapient.server |
Classes in infosapient.server that implement Observer | |
class |
InfoSapientKnowledgeWorker
|
Uses of Observer in infosapient.system |
Classes in infosapient.system that implement Observer | |
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 |
FzyBooleanAttribute
Class FzyBooleanAttribute is a convienence class. |
class |
FzyConsequent
FzyConsequent models the "then" portion of a rule. |
class |
FzyKnowledgebase
Class FzyKnowledgebase is the repository for all of the information about this problem domain. |
class |
FzyPremise
Class FzyPremise implements the behavior for a rule's PREMISE(also called the antecedent). |
class |
FzyRule
|
class |
FzyRuleComponent
|
class |
FzyUnconditionalRule
Class FzyUnconditionalRule implements the behavior of an UNCONDITIONAL rule. |
Fields in infosapient.system declared as Observer | |
private Observer[] |
ObservableImpl.arr
|
Methods in infosapient.system with parameters of type Observer | |
void |
ObservableImpl.addObserver(Observer o)
Adds an observer to the set of observers for this object. |
boolean |
ObservableImpl.containsObserver(Observer o)
Test if the Observer exists within the list of observers of this object. |
void |
ObservableImpl.deleteObserver(Observer o)
Deletes an observer from the set of observers of this object. |
void |
Observable.addObserver(Observer o)
Adds an observer to the set of observers for this object. |
boolean |
Observable.containsObserver(Observer o)
Test if the Observer exists within the list of observers of this object. |
void |
Observable.deleteObserver(Observer o)
|
Uses of Observer in infosapient.ui |
Classes in infosapient.ui that implement Observer | |
class |
InfoSapientAttributeEditor
Class InfoSapientAttributeEditor |
class |
InfoSapientInferenceControl
|
class |
InfoSapientInferenceEditor
|
class |
InfoSapientLauncher
|
class |
InfoSapientRuleEditor
|
class |
InfoSapientSetEditor
|
Uses of Observer in infosapient.util |
Classes in infosapient.util that implement Observer | |
class |
FzySystemListener
A listener that handles events and notifications from fzy.system objects. |
|
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 |