org.openrdf.concepts.owls.service
Interface ServiceProfile

All Superinterfaces:
Entity, Resource, ServiceResource

public interface ServiceProfile
extends ServiceResource

See comments above


Method Summary
 Set<Service> getOwlsPresentedBy()
          There are no cardinality restrictions on this property.
 void setOwlsPresentedBy(Set<? extends Service> value)
          There are no cardinality restrictions on this property.
 
Methods inherited from interface org.openrdf.concepts.owls.service.ServiceResource
getOwlsIsDescribedBy, getOwlsIsPresentedBy, getOwlsIsSupportedBy, getOwlsProvides, setOwlsIsDescribedBy, setOwlsIsPresentedBy, setOwlsIsSupportedBy, setOwlsProvides
 
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

getOwlsPresentedBy

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


setOwlsPresentedBy

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



Copyright © 2004-2008 Aduna. All Rights Reserved.