Interface ITypeSetTypesProvider

  • All Known Implementing Classes:
    MdTypeSetTypesProvider

    public interface ITypeSetTypesProvider
    TypeSet type provider
    • Method Detail

      • getTypes

        List<Type> getTypes​(org.eclipse.emf.ecore.EObject context,
                            TypeSet typeSet)
        Returns types for given type set. As there is more then one configuration, context is used for defining what types is appropriate. This implementation mainly returns dynamically created list of types.
        Parameters:
        context - context object (not null)
        typeSet - type set (not null)
        Returns:
        types for given type set (never null)