org.openrdf.concepts.webarch
Interface Representation

All Superinterfaces:
Entity, Resource, WebarchResource
All Known Subinterfaces:
Content, HTML, PlainText, TextContent, XHTML, XML

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> getWebArchRepresentationOf()
          A resource for which the subject is a representation of the object.
 void setWebArchRepresentationOf(Set<Object> value)
          A resource for which the subject is a representation of the object.
 
Methods inherited from interface org.openrdf.concepts.webarch.WebarchResource
getWebArchRepresentation, getWebArchResolvesAs, getWebArchServer, getWebArchService, getWebArchSite, setWebArchRepresentation, setWebArchResolvesAs, setWebArchServer, setWebArchService, setWebArchSite
 
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

getWebArchRepresentationOf

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


setWebArchRepresentationOf

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



Copyright © 2004-2007. All Rights Reserved.