Class NodeTypeFilter
- java.lang.Object
-
- net.sf.basedb.util.overview.filter.NodeTypeFilter
-
-
Constructor Summary
Constructors Constructor Description NodeTypeFilter(Node.Type nodeType)
Create a filter that finds nodes of the given node type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(Node node)
Evaluate if the given object should pass the filter or not.
-
-
-
Field Detail
-
nodeType
private final Node.Type nodeType
-
-
Constructor Detail
-
NodeTypeFilter
public NodeTypeFilter(Node.Type nodeType)
Create a filter that finds nodes of the given node type.- Parameters:
nodeType
- The node type to look for
-
-