JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class HasOutputEdgesTo

java.lang.Object
  extended bygov.nasa.javaGenes.graph.HasOutputEdgesTo
All Implemented Interfaces:
Predicate, java.io.Serializable

public class HasOutputEdgesTo
extends java.lang.Object
implements Predicate

See Also:
Serialized Form

Field Summary
protected  DirectedVertex vertex
           
 
Constructor Summary
HasOutputEdgesTo(DirectedVertex 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

vertex

protected DirectedVertex vertex
Constructor Detail

HasOutputEdgesTo

public HasOutputEdgesTo(DirectedVertex 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

JavaGenes, NASA Ames. Written largely by Al Globus