public class TrivialFilter extends GeneralVertexAcceptFilter implements EfficientFilter
Modifier | Constructor and Description |
---|---|
protected |
TrivialFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptVertex(Vertex vert)
Returns true for all vertices.
|
static TrivialFilter |
getInstance()
This is a factory class; just ask for an instance of
this one.
|
java.lang.String |
getName()
Gets a name that describes this filter.
|
filter, filter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
filter
public boolean acceptVertex(Vertex vert)
acceptVertex
in class GeneralVertexAcceptFilter
public java.lang.String getName()
Filter
GraphAssemblyRecord
public static TrivialFilter getInstance()