cs.arizona.tau.xml
Interface IPhysicalAnnotationValidator

All Known Implementing Classes:
PhysicalAnnotationValidator

public interface IPhysicalAnnotationValidator

Author:
spjoshi

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

Method Detail

validatePhysicalAnnotation

boolean validatePhysicalAnnotation()
Given snapshot Schema, Temporal Annotation and Physical Annotations, checks the consistency between them. The consistency could be checked from various point of views 1) Physical Annotation should be a valid instance of PXShema which could be checked using conventional validator. 2) Whether the targets in given Physical Annotation are consistent with given snapshot schema. 3) At least one element above topmost target in temporal annotation has been timestamped.