public class DropSoloNodesFilter extends GeneralVertexAcceptFilter
Because there
are no settable parameters, this is set as a factory method--to
get a DropSoloNodesFilter, just invoke
Filter f = DropSoloNodesFilter.getInstance();
| Modifier | Constructor and Description |
|---|---|
protected |
DropSoloNodesFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptVertex(Vertex vert) |
static Filter |
getInstance() |
java.lang.String |
getName()
Gets a name that describes this filter.
|
filter, filterpublic boolean acceptVertex(Vertex vert)
acceptVertex in class GeneralVertexAcceptFilterpublic java.lang.String getName()
FilterGraphAssemblyRecordpublic static Filter getInstance()