JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class VertexAcceptsOutputEdge

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

public class VertexAcceptsOutputEdge
extends java.lang.Object
implements Predicate

predicate that determines when vertices can accept an output edge. The object in execute() must be a DirectedVertex.

See Also:
Serialized Form

Constructor Summary
VertexAcceptsOutputEdge()
           
 
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
 

Constructor Detail

VertexAcceptsOutputEdge

public VertexAcceptsOutputEdge()
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