Simplest Enterprise Continuous Integration Solutions

Saturday, April 10, 2010

Enterprise Architecture Practice 12 - How to do EA Impact Analysis in Casewise 9

- Object Type Objects (with Category) based on Object Type Chain
Based on previous article associated Mathematics Model, it'll be pretty straight forward to plug in Category information into ObjectTypeObject Mathematics Model
/*
/* 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
get categorytProperty based on above TYPE
Return returnResults (ObjectTypeObject with Category)

No comments:

Post a Comment