Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.computing.ai.expertsystem.conflict Classes and Interfaces - 14 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
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
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
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
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
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