Lines Matching refs:ServiceParameter
51 import org.mindswap.owls.profile.ServiceParameter;
232 return getPropertiesAs(OWLS.Profile.serviceParameter, ServiceParameter.class);
251 public ServiceParameter getServiceParameter(OWLObjectProperty prop) {
252 return (ServiceParameter) getPropertyAs(prop, ServiceParameter.class);
255 public ServiceParameter getServiceParameter(String name) {
259 ServiceParameter serviceParam = (ServiceParameter) serviceParams.get(i);
269 ServiceParameter serviceParam = getServiceParameter(prop);
274 ServiceParameter serviceParam = getServiceParameter(name);
278 public void addServiceParameter(ServiceParameter serviceParam) {
282 public ServiceParameter createServiceParameter( OWLObjectProperty prop, OWLIndividual sParameter ) {
283 ServiceParameter serviceParam = getOntology().createServiceParameter();
291 public ServiceParameter createServiceParameter( String name, OWLIndividual sParameter ) {
292 ServiceParameter serviceParam = getOntology().createServiceParameter();