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

Method Index

 o hasMark(Mark)
 o setMark(Mark)

Methods

 o setMark
 public abstract void setMark(Mark m)
 o hasMark
 public abstract boolean hasMark(Mark m)

All Packages  Class Hierarchy  This Package  Previous  Next  Index