- Object Type Objects based on Object Type Chain
Object Type Chain Mathematics Model computes all of table valued Object Type Chains (unlimited layers)
for instance,
in Desc mode, the Object Type Chains could be:
OT_1 > OT_2
OT_1 > OT_2 > OT_3
OT_1 > Application
OT_1 > Application > OT_3
Or
in Asc mode, the Object Type Chains could be:
OT_3 < OT_2
OT_3 < OT_2 < OT_1
OT_3 < Application
OT_3 < Application < OT_1
The Mathematics Model for each tip of the Object Type Chain (for instance, OT_3 is tip of Object Type Chain OT_1 > OT_2 > OT_3) is below:
/*
/* Purpose: A POC approach (Mathematics Model) for Object Type Objects based on Object Type Chain
/* Inputs:
/* modelName: Casewise Model Name
/* objectTypeChain: Object Type Chain (unlimited layers)
/* Returns:
/* (a table valued) ObjectTypeObject
/*
get objectTypeChainTip
If objectTypeChainTip belongs to User Defined
get Object Type Object ID, TYPE, NAME based on User Defined
Else
get Object Type Object ID, TYPE, NAME based on POLDAT
End
Return returnResults (ObjectTypeObject)
No comments:
Post a Comment