cs.arizona.tau.xml
Interface ILogicalAnnotationValidator

All Known Implementing Classes:
LogicalAnnotationValidator

public interface ILogicalAnnotationValidator

Author:
spjoshi

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

Method Detail

validateLogicalAnnotation

boolean validateLogicalAnnotation()
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.