Searched refs:supportedBy (Results 1 - 6 of 6) sorted by relevance

/owl-s/src/impl/owls/grounding/
H A DGroundingImpl.java101 return (Service) getPropertyAs(OWLS.Service.supportedBy, Service.class);
108 if(hasProperty(OWLS.Service.supportedBy, service))
111 setProperty(OWLS.Service.supportedBy, service);
116 if (hasProperty(OWLS.Service.supportedBy, getService()))
117 removeProperty(OWLS.Service.supportedBy, getService());
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java52 public static OWLObjectProperty supportedBy; field in class:OWLS_1_0.Service
65 supportedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supportedBy"));
H A DOWLS_1_0DL.java54 public static OWLObjectProperty supportedBy; field in class:OWLS_1_0DL.Service
67 supportedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supportedBy"));
H A DOWLS_1_1.java57 public static OWLObjectProperty supportedBy; field in class:OWLS_1_1.Service
70 supportedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supportedBy"));
H A DOWLS_1_2.java57 public static OWLObjectProperty supportedBy; field in class:OWLS_1_2.Service
70 supportedBy = EntityFactory.createObjectProperty(URIUtils.createURI(URI + "supportedBy"));
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java371 if (aGrounding.getProperties(OWLS.Service.supportedBy).size() > 1)
373 // invalid, can only have 0,1 supportedBy
374 OWLSValidatorMessage msg = new OWLSValidatorMessage(CODE_INVALID_VALUE,"The grounding '"+aGrounding.getLocalName()+"' cannot have more than one supportedBy property");

Completed in 21 milliseconds