Skip to content

Model.java

iks github user edited this page Jul 15, 2014 · 4 revisions

The model in the meta model of the StandardModelProvider offers the following calls

String getName();

Return: Name of model

int getSize()

Return: number of classes

List < ClassDescriptor > getClassDescriptorList()

Return: list of all class descriptors

ClassDescriptor getClassDescriptor(String classname);

Return: class descriptors with the corresponding name

In addition, the model implements the MetaInfoSupport interface.


[Back] (https://github.com/iks-github/MOGLiCodeCreator/wiki/Using-Placeholders-for-model-data)

Clone this wiki locally