Method | Description | |
---|---|---|
AddModelElement ( IModelElement element ) : void |
Adds a model element in this model element
|
|
CleanCompilation ( ) : void |
Clears the expression tree to ensure new compilation
|
|
Compile ( ) : DataDictionary.Interpreter.InterpreterTreeNode |
Creates the tree according to the expression text
|
|
CreateDefault ( ICollection enclosingCollection ) : Frame |
Creates a default element
|
|
Delete ( ) : void |
Removes the frame and stores the file to delete
|
|
ExecuteAllTests ( bool ensureCompilationDone, bool checkForCompatibleChanges = false ) : int |
Executes the test cases for this test sequence
|
|
FillSubSequences ( List |
Provides the list of sub sequences for this frame
|
|
FillTestCases ( List |
¨Provides the test cases for this test frame
|
|
Translate ( ) : void |
Translates the frame according to the translation dictionary provided
|
|
checkValidExpression ( string expression ) : bool |
Indicates that the expression is valid for this IExpressionable
|
|
findSubSequence ( string name ) : |
Provides the sub sequence whose name corresponds to the name provided
|
Method | Description | |
---|---|---|
RecordFilesToDelete ( ) : void |
Stores the files to be deleted
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
return | void |
public Compile ( ) : DataDictionary.Interpreter.InterpreterTreeNode | ||
return | DataDictionary.Interpreter.InterpreterTreeNode |
public static CreateDefault ( ICollection enclosingCollection ) : Frame | ||
enclosingCollection | ICollection | |
return | Frame |
public ExecuteAllTests ( bool ensureCompilationDone, bool checkForCompatibleChanges = false ) : int | ||
ensureCompilationDone | bool | |
checkForCompatibleChanges | bool | |
return | int |
public FillSubSequences ( List |
||
retVal | List |
|
return | void |
public FillTestCases ( List |
||
testCases | List |
|
return | void |
public checkValidExpression ( string expression ) : bool | ||
expression | string | |
return | bool |
public findSubSequence ( string name ) : |
||
name | string | |
return |