public class Prerequisite<T extends OFValueType<T>> extends Object
| Constructor and Description |
|---|
Prerequisite(MatchField<T> field,
OFValueType<T>... values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfied(Match match)
Returns true if this prerequisite is satisfied by the given match object.
|
@SafeVarargs public Prerequisite(MatchField<T> field, OFValueType<T>... values)
public boolean isSatisfied(Match match)
match - Match objectCopyright © 2016. All rights reserved.