|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for markable objects. For some algorithms, it is useful to have objects that can record and test marks, to mark the objects as used, visited, etc. This interface defines the required operations.
Mark
Method Summary | |
boolean |
hasMark(Mark m)
|
void |
setMark(Mark m)
|
Method Detail |
public void setMark(Mark m)
public boolean hasMark(Mark m)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |