JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class HasInputEdgeFrom

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

public class HasInputEdgeFrom
extends java.lang.Object
implements Predicate

See Also:
Serialized Form

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

HasInputEdgeFrom

public HasInputEdgeFrom(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