All Packages Class Hierarchy This Package Previous Next Index
Interface oplan.util.Markable
- 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.
- See Also:
- Mark
-
hasMark(Mark)
-
-
setMark(Mark)
-
setMark
public abstract void setMark(Mark m)
hasMark
public abstract boolean hasMark(Mark m)
All Packages Class Hierarchy This Package Previous Next Index