Method | 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.
|
Method | Description | |
---|---|---|
getValidIdForName ( string name ) : string |
public static Main ( string args ) : int | ||
args | string | command line arguments |
return | int |
public SetIdFromNames ( List |
||
ids | List |
vector of current ids |
return | System |
public static getAllIds ( |
||
allElements | ||
return | List |
public transform ( |
||
element | the current element | |
return | int |