Skip to content

Commit

Permalink
Merge pull request #117 from eMoflon/Vis-fix-for-inheritance
Browse files Browse the repository at this point in the history
Fixed problem with inheritance in the vis
  • Loading branch information
anthonyanjorin committed Nov 27, 2018
2 parents 47bd8eb + 858bf8b commit df9c4be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class EMoflonPlantUMLGenerator {
«identifierForClass(src)»"«nameFor(ref.EOpposite, diagram)» «multiplicityFor(ref.EOpposite)»" «IF ref.isContainment»*«ELSE»<«ENDIF»--«IF ref.EOpposite.isContainment»*«ELSE»>«ENDIF» "«nameFor(ref, diagram)» «multiplicityFor(ref)»" «identifierForClass(trg)»
«ENDIF»
«ELSEIF(edge.edgeType == EdgeType.GENERALISATION
«identifierForClass(edge.trg as EClass<|--«identifierForClass(edge.src as EClass
«identifierForClass(edge.trg as EClass <|-- «identifierForClass(edge.src as EClass
«ELSEIF(edge.edgeType == EdgeType.LINK
«IF(!edge.hasEOpposite)»
«identifierForObject(edge.src)» --> «identifierForObject(edge.trg)» : "«IF diagram.abbreviateLabels»«abbr(edge.name)»«ELSE»«edge.name»«ENDIF»"
Expand Down

0 comments on commit df9c4be

Please sign in to comment.