Méthode | Description | |
---|---|---|
AddModelElement ( IModelElement element ) : void |
Adds a model element in this model element
|
|
ClearCache ( ) : void |
Clears the caches
|
|
ClearFunctionCache ( ) : void |
Clears the function cache for all functions in this namespace
|
|
ClearTempFiles ( ) : void |
Removes temporary files created for reference namespaces
|
|
CreateDefault ( ICollection enclosingCollection ) : |
Creates a default element
|
|
CreateStatusMessage ( ) : string |
Creates the status message
|
|
CreateUpdateInDictionary ( Dictionary dictionary ) : |
Creates a copy of the namespace in the designated dictionary. The enclosing namespace structure is copied over. The new namespace is set to update this one.
|
|
Delete ( ) : void |
Removes the namespace and stores the files to delete
|
|
Find ( string name, List |
Appends the INamable which match the name provided in retVal
|
|
FindOrCreateNameSpaceUpdate ( string name, |
Finds or creates a new namespace, and indicates that the original namespace is updated
|
|
GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void |
Builds the explanation of the element
|
|
GetStateMachineUpdate ( string name, |
Either provides the requested state machine or creates it if it cannot be found
|
|
GetStructureUpdate ( string name, |
Either provides the requested structure or creates it if it cannot be found
|
|
InitDeclaredElements ( ) : void |
Initialises the declared elements
|
|
NameSpace ( ) : System.Collections |
Constructor
|
|
RestoreInfo ( ) : void |
Used to restore the list of sub-namespaces, after having saved the model
|
|
StoreInfo ( ) : void |
Used to store the list of sub-namespaces before saving the model
|
|
findNameSpaceByName ( string name ) : |
Provides the namespace which corresponds to the given name
|
|
findStateMachineByName ( string name ) : DataDictionary.Types.StateMachine |
Provides the state machine which corresponds to the given name
|
|
findStructureByName ( string name ) : |
Provides the structure which corresponds to the given name
|
|
findTypeByName ( string name ) : |
Provides the type which corresponds to the given name
|
Méthode | Description | |
---|---|---|
CollectNamespaces ( List |
Provides the set of namespaces enclosed in this namespace
|
|
RecordFilesToDelete ( ) : void |
Stores the files to be deleted
|
|
innerFindTypeByName ( string name, bool findInEnclosingNameSpaces ) : |
Provides the type which corresponds to the given name
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
Résultat | void |
public static CreateDefault ( ICollection enclosingCollection ) : |
||
enclosingCollection | ICollection | |
Résultat |
public CreateUpdateInDictionary ( Dictionary dictionary ) : |
||
dictionary | Dictionary | The target dictionary of the copy |
Résultat |
public Find ( string name, List |
||
name | string | |
retVal | List |
|
Résultat | void |
public FindOrCreateNameSpaceUpdate ( string name, |
||
name | string | The name of the namespace to find or create |
initialNameSpace | The namespace that is updated | |
Résultat |
public GetExplain ( TextualExplanation explanation, bool explainSubElements ) : void | ||
explanation | TextualExplanation | |
explainSubElements | bool | Precises if we need to explain the sub elements (if any) |
Résultat | void |
public GetStateMachineUpdate ( string name, |
||
name | string | The name pf the state machine |
initialNameSpace | The namespace the state machine is being copied from | |
Résultat | DataDictionary.Types.StateMachine |
public GetStructureUpdate ( string name, |
||
name | string | The name pf the structure |
initialNameSpace | The namespace the structure is being copied from | |
Résultat |
public findNameSpaceByName ( string name ) : |
||
name | string | |
Résultat |
public findStateMachineByName ( string name ) : DataDictionary.Types.StateMachine | ||
name | string | |
Résultat | DataDictionary.Types.StateMachine |
public findStructureByName ( string name ) : |
||
name | string | |
Résultat |
public findTypeByName ( string name ) : |
||
name | string | |
Résultat |