Method | Description | |
---|---|---|
AddSubExplanation ( |
Adds a sub explanation for the explain provided as parameter
|
|
CreateNamedSubExplanation ( |
Creates a sub explanation for the explain provided as parameter
|
|
CreateSubExplanation ( |
Creates a sub explanation for the explain provided as parameter
|
|
CreateSubExplanation ( |
Creates a sub explanation for the explain provided as parameter
|
|
CreateSubExplanation ( |
Creates a sub explanation for the explain provided as parameter
|
|
ExplanationPart ( ModelElement element, DataDictionary.Rules.Change change ) : System.Collections.Generic |
Constructor for an explanation, based on a change
|
|
ExplanationPart ( ModelElement element, object leftPart, INamable rightPart = null ) : System.Collections.Generic |
Constructor
|
|
ExplanationPart ( ModelElement element, string message, INamable rightPart = null ) : System.Collections.Generic |
Constructor
|
|
SetNamable ( |
Sets the value associated to the explanation
|
Method | Description | |
---|---|---|
ExplainLeftPart ( object leftPart ) : string |
Explains a left part
|
|
explainNamable ( INamable namable ) : string |
Provides the textual representation of the namable provided
|
public static AddSubExplanation ( |
||
explain | ||
subExplain | ||
return | void |
public static CreateNamedSubExplanation ( |
||
explain | ||
message | string | |
leftPart | object | |
return |
public static CreateSubExplanation ( |
||
explain | ||
root | ModelElement | |
change | DataDictionary.Rules.Change | |
return |
public static CreateSubExplanation ( |
||
explain | ||
leftPart | object | What is evaluated |
rightPart | INamable | The evaluated value |
return |
public static CreateSubExplanation ( |
||
explain | ||
name | string | |
return |
public ExplanationPart ( ModelElement element, DataDictionary.Rules.Change change ) : System.Collections.Generic | ||
element | ModelElement | The element for which this explanation part is created |
change | DataDictionary.Rules.Change | The change performed |
return | System.Collections.Generic |
public ExplanationPart ( ModelElement element, object leftPart, INamable rightPart = null ) : System.Collections.Generic | ||
element | ModelElement | The element for which this explanation part is created |
leftPart | object | The left path to associate to this explanation |
rightPart | INamable | The value associate to this left part |
return | System.Collections.Generic |
public ExplanationPart ( ModelElement element, string message, INamable rightPart = null ) : System.Collections.Generic | ||
element | ModelElement | The element for which this explanation part is created |
message | string | The message to display. MAKE SURE you do not use string concatenation to create this message |
rightPart | INamable | The value associated to the message, if any |
return | System.Collections.Generic |
public static SetNamable ( |
||
explain | ||
namable | INamable | |
return | void |