Simplest Enterprise Continuous Integration Solutions

Friday, April 23, 2010

Enterprise Architecture Practice 14 - How to do EA Impact Analysis in Casewise 11

- Object Type Objects (with Category + Association Name + UserDefined Properties) based on Object Type Chain
Based on previous article associated Mathematics Model, it'll be pretty straight forward to plug in User Defined Properties (besides Description, ScriptName) 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
get userDefinedProperties
Return returnResults (ObjectTypeObject with Category + Association Name + UserDefined Properties)

No comments:

Post a Comment