cs.arizona.tau.docs
Class TemporalSchemaOld

java.lang.Object
  extended by cs.arizona.tau.docs.TemporalSchemaOld

public class TemporalSchemaOld
extends java.lang.Object


Constructor Summary
TemporalSchemaOld(org.w3c.dom.Document tempSchemaDoc)
           
TemporalSchemaOld(java.lang.String tempSchema)
           
 
Method Summary
 AnnotationDocument getAnnotationDocument(Period b)
           
 TemporalMap<AnnotationDocument> getAnnotationDocuments()
           
 ConventionalSchema getConventionalSchema(Period b)
           
 TemporalMap<ConventionalSchema> getConventionalSchemas()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporalSchemaOld

public TemporalSchemaOld(java.lang.String tempSchema)

TemporalSchemaOld

public TemporalSchemaOld(org.w3c.dom.Document tempSchemaDoc)
Method Detail

getAnnotationDocuments

public TemporalMap<AnnotationDocument> getAnnotationDocuments()

getConventionalSchemas

public TemporalMap<ConventionalSchema> getConventionalSchemas()

getAnnotationDocument

public AnnotationDocument getAnnotationDocument(Period b)

getConventionalSchema

public ConventionalSchema getConventionalSchema(Period b)