public class PropertyPredicateVisitor extends Object implements PredicateVisitor
PropertyPredicates of a predicate graph.| Constructor and Description |
|---|
PropertyPredicateVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptAlwaysPredicate(AlwaysPredicate predicate) |
void |
acceptArrayPredicate(ArrayPredicate predicate) |
void |
acceptCategoryPredicate(CategoryPredicate predicate) |
void |
acceptComparisonPredicate(ComparisonPredicate predicate) |
void |
acceptUnaryPredicate(UnaryPredicate predicate) |
Map<String,Object> |
getProperties()
Get the properties.
|
public void acceptComparisonPredicate(ComparisonPredicate predicate)
acceptComparisonPredicate in interface PredicateVisitorpublic void acceptArrayPredicate(ArrayPredicate predicate)
acceptArrayPredicate in interface PredicateVisitorpublic void acceptUnaryPredicate(UnaryPredicate predicate)
acceptUnaryPredicate in interface PredicateVisitorpublic void acceptAlwaysPredicate(AlwaysPredicate predicate)
acceptAlwaysPredicate in interface PredicateVisitorpublic void acceptCategoryPredicate(CategoryPredicate predicate)
acceptCategoryPredicate in interface PredicateVisitorCopyright © 2022 Apache Software Foundation. All rights reserved.