public interface TupleTemplate extends Tuple
Tuple
Modifier and Type | Method and Description |
---|---|
boolean |
match(Tuple t)
specifies if the tuple template matches the tuple, or rather if tuples
belongs to the set identified by the template.
|
boolean |
propagate(Tuple t)
tries to change the tuple template object and the tuple argument in order
to meld information
|
boolean match(Tuple t)
t
- the tuple subject to matchingboolean propagate(Tuple t)
t
- a tuple matching the template