JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class VertexAcceptsInputEdge

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

public class VertexAcceptsInputEdge
extends java.lang.Object
implements Predicate

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

See Also:
Serialized Form

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

VertexAcceptsInputEdge

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