org.openprovenance.rdf
Interface OTime

All Superinterfaces:
Entity

public interface OTime
extends Entity


Method Summary
 XMLGregorianCalendar getExactlyAt()
          The event occurred exactly at this time.
 XMLGregorianCalendar getNoEarlierThan()
          the event occurred no earlier than this time
 XMLGregorianCalendar getNoLaterThan()
          the event occurred no later than this time
 void setExactlyAt(XMLGregorianCalendar exactlyAt)
          The event occurred exactly at this time.
 void setNoEarlierThan(XMLGregorianCalendar noEarlierThan)
          the event occurred no earlier than this time
 void setNoLaterThan(XMLGregorianCalendar noLaterThan)
          the event occurred no later than this time
 

Method Detail

getExactlyAt

XMLGregorianCalendar getExactlyAt()
The event occurred exactly at this time. This is meant to be an abbreviation for an OTime where noEarlierThan and noLaterThan are identical. exactlyAt should be disjoint from noLaterThan U noEarlierThan.


setExactlyAt

void setExactlyAt(XMLGregorianCalendar exactlyAt)
The event occurred exactly at this time. This is meant to be an abbreviation for an OTime where noEarlierThan and noLaterThan are identical. exactlyAt should be disjoint from noLaterThan U noEarlierThan.


getNoEarlierThan

XMLGregorianCalendar getNoEarlierThan()
the event occurred no earlier than this time


setNoEarlierThan

void setNoEarlierThan(XMLGregorianCalendar noEarlierThan)
the event occurred no earlier than this time


getNoLaterThan

XMLGregorianCalendar getNoLaterThan()
the event occurred no later than this time


setNoLaterThan

void setNoLaterThan(XMLGregorianCalendar noLaterThan)
the event occurred no later than this time



Copyright © 2010. All Rights Reserved.