Class ModelElementImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ModelElementImpl​(java.lang.String id, java.lang.String directiveName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Two ModelElements are considered equal if they are of the same type, have the same identifier and have the same index and depth
      java.lang.String getDirectiveName()  
      java.lang.String getId()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ModelElementImpl

        public ModelElementImpl​(java.lang.String id,
                                java.lang.String directiveName)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)

        Two ModelElements are considered equal if they are of the same type, have the same identifier and have the same index and depth

        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object