Searched refs:ServiceCategory (Results 1 - 11 of 11) sorted by relevance

/owl-s/src/org/mindswap/owls/profile/
H A DServiceCategory.java33 public interface ServiceCategory extends OWLIndividual { interface in inherits:OWLIndividual
H A DProfile.java195 public ServiceCategory getCategory();
209 public void addCategory(ServiceCategory category);
215 public void setCategory(ServiceCategory category);
/owl-s/src/impl/owls/profile/
H A DServiceCategoryImpl.java31 import org.mindswap.owls.profile.ServiceCategory;
37 public class ServiceCategoryImpl extends WrappedIndividual implements ServiceCategory {
46 * @see org.mindswap.owls.profile.ServiceCategory#getName()
53 * @see org.mindswap.owls.profile.ServiceCategory#getTaxonomy()
60 * @see org.mindswap.owls.profile.ServiceCategory#getCode()
67 * @see org.mindswap.owls.profile.ServiceCategory#getValue()
H A DProfileImpl.java50 import org.mindswap.owls.profile.ServiceCategory;
197 public ServiceCategory getCategory() {
198 return (ServiceCategory) getPropertyAs(OWLS.Profile.serviceCategory, ServiceCategory.class);
207 return getPropertiesAs(OWLS.Profile.serviceCategory, ServiceCategory.class);
215 public void addCategory(ServiceCategory category) {
223 public void setCategory(ServiceCategory category) {
/owl-s/src/examples/
H A DServiceParameterExample.java13 import org.mindswap.owls.profile.ServiceCategory;
18 * This example shows how to access <code>ServiceParameter</code> and <code>ServiceCategory</code>
83 ServiceCategory category = (ServiceCategory) i.next();
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidator.java46 import org.mindswap.owls.profile.ServiceCategory;
603 ServiceCategory aServCategory = (ServiceCategory)aList.individualAt(i);
649 private void validateServiceCategory(Service theService, ServiceCategory theServiceCategory)
/owl-s/src/org/mindswap/owls/vocabulary/
H A DOWLS_1_0.java85 public static OWLClass ServiceCategory; field in class:OWLS_1_0.Profile
118 ServiceCategory = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceCategory"));
H A DOWLS_1_0DL.java87 public static OWLClass ServiceCategory; field in class:OWLS_1_0DL.Profile
120 ServiceCategory = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceCategory"));
H A DOWLS_1_1.java90 public static OWLClass ServiceCategory; field in class:OWLS_1_1.Profile
127 ServiceCategory = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceCategory"));
H A DOWLS_1_2.java90 public static OWLClass ServiceCategory; field in class:OWLS_1_2.Profile
127 ServiceCategory = EntityFactory.createClass(URIUtils.createURI(URI + "ServiceCategory"));
/owl-s/src/impl/owls/
H A DOWLSConverters.java124 import org.mindswap.owls.profile.ServiceCategory;
161 new GenericOWLSConverter(ServiceCategoryImpl.class, OWLS.Profile.ServiceCategory);
340 converters.put(ServiceCategory.class, serviceCategoryConverter);

Completed in 20 milliseconds