C# Class GUI.NavigationView.NamableWrapper

Inheritance: IGraphicalDisplay
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs

Public Methods

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

Method Details

AddModelElement() public method

public AddModelElement ( IModelElement element ) : void
element IModelElement
return void

ClearCache() public method

public ClearCache ( ) : void
return void

ClearMessages() public method

public ClearMessages ( bool precise ) : void
precise bool
return void

CompareTo() public method

public CompareTo ( IModelElement other ) : int
other IModelElement
return int

Delete() public method

public Delete ( ) : void
return void

GetExplain() public method

public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void
explanation TextualExplanation
explainSubElements bool
return void

IsParent() public method

public IsParent ( IModelElement element ) : bool
element IModelElement
return bool

NamableWrapper() public method

Constructor
public NamableWrapper ( INamable namable ) : System.Collections
namable INamable
return System.Collections