public class SinkVertexPredicate extends VertexPredicate
true
if and only if
the specified vertex is a sink, i.e., has
no outgoing directed edges.Modifier and Type | Field and Description |
---|---|
protected static SinkVertexPredicate |
instance |
isInitializationPredicate
Modifier | Constructor and Description |
---|---|
protected |
SinkVertexPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateVertex(ArchetypeVertex arg0) |
static SinkVertexPredicate |
getInstance() |
evaluate
protected static SinkVertexPredicate instance
public static SinkVertexPredicate getInstance()
public boolean evaluateVertex(ArchetypeVertex arg0)
evaluateVertex
in class VertexPredicate
VertexPredicate.evaluateVertex(edu.uci.ics.jung.graph.ArchetypeVertex)