-
Notifications
You must be signed in to change notification settings - Fork 1
Miscellaneous functions
Jip Claassens edited this page Sep 4, 2024
·
14 revisions
Miscellaneous functions are functions not categorized in the other function groups.
- regex_match - boolean data item indicating if the source data item matches the syntax expressed by the syntax argument
- regex_search - string data item with a substring of the source argument that meets the searchsyntax argument.
- regex_replace - string data item in which the substrings of the source argument that meet the syntax argument are replaced by the newvalues argument.
- PropValue - string parameter with the value of the property
- SubItem_PropValues - string attribute with the values of the property of the direct subitems
- SubTree_PropValues - string attribute with the value of the property of all subitems
- Inherited_PropValues - string attribute with the value of the property of all subitems and referred items
- rnd_uniform - data item with pseudo random values
- rnd_permutation - random permutation of the index numbers of domainunit argument
- subitem - reference to the subitem of a parent item
- GeoDMSVersion - parameter with the GeoDMS version number, function has become obsolete
- GeoDmsMajorVersionNumber - parameter with the GeoDMS major version number
- GeoDmsMinorVersionNumber - parameter with the GeoDMS minor version number
- GeoDmsPatchNumber - parameter with the GeoDMS patch number
-
GeoDmsBuildConfig - parameter indicating if the running GeoDMS executable is a Release or Debug version
-
GeoDmsPlatform - parameter indicating if the running GeoDMS executable is a Win32 or X64 version
-
FenceContainer - structure used to calculate a set of items in a configured sequence
-
entropy - to be added
-
average_entropy - to be added
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.