org.openprovenance.rdf
Interface AValue

All Superinterfaces:
DcResource, org.openrdf.elmo.Entity, org.openrdf.concepts.rdfs.Resource

public interface AValue
extends Entity

The serial representation of an artifact Value


Method Summary
 Object getContent()
          Content of the serial representation of Artifact.
 URI getEncoding()
          Denotes how a serialization was constructed.
 void setContent(Object content)
          Content of the serial representation of Artifact.
 void setEncoding(URI encoding)
          Denotes how a serialization was constructed.
 
Methods inherited from interface org.openprovenance.dc.DcResource
getContributors, getCreators, getDates, getFormats, getTermsCreated, getTermsModified, getTermsTitle, getTitles, getVoidExampleResource, getWasTriggeredBy, setContributors, setCreators, setDates, setFormats, setTermsCreated, setTermsModified, setTermsTitle, setTitles, setVoidExampleResource, setWasTriggeredBy
 
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

getContent

Object getContent()
Content of the serial representation of Artifact.


setContent

void setContent(Object content)
Content of the serial representation of Artifact.


getEncoding

URI getEncoding()
Denotes how a serialization was constructed. For instance, using the Java bean serializer to create an XML document, by applying a specified transformation to the application data, e.g. anonymisation, by passing a reference to the actual value, or by creating a set of RDF triples.


setEncoding

void setEncoding(URI encoding)
Denotes how a serialization was constructed. For instance, using the Java bean serializer to create an XML document, by applying a specified transformation to the application data, e.g. anonymisation, by passing a reference to the actual value, or by creating a set of RDF triples.



Copyright © 2011. All Rights Reserved.