|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Markable
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 |
---|
void setMark(Mark m)
boolean hasMark(Mark m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |