Interface IJvmModelAssociations

    • Method Detail

      • getSourceElements

        java.util.Set<org.eclipse.emf.ecore.EObject> getSourceElements​(org.eclipse.emf.ecore.EObject jvmElement)
        Returns:
        all source elements associated with the given JVM element.
      • getJvmElements

        java.util.Set<org.eclipse.emf.ecore.EObject> getJvmElements​(org.eclipse.emf.ecore.EObject sourceElement)
        Returns:
        all JVM elements associated with the given source element.
      • getPrimarySourceElement

        org.eclipse.emf.ecore.EObject getPrimarySourceElement​(org.eclipse.emf.ecore.EObject jvmElement)
        Returns:
        the primary source element for the given JVM element.
      • getPrimaryJvmElement

        org.eclipse.emf.ecore.EObject getPrimaryJvmElement​(org.eclipse.emf.ecore.EObject sourceElement)
        Returns:
        the primary JVM element for the given source element.
      • isPrimaryJvmElement

        boolean isPrimaryJvmElement​(org.eclipse.emf.ecore.EObject jvmElement)
        Returns:
        whether the given JVM element is a primary JVM element.