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, filterpublic boolean acceptVertex(Vertex vertex)
acceptVertex in class GeneralVertexAcceptFilterpublic java.lang.String getName()
FilterGraphAssemblyRecordpublic java.lang.String getDecorationKey()
public void setDecorationKey(java.lang.String decorationKey)
public double getThreshold()
public void setThreshold(double threshold)