org.openrdf.concepts.webarch
Interface WebarchResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
InformationResource, Representation, Server, Service, Site, WebResource

public interface WebarchResource
extends Resource


Method Summary
 Set<Representation> getWebRepresentation()
          A representation of a resource.
 Set<Object> getWebResolvesAs()
          Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
 Set<Server> getWebServer()
          The Web Server.
 Set<Service> getWebService()
          A Web Service interface.
 Set<Site> getWebSite()
          A Web Site.
 void setWebRepresentation(Set<? extends Representation> value)
          A representation of a resource.
 void setWebResolvesAs(Set<?> value)
          Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
 void setWebServer(Set<? extends Server> value)
          The Web Server.
 void setWebService(Set<? extends Service> value)
          A Web Service interface.
 void setWebSite(Set<? extends Site> value)
          A Web Site.
 
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

getWebRepresentation

Set<Representation> getWebRepresentation()
A representation of a resource.


setWebRepresentation

void setWebRepresentation(Set<? extends Representation> value)
A representation of a resource.


getWebResolvesAs

Set<Object> getWebResolvesAs()
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource. This relationship can be the basis of a web redirection. This property does not define any equivalence between the subject and object. The object resource may or may not be the same resource as the subject.


setWebResolvesAs

void setWebResolvesAs(Set<?> value)
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource. This relationship can be the basis of a web redirection. This property does not define any equivalence between the subject and object. The object resource may or may not be the same resource as the subject.


getWebServer

Set<Server> getWebServer()
The Web Server.


setWebServer

void setWebServer(Set<? extends Server> value)
The Web Server.


getWebService

Set<Service> getWebService()
A Web Service interface.


setWebService

void setWebService(Set<? extends Service> value)
A Web Service interface.


getWebSite

Set<Site> getWebSite()
A Web Site.


setWebSite

void setWebSite(Set<? extends Site> value)
A Web Site.



Copyright © 2004-2008 Aduna. All Rights Reserved.