Class ModelQuery.IncrementalNamespace

  • Enclosing class:
    ModelQuery

    private static class ModelQuery.IncrementalNamespace
    extends java.lang.Object
    Represents an incrementally resolved namespace.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String namespaceStart  
      private java.lang.String namespaceTail  
    • Constructor Summary

      Constructors 
      Constructor Description
      IncrementalNamespace​(java.lang.String namespace)
      Constructs the namespace object from a given namespace.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasTail()
      Returns whether a namespace tail exists.
      (package private) void shiftRight()
      Shift right through the namespace (modifies the attributes).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • namespaceStart

        private java.lang.String namespaceStart
      • namespaceTail

        private java.lang.String namespaceTail
    • Constructor Detail

      • IncrementalNamespace

        IncrementalNamespace​(java.lang.String namespace)
        Constructs the namespace object from a given namespace.
        Parameters:
        namespace - the namespace to be resolved
    • Method Detail

      • shiftRight

        void shiftRight()
        Shift right through the namespace (modifies the attributes).
      • hasTail

        public boolean hasTail()
        Returns whether a namespace tail exists.
        Returns:
        true if a namespace tail exists, false else