Lines Matching refs:service
48 import org.mindswap.owls.service.Service;
54 * An example to show how service descriptions can be created on the fly, saved and executed.
70 * each service in the list has exactly one input and one output (except the first and
71 * last one) such that in the resulting Service the output of each service will be fed
72 * as input to the next one. The first service does not have to have an input and the
73 * last one does not need to have an output. The resulting service will have an input
77 * @param baseURI The base URI for the generated service
81 Service service = ont.createService(URIUtils.createURI(baseURI, "TestService"));
88 service.setProfile(profile);
89 service.setProcess(process);
90 service.setGrounding(grounding);
109 service.setProfile(profile);
110 service.setProcess(process);
111 service.setGrounding(grounding);
112 return service;
117 * Create a label for the composite service based on the labels of services. Basically
140 * Create a Profile for the composite service. We only set the input and output of the profile
166 * service has one output and one intput (except first and last one).
253 // create a new service as a sequence of the list
256 // print the description of new service to standard output
260 // get the process of the new service
267 // execute the service