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, filter
public boolean acceptVertex(Vertex vert)
acceptVertex
in class GeneralVertexAcceptFilter
public java.lang.String getName()
Filter
GraphAssemblyRecord
public static Filter getInstance()