Package net.ssehub.easy.varModel.model
Class ModelQuery.IncrementalNamespace
java.lang.Object
net.ssehub.easy.varModel.model.ModelQuery.IncrementalNamespace
- Enclosing class:
ModelQuery
Represents an incrementally resolved namespace.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncrementalNamespace(String namespace) Constructs the namespace object from a given namespace. -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasTail()Returns whether a namespace tail exists.(package private) voidShift right through the namespace (modifies the attributes).
-
Field Details
-
namespaceStart
-
namespaceTail
-
-
Constructor Details
-
IncrementalNamespace
IncrementalNamespace(String namespace) Constructs the namespace object from a given namespace.- Parameters:
namespace- the namespace to be resolved
-
-
Method Details
-
shiftRight
void shiftRight()Shift right through the namespace (modifies the attributes). -
hasTail
public boolean hasTail()Returns whether a namespace tail exists.- Returns:
trueif a namespace tail exists,falseelse
-