Uses of Interface
org.openrdf.concepts.owls.service.Service

Packages that use Service
org.openrdf.concepts.owls.service Top level of OWL ontology for services. 
 

Uses of Service in org.openrdf.concepts.owls.service
 

Methods in org.openrdf.concepts.owls.service that return Service
 Service ServiceGrounding.getOwlsSupportedBy()
          http://www.daml.org/services/owl-s/1.1/Service.owl#supportedBy
 

Methods in org.openrdf.concepts.owls.service that return types with arguments of type Service
 Set<Service> ServiceModel.getOwlsDescribes()
          There are no cardinality restrictions on this property.
 Set<Service> ServiceProfile.getOwlsPresentedBy()
          There are no cardinality restrictions on this property.
 Set<Service> ServiceResource.getOwlsProvides()
          OWL-S is completely agnostic at present about what kind of thing provides a service (hence, no domain declared here).
 

Methods in org.openrdf.concepts.owls.service with parameters of type Service
 void ServiceGrounding.setOwlsSupportedBy(Service value)
          http://www.daml.org/services/owl-s/1.1/Service.owl#supportedBy
 

Method parameters in org.openrdf.concepts.owls.service with type arguments of type Service
 void ServiceModel.setOwlsDescribes(Set<? extends Service> value)
          There are no cardinality restrictions on this property.
 void ServiceProfile.setOwlsPresentedBy(Set<? extends Service> value)
          There are no cardinality restrictions on this property.
 void ServiceResource.setOwlsProvides(Set<? extends Service> value)
          OWL-S is completely agnostic at present about what kind of thing provides a service (hence, no domain declared here).
 



Copyright © 2004-2008 Aduna. All Rights Reserved.