JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class MarkIsSet

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

public class MarkIsSet
extends java.lang.Object
implements Predicate

See Also:
Mark, Serialized Form

Field Summary
protected  boolean value
           
 
Constructor Summary
MarkIsSet(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

MarkIsSet

public MarkIsSet(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:
if object is marked as value

JavaGenes, NASA Ames. Written largely by Al Globus