Метод | Описание | |
---|---|---|
AddModelElement ( IModelElement element ) : void |
Adds a model element in this model element
|
|
CreateDefault ( ICollection enclosingCollection, SourceText sourceText ) : Translation |
Creates a default element
|
|
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void |
Builds the explanation of the element
|
|
Translation ( ) : System |
Constructor
|
|
UpdateStep ( |
Updates the step according to this translation
|
|
format_decimal ( string str ) : int |
Takes the string provided and returns the corresponding decimal value
|
|
format_decimal_as_str ( string str ) : string |
Takes the string provided and returns the corresponding decimal value, as a string
|
|
format_message ( DataDictionary.Tests.DBElements.DBMessage message ) : string |
Takes the message provided and returns the corresponding message value
|
|
format_str ( string str ) : string |
Takes the string provided and returns the formatted string
|
|
getSourceTextExplain ( ) : string |
Метод | Описание | |
---|---|---|
FillDefaultPacket ( DataDictionary.Tests.DBElements.DBMessage message, IVariable structure ) : IValue | ||
FillStructure ( |
Fills the given structure with the values provided from the database
|
|
FindStructure ( int nidPacket ) : StructureValue |
Finds the type of the structure corresponding to the provided NID_PACKET
|
|
IsRequirementPresent ( |
Indicates that the requirement is already present in the step
|
|
Review ( DataDictionary.Rules.Action action ) : void |
Review the expressions associated to this action
|
|
Review ( |
Review the expressions associated to this expectation
|
|
ReviewExpression ( |
Updates an expression according to translation rules
|
|
findNameSpace ( string name ) : |
||
format_eurobalise_message ( DataDictionary.Tests.DBElements.DBMessage message ) : string | ||
format_euroloop_message ( DataDictionary.Tests.DBElements.DBMessage message ) : string | ||
format_euroradio_message ( DataDictionary.Tests.DBElements.DBMessage message ) : string | ||
format_level ( |
Takes the string provided and returns the corresponding Level enum
|
|
format_level ( string str ) : string |
Takes the string provided and returns the corresponding Level enum
|
|
format_mode ( |
Takes the enum provided and returns the corresponding Mode enum
|
|
format_mode ( string str ) : string |
Takes the string provided and returns the corresponding Mode enum
|
|
get_message_packets ( DataDictionary.Tests.DBElements.DBMessage message, |
||
get_namespace_from_ID ( string str ) : string |
Takes the string provided and returns the corresponding RBC message
|
|
isPacket ( IVariable structure ) : bool |
Determines whether a EFS structure corresponds to a packet
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
Результат | void |
public static CreateDefault ( ICollection enclosingCollection, SourceText sourceText ) : Translation | ||
enclosingCollection | ICollection | |
sourceText | SourceText | |
Результат | Translation |
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | Precises if we need to explain the sub elements (if any) |
Результат | void |
public UpdateStep ( |
||
step | ||
Результат | void |
public static format_decimal ( string str ) : int | ||
str | string | |
Результат | int |
public static format_decimal_as_str ( string str ) : string | ||
str | string | |
Результат | string |
public static format_message ( DataDictionary.Tests.DBElements.DBMessage message ) : string | ||
message | DataDictionary.Tests.DBElements.DBMessage | |
Результат | string |
public static format_str ( string str ) : string | ||
str | string | |
Результат | string |