Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfMakeAttrsHashTable (modelId, entityId : GENERIC; subTypes : BOOLEAN; attrName1 ,attrName2, attrName3 : STRING; attrName4, attrname5, attrName6 : STRING; attrName7, attrName8, attrName9 : STRING; attrName10 : STRING) hashTableIndex : INTEGER;; |
The xpfMakeAttrsHashTable function generates a hash table with instances for a specific entity type that belongs to the specified model (population). The hash table can have from 1 one up 10 keys (names entity attributes). This function has a variable length argument list.
...