diff --git a/src/Famix-UMLDocumentor/FamixUMLRoassalDescriptor.class.st b/src/Famix-UMLDocumentor/FamixUMLRoassalDescriptor.class.st index f4cb59e6..caf4f29f 100644 --- a/src/Famix-UMLDocumentor/FamixUMLRoassalDescriptor.class.st +++ b/src/Famix-UMLDocumentor/FamixUMLRoassalDescriptor.class.st @@ -38,6 +38,16 @@ FamixUMLRoassalDescriptor >> aggregations [ (self umlClassNamed: aggreg source) -> (self umlClassNamed: aggreg target) ]) ] +{ #category : 'accessing' } +FamixUMLRoassalDescriptor >> associations [ + + ^(umlModel + select: [ :umlEntity | umlEntity class = FamixUMLAssociation and: [ umlEntity aggregation = #off ]] + thenCollect: [ :use | + (self umlClassNamed: use target) -> (self umlClassNamed: use source) ]) + +] + { #category : 'accessing' } FamixUMLRoassalDescriptor >> compositions [