org.openprovenance.rdf
Interface EventEdge

All Superinterfaces:
AccountOrAnnotationOrEdgeOrNodeOrOPMGraphOrRole, Annotable, AnnotationOrEdgeOrNode, DcResource, Edge, org.openrdf.elmo.Entity, org.openrdf.concepts.rdfs.Resource
All Known Subinterfaces:
Used, UsedOrWasGeneratedBy, WasGeneratedBy

public interface EventEdge
extends Entity, Edge, Annotable

An EventEdge denotes an Edge associated with a time instant.


Method Summary
 OTime getTime()
          A piece of timing information associated with an EventEdge.
 void setTime(OTime time)
          A piece of timing information associated with an EventEdge.
 
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, getDatapropertyAbbreviation, getLabels, getPnames, getProfiles, getTypes, setAnnotations, setDatapropertyAbbreviation, setLabels, setPnames, setProfiles, setTypes
 

Method Detail

getTime

OTime getTime()
A piece of timing information associated with an EventEdge.


setTime

void setTime(OTime time)
A piece of timing information associated with an EventEdge.



Copyright © 2011. All Rights Reserved.