org.openrdf.concepts.webarch
Interface Representation

All Superinterfaces:
Entity, Resource, WebarchResource

public interface Representation
extends Resource, WebarchResource

A representation of a resource. A stream of bytes which reflects the state, nature, characteristics, and/or substance of a resource.


Method Summary
 Set<Object> getWebRepresentationOf()
          A resource for which the subject is a representation of the object.
 void setWebRepresentationOf(Set<?> value)
          A resource for which the subject is a representation of the object.
 
Methods inherited from interface org.openrdf.concepts.webarch.WebarchResource
getWebRepresentation, getWebResolvesAs, getWebServer, getWebService, getWebSite, setWebRepresentation, setWebResolvesAs, setWebServer, setWebService, setWebSite
 
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

getWebRepresentationOf

Set<Object> getWebRepresentationOf()
A resource for which the subject is a representation of the object.


setWebRepresentationOf

void setWebRepresentationOf(Set<?> value)
A resource for which the subject is a representation of the object.



Copyright © 2004-2008 Aduna. All Rights Reserved.