org.openprovenance.rdf
Interface WasControlledBy

All Superinterfaces:
Annotable, AnnotationOrEdgeOrNode, Edge, Entity, UsedOrWasControlledByOrWasGeneratedBy

public interface WasControlledBy
extends Edge, UsedOrWasControlledByOrWasGeneratedBy


Method Summary
 OTime getEndTime()
          the time at which the agent end controlling the process
 OTime getStartTime()
          the time at which the agent began controlling the process
 void setEndTime(OTime endTime)
          the time at which the agent end controlling the process
 void setStartTime(OTime startTime)
          the time at which the agent began controlling the process
 
Methods inherited from interface org.openprovenance.rdf.UsedOrWasControlledByOrWasGeneratedBy
getRole, setRole
 
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

getEndTime

OTime getEndTime()
the time at which the agent end controlling the process


setEndTime

void setEndTime(OTime endTime)
the time at which the agent end controlling the process


getStartTime

OTime getStartTime()
the time at which the agent began controlling the process


setStartTime

void setStartTime(OTime startTime)
the time at which the agent began controlling the process



Copyright © 2010. All Rights Reserved.