|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.TreeMap | +--MACS.FinalStateModel
This class stores informations about which states are final in the problem.
Field Summary |
---|
Fields inherited from class java.util.TreeMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Constructor Summary | |
---|---|
(package private) |
FinalStateModel()
|
Method Summary | |
---|---|
boolean |
get(Classifier.Perception p)
|
void |
put(Classifier.Perception p,
boolean b)
|
java.lang.String |
toString()
|
Methods inherited from class java.util.TreeMap |
---|
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, isEmpty |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode, isEmpty |
Constructor Detail |
FinalStateModel()
Method Detail |
public void put(Classifier.Perception p, boolean b)
p
- b
- public boolean get(Classifier.Perception p)
p
-
public final java.lang.String toString()
toString
in class java.util.AbstractMap
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |