- Set AllCaseTypes¶
AllCaseTypes¶
The predefined set AllCaseTypes
contains the names of all case types
declared within an AIMMS project.
Set AllCaseTypes {
Index : IndexCaseTypes;
}
Definition¶
The contents of the set
AllCaseTypes
is the collection of all case types defined within the Data Management Setup tool of a project.
Updatability¶
The contents of the set can only be modified by adding or deleting case types in the Data Management Setup tool.
Note
The function
CaseGetType
returns the case type of a case as an element of the setAllCaseTypes
. The identifiers and data categories associated with a case type can be obtained through the functionsCaseTypeContents
andCaseTypeCategories
. The default case type of a case when saving it is set through the predefined element parameterCurrentDefaultCaseType
.This identifier is only relevant when the chosen
Data_Management_style
issingle_data_manager_file
.