Uses of Class
cs.arizona.tau.time.Period

Packages that use Period
cs.arizona.tau.docs   
cs.arizona.tau.time   
 

Uses of Period in cs.arizona.tau.docs
 

Methods in cs.arizona.tau.docs with parameters of type Period
 void TemporalDocument.addConstantSchemaTemporalDocument(ConstantSchemaTemporalDocument cstd, Period p)
           
 AnnotationDocument TemporalSchemaOld.getAnnotationDocument(Period b)
           
 ConventionalSchema TemporalSchemaOld.getConventionalSchema(Period b)
           
 

Uses of Period in cs.arizona.tau.time
 

Methods in cs.arizona.tau.time that return types with arguments of type Period
 java.util.Set<Period> ITemporalMap.getKeys()
           
 java.util.Set<Period> TemporalMap.getKeys()
           
static java.util.List<Period> Period.split(Period A, Period B)
           
 

Methods in cs.arizona.tau.time with parameters of type Period
 void ITemporalMap.add(Period tp, E ele)
           
 void TemporalMap.add(Period key, E value)
           
 E ITemporalMap.get(Period p)
           
 E TemporalMap.get(Period p)
           
 boolean Period.isAfter(Period other)
           
 boolean Period.isBefore(Period other)
           
 boolean Period.isDuring(Period other)
           
static java.util.List<Period> Period.split(Period A, Period B)