org.openrdf.concepts.owls.service
Interface ServiceModel

All Superinterfaces:
Entity, Resource, ServiceResource

public interface ServiceModel
extends ServiceResource

See comments above


Method Summary
 Set<Service> getOwlsDescribes()
          There are no cardinality restrictions on this property.
 void setOwlsDescribes(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

getOwlsDescribes

Set<Service> getOwlsDescribes()
There are no cardinality restrictions on this property. That is, the same service model can be used by many different services.


setOwlsDescribes

void setOwlsDescribes(Set<? extends Service> value)
There are no cardinality restrictions on this property. That is, the same service model can be used by many different services.



Copyright © 2004-2008 Aduna. All Rights Reserved.