Package net.ssehub.easy.varModel.model
Class ModelQuery.IncrementalNamespace
- java.lang.Object
-
- net.ssehub.easy.varModel.model.ModelQuery.IncrementalNamespace
-
- Enclosing class:
- ModelQuery
private static class ModelQuery.IncrementalNamespace extends java.lang.ObjectRepresents an incrementally resolved namespace.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringnamespaceStartprivate java.lang.StringnamespaceTail
-
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 booleanhasTail()Returns whether a namespace tail exists.(package private) voidshiftRight()Shift right through the namespace (modifies the attributes).
-