org.openprovenance.rdf
Interface EventEdge

All Superinterfaces:
Annotable, AnnotationOrEdgeOrNode, Edge, Entity
All Known Subinterfaces:
Used, WasGeneratedBy

public interface EventEdge
extends Entity, Annotable, Edge


Method Summary
 OTime getTime()
          a piece of timing information associated with an event
 void setTime(OTime time)
          a piece of timing information associated with an event
 
Methods inherited from interface org.openprovenance.rdf.Edge
getCause, getEffect, setCause, setEffect
 
Methods inherited from interface org.openprovenance.rdf.AnnotationOrEdgeOrNode
getAccounts, setAccounts
 
Methods inherited from interface org.openprovenance.rdf.Annotable
getAnnotations, getLabels, getPnames, getProfiles, getTypes, setAnnotations, setLabels, setPnames, setProfiles, setTypes
 

Method Detail

getTime

OTime getTime()
a piece of timing information associated with an event


setTime

void setTime(OTime time)
a piece of timing information associated with an event



Copyright © 2010. All Rights Reserved.