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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEncyclopedia
getEncyclopedia()
Returns the parent encyclopedia.List<IMetaClass>
getMetaClasses()
Provides access to the collection of MetaClass Objects for an encyclopedia.
-
-
-
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.
-
-