public class PredicateNotType extends Predicate
PredicateType,
Predicate| Constructor and Description |
|---|
PredicateNotType(int tag)
Constructor used to select events whose tags do not match a given tag.
|
PredicateNotType(int[] tags)
Constructor used to select events whose tag values do not match any of the given tags.
|
public PredicateNotType(int tag)
tag - An event tag valuepublic PredicateNotType(int[] tags)
tags - the list of tags