JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.aristaflow.adept2.model.filter
Interface UnaryFilter
All Superinterfaces:
Filter
public interface
UnaryFilter
extends
Filter
Represents a filter that applies a unary operator (for example the NOT operator) to the result of a sub-filter. A specialized implementation is the NotFilter class.
Author:
Christoph Muessel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Filter
getOperand
()
Retrieves the filter to which the operand is applied
Methods inherited from interface de.aristaflow.adept2.model.filter.
Filter
matches
Method Detail
getOperand
Filter
getOperand()
Retrieves the filter to which the operand is applied
Returns:
a Filter object
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method