Method | Description | |
---|---|---|
AddModelElement ( IModelElement element ) : void | ||
ClearCache ( ) : void | ||
ClearMessages ( bool precise ) : void | ||
CompareTo ( IModelElement other ) : int | ||
Delete ( ) : void | ||
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
IsParent ( IModelElement element ) : bool | ||
NamableWrapper ( INamable namable ) : System.Collections |
Constructor
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
return | void |
public CompareTo ( IModelElement other ) : int | ||
other | IModelElement | |
return | int |
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | |
return | void |
public IsParent ( IModelElement element ) : bool | ||
element | IModelElement | |
return | bool |
public NamableWrapper ( INamable namable ) : System.Collections | ||
namable | INamable | |
return | System.Collections |