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.
| Methods inherited from interface org.openrdf.concepts.rdfs.Resource |
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues |
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.