Interface IBmCrossReferenceFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isCrossReferenceFiltered​(org.eclipse.emf.ecore.EClass toObjectEClass, org.eclipse.emf.ecore.EClass fromObjectEClass)
      Checks if references between objects of the specified types should not be tracked.
    • Method Detail

      • isCrossReferenceFiltered

        boolean isCrossReferenceFiltered​(org.eclipse.emf.ecore.EClass toObjectEClass,
                                         org.eclipse.emf.ecore.EClass fromObjectEClass)
        Checks if references between objects of the specified types should not be tracked.
        Parameters:
        toObjectEClass - the eclass of the referenced object. May not be null.
        fromObjectEClass - the eclass of the referencing object. May not be null.
        Returns:
        true if references between objects of the specified types should not be tracked, false otherwise.