Interface IMetaModel


  • public interface IMetaModel
    Provides access to the metaclasses objects for an encyclopedia.

    This interface is not intended to be implemented by clients.

    Since:
    2.2.0
    See Also:
    IEncyclopedia.getMetaModel()
    • Method Detail

      • getEncyclopedia

        IEncyclopedia getEncyclopedia()
        Returns the parent encyclopedia.
        Returns:
        the parent encyclopedia.
      • getMetaClasses

        List<IMetaClass> getMetaClasses()
        Provides access to the collection of MetaClass Objects for an encyclopedia.
        Returns:
        the list of meta classes.