Class ContainableElementsMapAndComparator.Data

  • Enclosing class:
    ContainableElementsMapAndComparator

    private static class ContainableElementsMapAndComparator.Data
    extends java.lang.Object
    Stores 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.Comment comment
      The comment instance.
      private net.ssehub.easy.varModel.model.ContainableModelElement element
      The model element instance.
      private long index
      The index of the comment with respect to the initial EObject key.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Data()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 initial EObject key. The element index can be derived by adding 1.
    • Constructor Detail

      • Data

        private Data()