Uses of Interface
cs.arizona.tau.time.ITime

Packages that use ITime
cs.arizona.tau.time   
cs.arizona.tau.xml   
 

Uses of ITime in cs.arizona.tau.time
 

Subinterfaces of ITime in cs.arizona.tau.time
 interface ITemporalRegion
           
 interface ITimePeriod
           
 

Classes in cs.arizona.tau.time that implement ITime
 class TemporalRegion
           
 class TimePeriod
           
 

Methods in cs.arizona.tau.time that return ITime
 ITime ITime.cloneTime()
           
 ITime TemporalRegion.cloneTime()
           
 ITime TimePeriod.cloneTime()
           
 ITime ITemporalElement.get(int index)
           
 ITime TemporalElement.get(int index)
           
 ITime ITemporalElement.getTimeSpan()
           
 ITime TemporalElement.getTimeSpan()
           
 

Methods in cs.arizona.tau.time with parameters of type ITime
 void ITemporalElement.add(ITime o)
           
 void TemporalElement.add(ITime o)
           
 int ITemporalRegion.getRelationship(ITime time1)
           
 int ITime.getRelationship(ITime time1)
           
 int TemporalRegion.getRelationship(ITime time1)
           
 int TimePeriod.getRelationship(ITime tp1)
           
 boolean ITemporalElement.remove(ITime t)
           
 boolean TemporalElement.remove(ITime t)
           
 

Uses of ITime in cs.arizona.tau.xml
 

Methods in cs.arizona.tau.xml with parameters of type ITime
 void BaseItem.addVersion(org.w3c.dom.Element e, ITime time1)
           
 org.w3c.dom.Element BaseItem.getVersionElement(ITime time1)
           
 void Primitives.markItems_Rui(org.w3c.dom.Element e, ITime time1, java.lang.String target)
           
 void Primitives.markItems(org.w3c.dom.Element e, ITime time1, java.lang.String target)
           
 void Primitives.markItems2(org.w3c.dom.Element e, ITime time1, java.lang.String path)
          Steve's testing.
 boolean Item.validate(ITime documentExistenceTime, LogicalAnnotationValidator tav, org.w3c.dom.Document temporalDoc)
          The function internally checks all the constraints on the item.