public class NotFilter extends AbstractBranchFilter
children| Constructor and Description |
|---|
NotFilter(Filter child)
Instantiates a new NOT filter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Gets the recursive prefix string representation of this NOT filter.
|
getChildren, isLeafpublic NotFilter(Filter child)
child - the child filterCopyright © 2016. All rights reserved.