Simplest Enterprise Continuous Integration Solutions

Friday, April 16, 2010

Enterprise Architecture Practice 13 - How to do EA Impact Analysis in Casewise 10

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

No comments:

Post a Comment