org.openrdf.concepts.owls.service
Interface ServiceModel

All Superinterfaces:
Entity, Resource, ServiceResource

public interface ServiceModel
extends ServiceResource

See comments above


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

getServiceDescribes

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


setServiceDescribes

void setServiceDescribes(Set<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-2007. All Rights Reserved.