Uses of Interface
org.openprovenance.rdf.OTime

Packages that use OTime
org.openprovenance.elmo   
org.openprovenance.rdf   
 

Uses of OTime in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return OTime
 OTime RdfOTime.findMyFacade()
           
 

Methods in org.openprovenance.elmo with parameters of type OTime
 RdfOTime RdfOPMFactory.newOTime(OTime a)
           
 

Uses of OTime in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return OTime
 OTime WasControlledBy.getEndTime()
          the time at which the agent end controlling the process
 OTime WasControlledBy.getStartTime()
          the time at which the agent began controlling the process
 OTime EventEdge.getTime()
          a piece of timing information associated with an event
 

Methods in org.openprovenance.rdf with parameters of type OTime
 void WasControlledBy.setEndTime(OTime endTime)
          the time at which the agent end controlling the process
 void WasControlledBy.setStartTime(OTime startTime)
          the time at which the agent began controlling the process
 void EventEdge.setTime(OTime time)
          a piece of timing information associated with an event
 



Copyright © 2010. All Rights Reserved.