org.openprovenance.rdf
Interface Annotable

All Superinterfaces:
Entity
All Known Subinterfaces:
Account, Agent, Annotation, AnnotationOrEdgeOrNode, Artifact, Edge, EventEdge, Node, OPMGraph, Process, Role, Used, UsedOrWasControlledByOrWasGeneratedBy, WasControlledBy, WasDerivedFrom, WasGeneratedBy, WasTriggeredBy

public interface Annotable
extends Entity


Method Summary
 Set<Annotation> getAnnotations()
           
 Set<String> getLabels()
           
 Set<URI> getPnames()
           
 Set<String> getProfiles()
           
 Set<URI> getTypes()
           
 void setAnnotations(Set<? extends Annotation> annotations)
           
 void setLabels(Set<? extends String> labels)
           
 void setPnames(Set<? extends URI> pnames)
           
 void setProfiles(Set<? extends String> profiles)
           
 void setTypes(Set<? extends URI> types)
           
 

Method Detail

getAnnotations

Set<Annotation> getAnnotations()

setAnnotations

void setAnnotations(Set<? extends Annotation> annotations)

getLabels

Set<String> getLabels()

setLabels

void setLabels(Set<? extends String> labels)

getPnames

Set<URI> getPnames()

setPnames

void setPnames(Set<? extends URI> pnames)

getProfiles

Set<String> getProfiles()

setProfiles

void setProfiles(Set<? extends String> profiles)

getTypes

Set<URI> getTypes()

setTypes

void setTypes(Set<? extends URI> types)


Copyright © 2010. All Rights Reserved.