Lines Matching refs:service
35 import org.mindswap.owls.service.Service;
53 * Set the service this process belongs to.
55 * @param service
57 public void setService(Service service);
60 * Get the service this process belongs to. Actually a process may be used in multiple service
63 * a process occurence and returns the service object this process is used in.
65 * @return the service to which this process is bound
70 * Removes the service from this process by breaking the link
71 * <code>service:describes</code>. The service itself remains untouched.
77 * Get the profile for the service of this project. This is equivalent to getService().getProfile()