Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.ai.expertsystem Classes and Interfaces - 32 results found.
NameDescriptionTypePackageFramework
AbstractConflictSetThis class provides a skeletal implementation of the ConflictSet interface to minimize the effort required to implement this interface.Classorg.jscience.computing.ai.expertsystem.conflictJScience
AbstractKnowledgeBaseThe main class of JEOPS.Classorg.jscience.computing.ai.expertsystemJScience
AbstractRuleBaseA generic rule base of Jeops.Classorg.jscience.computing.ai.expertsystemJScience
ClassFilterReteNodeA node in the Rete network that is activated if the object belongs to the class it represents.Classorg.jscience.computing.ai.expertsystem.reteJScience
ConflictSetDefines the required operations that a conflict set should implement.Interfaceorg.jscience.computing.ai.expertsystem.conflictJScience
ConflictSetElementAn element present in the conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
ConflictSetEventA semantic event that indicates that an element was either added to or removed from a conflict set.Classorg.jscience.computing.ai.expertsystemJScience
ConflictSetListenerThe listener interface for receiving conflict set events.Interfaceorg.jscience.computing.ai.expertsystemJScience
DefaultConflictSetA default conflict set, whose conflict resolution policy is not specified.Classorg.jscience.computing.ai.expertsystem.conflictJScience
FilterReteNodeA discriminant node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
FinalReteNodeA final node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
ImportExceptionAn exception thrown by the import list when an identifier can represent more than one class (ambiguity).Classorg.jscience.computing.ai.expertsystem.compilerJScience
ImportListA list of import statements.Classorg.jscience.computing.ai.expertsystem.compilerJScience
InternalConflictSetEventA semantic event that indicates that an element was added to or removed from a conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
InternalConflictSetListenerThe listener interface for receiving conflict set events.Interfaceorg.jscience.computing.ai.expertsystem.conflictJScience
JavaCompilerAuxiliar class that compiles java files into bytecodes (.Classorg.jscience.computing.ai.expertsystem.compilerJScience
JeopsExceptionAn exception thrown by JEOPS.Classorg.jscience.computing.ai.expertsystem.compilerJScience
JoinReteNodeA node in the Rete network that has more than one input, so that objects coming from distinct parts of the network are joined together in instancesClassorg.jscience.computing.ai.expertsystem.reteJScience
LRUConflictSetA conflict set whose conflict resolution policy is one that the least recently fired rules have priority over the remaining ones.Classorg.jscience.computing.ai.expertsystem.conflictJScience
MainMain class in the Jeops phase of converting rule files into Java When invoked, the method convert() will create a java fileClassorg.jscience.computing.ai.expertsystem.compilerJScience
MRUConflictSetA conflict set whose conflict resolution policy is one that the most recently fired rules have priority over the remaining ones.Classorg.jscience.computing.ai.expertsystem.conflictJScience
NaturalConflictSetA conflict set whose conflict resolution policy specifies that no rule can be fired more than once with the same objects.Classorg.jscience.computing.ai.expertsystem.conflictJScience
NoMoreElementsExceptionThis class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set.Classorg.jscience.computing.ai.expertsystem.conflictJScience
ObjectBaseThis class models the facts over which the inference engine will act.Classorg.jscience.computing.ai.expertsystemJScience
OneShotConflictSetA conflict set whose conflict resolution policy specifies that no rule can be fired more than once.Classorg.jscience.computing.ai.expertsystem.conflictJScience
PriorityConflictSetA conflict set whose conflict resolution policy is one that rules defined first in the rule base have a higher priority over the ones definedClassorg.jscience.computing.ai.expertsystem.conflictJScience
ReteNodeA node in the Rete network.Classorg.jscience.computing.ai.expertsystem.reteJScience
RuleEventA semantic event that indicates that a rule was fired.Classorg.jscience.computing.ai.expertsystemJScience
RuleFireListenerThe listener interface for receiving rule fire events.Interfaceorg.jscience.computing.ai.expertsystemJScience
ScannerClass used in the parsing of the rules file.Classorg.jscience.computing.ai.expertsystem.compiler.parserJScience
TokenClass used to store the tokens read from the rules file.Classorg.jscience.computing.ai.expertsystem.compiler.parserJScience
TokenConstantsInterface used to define the constants used by the tokenization process of the scanning/parser of the rule files.Interfaceorg.jscience.computing.ai.expertsystem.compiler.parserJScience