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 ended controlling a process.
 OTime WasControlledBy.getStartTime()
          The time at which the agent began controlling a process.
 OTime EventEdge.getTime()
          A piece of timing information associated with an EventEdge.
 

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



Copyright © 2011. All Rights Reserved.