Method Summary |
|
public void | addModelElement(ModelElement modelElement) Adds a modelElement to the collection of modelElements . |
public Set | getAllMetafacades() Gets all metafacade instances from each ModelElement belonging to this ModelElements instance. |
public Collection | getModelElements() Returns all model elements belonging to this model elements instance. |
public String | getVariable() The variable name to make the model element available to the template engine. |
public boolean | isEmpty() Returns true if this instance has no modelElements stored within it. |
public void | setVariable(String variable) |