org.openrdf.concepts.owls.service
Interface ServiceProfile

All Superinterfaces:
Entity, Resource, ServiceResource

public interface ServiceProfile
extends ServiceResource

See comments above


Method Summary
 Set<Service> getServicePresentedBy()
          There are no cardinality restrictions on this property.
 void setServicePresentedBy(Set<Service> value)
          There are no cardinality restrictions on this property.
 
Methods inherited from interface org.openrdf.concepts.owls.service.ServiceResource
getServiceIsDescribedBy, getServiceIsPresentedBy, getServiceIsSupportedBy, getServiceProvides, setServiceIsDescribedBy, setServiceIsPresentedBy, setServiceIsSupportedBy, setServiceProvides
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getServicePresentedBy

Set<Service> getServicePresentedBy()
There are no cardinality restrictions on this property.


setServicePresentedBy

void setServicePresentedBy(Set<Service> value)
There are no cardinality restrictions on this property.



Copyright © 2004-2007. All Rights Reserved.