Méthode | Description | |
---|---|---|
Main ( string args ) : int |
The program is to be invoked with two arguments, the input and output file.
|
|
NameToSbmlId ( string name ) : string | ||
SetIdFromNames ( List |
Constructor initializing this transformer with a list of ids that are currently used in the model (and thus newly generated ids have to be different)
|
|
getAllIds ( |
||
transform ( |
The function actually doing the transforming. This function is called once for each SBase element in the model.
|
Méthode | Description | |
---|---|---|
getValidIdForName ( string name ) : string |
public static Main ( string args ) : int | ||
args | string | command line arguments |
Résultat | int |
public NameToSbmlId ( string name ) : string | ||
name | string | |
Résultat | string |
public SetIdFromNames ( List |
||
ids | List |
vector of current ids |
Résultat | System |
public static getAllIds ( |
||
allElements | ||
Résultat | List |
public transform ( |
||
element | the current element | |
Résultat | int |