public class DestinationPredicate extends PostFilterPredicate<ChangeData>
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Branch.NameKey> |
destinations |
name, value
Constructor and Description |
---|
DestinationPredicate(java.util.Set<Branch.NameKey> destinations,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
boolean |
match(ChangeData object)
Does this predicate match this object?
|
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
protected java.util.Set<Branch.NameKey> destinations
public DestinationPredicate(java.util.Set<Branch.NameKey> destinations, java.lang.String value)
public boolean match(ChangeData object)
Matchable
public int getCost()