|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Domain
Method Summary | |
---|---|
void |
assertHypothesis(Hypothesis h)
Assert a new hypothesis in this domain. |
Blackboard |
blackboard()
Return the name of this domain. |
int |
countHypothesis()
Count the number of hypothesis in thsi domain. |
java.lang.String |
domainName()
Return the name of this domain. |
java.util.Iterator |
iterator()
Hypothesis iterator. |
void |
retractHypothesis(Hypothesis h)
Retract an hypothesis in this domain. |
void |
setBlackboard(Blackboard bb)
Set the name of this domain. |
void |
setDomainName(java.lang.String name)
Set the name of this domain. |
Methods inherited from interface org.blackbox.model.ObservableEntity |
---|
addObserver, removeObserver |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String domainName()
void setDomainName(java.lang.String name)
Blackboard blackboard()
void setBlackboard(Blackboard bb)
void assertHypothesis(Hypothesis h)
h
- An hypothesis to assert.void retractHypothesis(Hypothesis h)
h
- An hypothesis to retract.java.util.Iterator iterator()
int countHypothesis()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |