Sha256: 981e8373c6d85eb565ec609a02f5225e0c32f5787192c956f6b6b324eb2c47a3

Contents?: true

Size: 630 Bytes

Versions: 18

Compression:

Stored size: 630 Bytes

Contents

diagram MyView {
  title "my diagram"

  class AddressClassProfile {
    addressClassProfile
  }
  class AttributeProfile {
    attributeProfile
  }

  association BidirectionalAsscoiation {
    owner_type aggregation
    member_type direct
    owner AddressClassProfile#addressClassProfile
    member AttributeProfile#attributeProfile [0..*]
  }

  association DirectAsscoiation {
    member_type direct
    owner AddressClassProfile
    member AttributeProfile#attributeProfile
  }

  association ReverseAsscoiation {
    owner_type aggregation
    owner AddressClassProfile#addressClassProfile
    member AttributeProfile
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
lutaml-uml-0.4.3 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.4.1 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.4.0 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.3.2 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.3.1 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.3.0 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.12 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.10 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.9 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.8 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.7 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.6 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.5 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.4 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.3 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.2 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.1 spec/fixtures/dsl/diagram_class_assocation.lutaml
lutaml-uml-0.2.0 spec/fixtures/dsl/diagram_class_assocation.lutaml