Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuplemedium
Interface TupleTemplate  view TupleTemplate download TupleTemplate.java


public interface TupleTemplate

Defines the template used to retrieve tuple information from Tuple Centres, thorugh interactions. So TupleTemplate identifies a set of tuples. With Tuple, it's the basic interfaces defining the communication language of tuple centre model.

Version:
1.0

Method Summary
 boolean match(Tuple t)
          specifies if the tuple template matches the tuple, or rather if tuples bolongs 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
 

Method Detail

match

public boolean match(Tuple t)
specifies if the tuple template matches the tuple, or rather if tuples bolongs to the set identified by the template.


propagate

public boolean propagate(Tuple t)
tries to change the tuple template object and the tuple argument in order to meld information