Interface IFqnProviderDelegate

    • Method Detail

      • getSupportedPackages

        Collection<? extends org.eclipse.emf.ecore.EPackage> getSupportedPackages()
        Gets the collections of the supported packages.
        Returns:
        the collection of the supported packages.
      • getContainedBmObjectFqn

        org.eclipse.xtext.naming.QualifiedName getContainedBmObjectFqn​(IBmObject object)
        Gets FQN of the specified contained BM object.
        Parameters:
        object - the object, may not be null.
        Returns:
        the qualified name or null.
      • getNonBmObjectFqn

        org.eclipse.xtext.naming.QualifiedName getNonBmObjectFqn​(org.eclipse.emf.ecore.EObject object)
        Gets FQN of the specified non-BM object.
        Parameters:
        object - the object, may not be null.
        Returns:
        the qualified name or null.