Class ContainableElementsMapAndComparator.Data
- java.lang.Object
-
- de.uni_hildesheim.sse.translation.ContainableElementsMapAndComparator.Data
-
- Enclosing class:
- ContainableElementsMapAndComparator
private static class ContainableElementsMapAndComparator.Data extends java.lang.ObjectStores internal data to be assigned to a key.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private net.ssehub.easy.varModel.model.CommentcommentThe comment instance.private net.ssehub.easy.varModel.model.ContainableModelElementelementThe model element instance.private longindexThe index of the comment with respect to the initialEObjectkey.
-
Constructor Summary
Constructors Modifier Constructor Description privateData()
-
-
-
Field Detail
-
comment
private net.ssehub.easy.varModel.model.Comment comment
The comment instance. May be null.
-
element
private net.ssehub.easy.varModel.model.ContainableModelElement element
The model element instance.
-
index
private long index
The index of the comment with respect to the initialEObjectkey. The element index can be derived by adding 1.
-
-