- Set AllIdentifierTypes
AllIdentifierTypes
The predefined set AllIdentifierTypes
contains the names of all
possible identifier types.
Set AllIdentifierTypes {
Index : IndexIdentifierTypes;
}
Definition
The predefined set
AllIdentifierTypes
contains the names of all possible identifier types.
Updatability
The contents of the set can not be modified; it has the following fixed contents:
AllIdentifierTypes := data { set , calendar , horizon , index , parameter , 'element parameter' , 'string parameter' , 'unit parameter' , variable , 'element variable' , 'complementarity variable', constraint , arc , node , 'uncertainty variable' , 'uncertainty constraint' , activity , resource , 'mathematical program' , macro , assertion , 'database table' , 'database procedure' , file , procedure , function , quantity , convention , LibraryModule , module , section , declaration } ;
See also
The sets
AllAttributeNames
andAllSuffixNames
.Model edit functions, see Runtime Libraries and the Model Edit Functions of the Language Reference.
The functions
me::ChangeType
andIdentifierType
.