|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.javaGenes.graph.AcceptableSecondVertex
Used to find a vertex to make an edge to.
Field Summary | |
protected Vertex |
vertex
vertex seeking a vertex to have an edge with |
Constructor Summary | |
AcceptableSecondVertex(Vertex 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 |
protected Vertex vertex
Constructor Detail |
public AcceptableSecondVertex(Vertex v)
v
- seeking a vertex to have an edge withMethod Detail |
public boolean execute(java.lang.Object object)
Predicate
execute
in interface Predicate
object
- Vertex object. Can this be connected to vertex with an edge?
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |