Sha256: f05906cb9d49f4a7dd17d5f963c5bcf451031e6ba57dc92f41b70a7928fb3c39

Contents?: true

Size: 481 Bytes

Versions: 18

Compression:

Stored size: 481 Bytes

Contents

diagram MyView {
  title "my diagram"

  ** My comment

  class Component {}

  *|
    this is multiline
    comment with {} special
    chars/

    +-|/
  |*
  class AddressClassProfile {
    // TODO: write attributes
    +addressClassProfile: CharacterString [0..1]
  }

  // TODO: description
  class AttributeProfile {
    ** this is attribute comment
    imlicistAttributeProfile: CharacterString [0..1]
    *| this is another comment line
    with multiply lines
    |*
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

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