Method | Description | |
---|---|---|
AddModelElement ( IModelElement element ) : void |
Adds a model element in this model element
|
|
CreateDefault ( ICollection enclosingCollection ) : Folder |
Creates a default element
|
|
Folder ( ) : System.Collections |
Constructor
|
|
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void |
Builds the explanation of the element
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
return | void |
public static CreateDefault ( ICollection enclosingCollection ) : Folder | ||
enclosingCollection | ICollection | |
return | Folder |
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | Precises if we need to explain the sub elements (if any) |
return | void |