cs.arizona.tau.xml
Interface ITemporalAnnotationValidator

All Known Implementing Classes:
TemporalAnnotationValidator

public interface ITemporalAnnotationValidator

Author:
spjoshi

Method Summary
 boolean validateTemporalAnnotation()
          Given snapshot Schema and Temporal Annotations, checks the consistency between them.
 

Method Detail

validateTemporalAnnotation

boolean validateTemporalAnnotation()
Given snapshot Schema and Temporal Annotations, checks the consistency between them. The consistency could be checked from various point of views 1) Temporal Annotation should be a valid instance of TXSchema which could be checked using conventional validator. 2) Whether the targets in given Physical Annotation are consistent with given snapshot schema.