Class Consistency


  • public class Consistency
    extends java.lang.Object
    Consistency check on a NodeDocument.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  Consistency.Result
      Callback interface for result of a consistency check.
    • Constructor Detail

      • Consistency

        public Consistency​(@NotNull
                           @NotNull DocumentNodeState root,
                           @NotNull
                           @NotNull NodeDocument document)
        Creates a new consistency check for the given NodeDocument.
        Parameters:
        root - the current root node state to use for the check.
        document - the document to check.