Uses of Class
org.objectweb.jac.core.Collaboration

Packages that use Collaboration
org.objectweb.jac.core   
 

Uses of Collaboration in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core that return Collaboration
static Collaboration Collaboration.get()
          Get the collaboration for the current thread.
 

Methods in org.objectweb.jac.core with parameters of type Collaboration
static void Collaboration.set(Collaboration collaboration)
          Set a new collaboration for the current thread.
 

Constructors in org.objectweb.jac.core with parameters of type Collaboration
Collaboration(Collaboration parent)
          Create a new Collaboration and initialiaze it's attribute from a parent Collaboration.