Uses of Class
jcama.Templ

Packages that use Templ
jcama   
 

Uses of Templ in jcama
 

Methods in jcama that return Templ
 Templ Templ.addAny(java.lang.Class type)
           
 Templ Templ.addEql(byte value)
           
 Templ Templ.addEql(double value)
           
 Templ Templ.addEql(int value)
           
 Templ Templ.addEql(java.io.Serializable value)
           
 Templ Templ.addEql(short value)
           
 Templ Templ.addNeq(byte value)
           
 Templ Templ.addNeq(double value)
           
 Templ Templ.addNeq(int value)
           
 Templ Templ.addNeq(java.io.Serializable value)
           
 Templ Templ.addNeq(short value)
           
 Templ Templ.setAny(java.lang.Class type, int fieldindex)
           
 Templ Templ.setEql(int fieldindex, java.io.Serializable value)
           
 

Methods in jcama with parameters of type Templ
 void Scope.gd(int roleid, Templ templ)
           
 void Scope.gr(int roleid, Templ templ)
           
 void Scope.gw(int roleid, Templ templ)
           
 Tuple Scope.in(Templ templ)
          Reads and removes a tuple from the scope, blocks and waits if there are no matching tuples
 Tuple[] Scope.ina(Templ templ)
          Reads and removes all the matching tuples from the scope, blocks and waits until there is at least one matching tuple
 Tuple Scope.inn(Templ templ)
          Reads and removes a fresh tuple from the scope, blocks and waits if there are no fresh matching tuples
 Tuple Scope.inp(Templ templ)
          Reads and removes a tuple from the scope, returns an empty tuple if there are no matching tuples available immediately
 Tuple[] Scope.inpa(Templ templ)
          Reads and removes all the matching tuples from the scope, returns an empty tuple list if there are no matching tuples available immediately
 Tuple Scope.inpn(Templ templ)
          Reads and removes a fresh tuple from the scope, returns an empty tuple if there are no fresh matching tuples available immediately
 void Scope.pd(int roleid, Templ templ)
           
 void Scope.pr(int roleid, Templ templ)
           
 void Scope.pw(int roleid, Templ templ)
           
 Tuple Scope.rd(Templ templ)
          Reads a tuple without removing it from the scope, blocks and waits if there are no matching tuples
 Tuple[] Scope.rda(Templ templ)
          Reads all the matching tuples without removing them from the scope, blocks and waits until there is at least one matching tuple
 Tuple Scope.rdn(Templ templ)
          Reads a fresh tuple (such that is produced at the same time or after the last read tuple) without removing it from the scope, blocks and waits if there are no fresh matching tuples
 Tuple Scope.rdp(Templ templ)
          Reads a tuple without removing it from the scope, returns an empty tuple if there are no matching tuples available immediately
 Tuple[] Scope.rdpa(Templ templ)
          Reads all the matching tuples without removing them from the scope, returns an empty tuple list if there are no matching tuples available immediately
 Tuple Scope.rdpn(Templ templ)
          Reads a fresh tuple without removing it from the scope, returns an empty tuple if there are no fresh matching tuples available immediately