Skip to content

Commit 492cf9d

Browse files
committed
Add Roassal GRaph and remove impacts
1 parent 7c7ae89 commit 492cf9d

File tree

10 files changed

+190
-330
lines changed

10 files changed

+190
-330
lines changed

src/ExecutableRequirements-Impacts/ExReqRepository.extension.st

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/ExecutableRequirements-Impacts/ExReqRequirementImpact.class.st

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/ExecutableRequirements-Impacts/ExReqRoassalGraphImpact.class.st

Lines changed: 0 additions & 224 deletions
This file was deleted.

src/ExecutableRequirements-Impacts/package.st

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Extension { #name : 'ExReqRepository' }
2+
3+
{ #category : '*ExecutableRequirements-Roassal' }
4+
ExReqRepository >> inspectionRepository [
5+
6+
<inspectorPresentationOrder: 1 title: 'Roassal View'>
7+
^ SpRoassalInspectorPresenter new
8+
canvas: (ExReqRoassalViews repositoryView: self);
9+
yourself
10+
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Extension { #name : 'ExReqRepositoryReport' }
2+
3+
{ #category : '*ExecutableRequirements-Roassal' }
4+
ExReqRepositoryReport >> inspectionRepositoryReport [
5+
6+
<inspectorPresentationOrder: 1 title: 'Roassal View'>
7+
^ SpRoassalInspectorPresenter new
8+
canvas: (ExReqRoassalViews repositoryReportView: self);
9+
yourself
10+
]

0 commit comments

Comments
 (0)