Uses of Class
org.openprovenance.model.OTime

Packages that use OTime
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of OTime in org.openprovenance.elmo
 

Subclasses of OTime in org.openprovenance.elmo
 class RdfOTime
           
 

Methods in org.openprovenance.elmo that return OTime
 OTime RdfObjectFactory.createOTime()
           
 

Methods in org.openprovenance.elmo with parameters of type OTime
 void RdfWasControlledBy.setEndTime(OTime otime)
           
 void RdfWasControlledBy.setStartTime(OTime otime)
           
 void RdfUsed.setTime(OTime otime)
           
 void RdfWasGeneratedBy.setTime(OTime otime)
           
 

Uses of OTime in org.openprovenance.model
 

Fields in org.openprovenance.model declared as OTime
protected  OTime WasControlledBy.endTime
           
protected  OTime WasControlledBy.startTime
           
protected  OTime WasGeneratedBy.time
           
protected  OTime WasDerivedFrom.time
           
protected  OTime WasTriggeredBy.time
           
protected  OTime Used.time
           
 

Methods in org.openprovenance.model that return OTime
 OTime ObjectFactory.createOTime()
          Create an instance of OTime
 OTime WasControlledBy.getEndTime()
          Gets the value of the endTime property.
 OTime WasControlledBy.getStartTime()
          Gets the value of the startTime property.
 OTime WasGeneratedBy.getTime()
          Gets the value of the time property.
 OTime WasDerivedFrom.getTime()
          Gets the value of the time property.
 OTime WasTriggeredBy.getTime()
          Gets the value of the time property.
 OTime Used.getTime()
          Gets the value of the time property.
 OTime OPMFactory.newInstantaneousTime(Date date)
           
 OTime OPMFactory.newInstantaneousTime(String value)
           
 OTime OPMFactory.newInstantaneousTime(XMLGregorianCalendar point)
           
 OTime OPMFactory.newInstantaneousTimeNow()
           
 OTime OPMFactory.newOTime(Date date)
           
 OTime OPMFactory.newOTime(Date date1, Date date2)
           
 OTime OPMFactory.newOTime(OTime time)
           
 OTime OPMFactory.newOTime(String value1, String value2)
           
 OTime OPMFactory.newOTime(XMLGregorianCalendar point)
           
 OTime OPMFactory.newOTime(XMLGregorianCalendar point1, XMLGregorianCalendar point2)
           
 OTime OPMFactory.newOTime(XMLGregorianCalendar point1, XMLGregorianCalendar point2, XMLGregorianCalendar point3)
           
 

Methods in org.openprovenance.model with parameters of type OTime
 OTime OPMFactory.newOTime(OTime time)
           
 void WasControlledBy.setEndTime(OTime value)
          Sets the value of the endTime property.
 void WasControlledBy.setStartTime(OTime value)
          Sets the value of the startTime property.
 void WasGeneratedBy.setTime(OTime value)
          Sets the value of the time property.
 void WasDerivedFrom.setTime(OTime value)
          Sets the value of the time property.
 void WasTriggeredBy.setTime(OTime value)
          Sets the value of the time property.
 void Used.setTime(OTime value)
          Sets the value of the time property.
 



Copyright © 2011. All Rights Reserved.