JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class IsMarked

java.lang.Object
  extended bygov.nasa.alsUtility.IsMarked
All Implemented Interfaces:
Predicate, java.io.Serializable

public class IsMarked
extends java.lang.Object
implements Predicate

See Also:
Mark, Serialized Form

Field Summary
protected  boolean value
           
 
Constructor Summary
IsMarked(boolean v)
           
 
Method Summary
 boolean execute(java.lang.Object object)
          executes this predicate on object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value
Constructor Detail

IsMarked

public IsMarked(boolean v)
Method Detail

execute

public boolean execute(java.lang.Object object)
Description copied from interface: Predicate
executes this predicate on object

Specified by:
execute in interface Predicate
Parameters:
object - must be a Mark object or subclass
Returns:
true if Object object is marked
See Also:
Mark

JavaGenes, NASA Ames. Written largely by Al Globus