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, filterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterpublic boolean acceptVertex(Vertex vert)
acceptVertex in class GeneralVertexAcceptFilterpublic java.lang.String getName()
FilterGraphAssemblyRecordpublic static TrivialFilter getInstance()