lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

UML syntax: Packages #31

Open ronaldtse opened 4 years ago

ronaldtse commented 4 years ago

Packages

Notation & Semantics

Screen Shot 2020-08-05 at 2 22 42 AM
package Contract
package Product
package Partner

package Contract::Tariffing {
  associated_with Product
}
package Contract::Property {
  associated_with Contract::Tariffing
  associated_with Partner
}
package Contract::Life {
  associated_with Contract::Tariffing
  associated_with Partner
}
ronaldtse commented 3 years ago

@w00lf we should get this syntax to connect to the new Package functionality (hierarchical packages).