public class NumericDecorationFilter extends GeneralVertexAcceptFilter
Constructor and Description |
---|
NumericDecorationFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptVertex(Vertex vertex) |
java.lang.String |
getDecorationKey() |
java.lang.String |
getName()
Gets a name that describes this filter.
|
double |
getThreshold() |
void |
setDecorationKey(java.lang.String decorationKey) |
void |
setThreshold(double threshold) |
filter, filter
public boolean acceptVertex(Vertex vertex)
acceptVertex
in class GeneralVertexAcceptFilter
public java.lang.String getName()
Filter
GraphAssemblyRecord
public java.lang.String getDecorationKey()
public void setDecorationKey(java.lang.String decorationKey)
public double getThreshold()
public void setThreshold(double threshold)