org.openprovenance.rdf
Interface Annotation

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

public interface Annotation
extends Entity, Annotable, AnnotationOrEdgeOrNode, AccountOrAnnotationOrEdgeOrNodeOrOPMGraphOrRole

OPM class used to annotate Annotable entities.


Method Summary
 Set<Property> getProperties()
          Object Property that associates an Annotation instance with a (set of) Propery(ies).
 void setProperties(Set<? extends Property> properties)
          Object Property that associates an Annotation instance with a (set of) Propery(ies).
 
Methods inherited from interface org.openprovenance.rdf.AnnotationOrEdgeOrNode
getAccounts, setAccounts
 
Methods inherited from interface org.openprovenance.rdf.Annotable
getAnnotations, getDatapropertyAbbreviation, getLabels, getPnames, getProfiles, getTypes, setAnnotations, setDatapropertyAbbreviation, setLabels, setPnames, setProfiles, setTypes
 

Method Detail

getProperties

Set<Property> getProperties()
Object Property that associates an Annotation instance with a (set of) Propery(ies).


setProperties

void setProperties(Set<? extends Property> properties)
Object Property that associates an Annotation instance with a (set of) Propery(ies).



Copyright © 2011. All Rights Reserved.