|
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.VertexAcceptsEdge
predicate that determines when vertices can accept an additional edge
Field Summary | |
protected Edge |
edge
the edge to be accepted |
Constructor Summary | |
VertexAcceptsEdge()
used when asking if any edge may be accepted |
|
VertexAcceptsEdge(Edge e)
|
Method Summary | |
boolean |
execute(java.lang.Object v)
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 Edge edge
Constructor Detail |
public VertexAcceptsEdge(Edge e)
e
- the edge to be accepted. May be null to ask if any edge can be accepted.public VertexAcceptsEdge()
Method Detail |
public boolean execute(java.lang.Object v)
Predicate
execute
in interface Predicate
|
JavaGenes, NASA Ames. Written largely by Al Globus | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |