JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class DissimilarEdgeCompatibleWithVertices

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

public class DissimilarEdgeCompatibleWithVertices
extends java.lang.Object
implements Predicate

See Also:
Serialized Form

Field Summary
protected  Edge edge
           
 
Constructor Summary
DissimilarEdgeCompatibleWithVertices(Edge e)
           
 
Method Summary
 boolean execute(java.lang.Object object)
          calls edge.dissimilarEdgeCompatibleWithVertices((Edge)object);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edge

protected Edge edge
Constructor Detail

DissimilarEdgeCompatibleWithVertices

public DissimilarEdgeCompatibleWithVertices(Edge e)
Method Detail

execute

public boolean execute(java.lang.Object object)
calls edge.dissimilarEdgeCompatibleWithVertices((Edge)object);

Specified by:
execute in interface Predicate
See Also:
Edge

JavaGenes, NASA Ames. Written largely by Al Globus