hoModelViewMDG - Helmut-Ortmann/EnterpriseArchitect_hoTools GitHub Wiki

MDG hoModelView

An MDG to show:

  • Usage of Model Views
  • Finding Diagrams
  • Structure Searches and ModelViews as MDG

For more information see also the SPARX Community Resource from Dr. Konrad Wieland:

Example Model View

Example Switch on/off MDG or Search categories

Example Categories in EA Model Search

Searches

Use:

  • wild card '#WC#'
  • '<Search Term>'

to make universal usable searches. See the following examples.

Class Diagrams

SELECT ea_guid AS CLASSGUID,  Diagram_Type AS CLASSTYPE, Name, [Version], 
      Author, Stereotype, CreatedDate, Diagram_Type, ModifiedDate
FROM t_diagram
where t_diagram.Diagram_Type = 'Logical' AND 
      name like "<Search Term>#WC#" 
ORDER BY Name`    

Recent Elements

select o.ea_guid AS CLASSGUID, o.object_type AS CLASSTYPE,
       o.Name AS Name,o.object_type As Type,
       ModifiedDate As NewerAs, Author, * 
from t_object o
where o.object_type in 
   (
      "Artifact","Class","Requirement","Component", "UseCase","Package","Action",
      "Activity","State","Actor","Event","Trigger","StateMachine","Signal",
      "Sequence","Port","Part","Package","Object","Note","Interface","Interaction","InteractionFragment","InteractionOccurence", "Collaboration","DataType","Signal","Sequence" 
   )  AND
   ModifiedDate > #Now - <Search Term>#    
ORDER BY o.ModifiedDate Desc

Manage MDG Technologies

SPARX: Manage MDG Technologies

Installation

In users<userName>AppData\Local\Apps\hoTools\ you find the MDG 'hoModelViewsMDG.xml'. To install it see:

Reference

⚠️ **GitHub.com Fallback** ⚠️