public class DestinationPredicate extends ChangeOperatorPredicate
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Branch.NameKey> |
destinations |
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) |
copy, equals, getOperator, getValue, hashCode, toString
protected java.util.Set<Branch.NameKey> destinations
public DestinationPredicate(java.util.Set<Branch.NameKey> destinations, java.lang.String value)
public boolean match(ChangeData object) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmException
public int getCost()