Skip to content

Commit

Permalink
docs(uml): document which metamodel elements are transformed
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Jan 3, 2024
1 parent ac6023a commit 2f8dbc8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/uml-parser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ import type { HandlerConfiguration } from './metamodel/metamodel'
import { Uml, inferAndSaveType } from './uml'
import { validateModel } from './validations'

// TODO: Transform the following Relationships into edges if relationshipsAsEdges is true
// - Abstraction
// - InformationFlow
// - Manifestation
// - Realization
// - Refine
// - TemplateBinding
// - Trace
// - Usage

// These are based on Papyrus UML
// The following Relationships are already being transformed
// - Dependency
// - ElementImport
// - PackageImport
// - PackageMerge

export const UmlRefiner = definePlugin({
name: 'uml',
parameters: {
Expand Down

0 comments on commit 2f8dbc8

Please sign in to comment.