hoModelViewMDG - Helmut-Ortmann/EnterpriseArchitect_hoTools GitHub Wiki
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:
Use:
- wild card '#WC#'
- '<Search Term>'
to make universal usable searches. See the following examples.
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`
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
SPARX: Manage MDG Technologies
In users<userName>AppData\Local\Apps\hoTools\ you find the MDG 'hoModelViewsMDG.xml'. To install it see: