Model
https://meta.linked.archi/examples/uml/
Reference instance data for the Linked.Archi UML ontology: a small ordering domain as a class model, and the order lifecycle as a state machine. Exists mainly so the UML shapes are exercised against instances rather than against the ontology's own enumeration individuals.
Reference instance data for the Linked.Archi UML ontology: a small ordering domain as a class model, and the order lifecycle as a state machine. Exists mainly so the UML shapes are exercised against instances rather than against the ontology's own enumeration individuals.
30 elements across 19 types
39 relationships across 13 types
| Source | Target |
|---|---|
| total | None |
| lines | Composite |
| Source | Target |
|---|---|
| Order | Line Item |
| Source | Target |
|---|---|
| Line Item | Item |
| Source | Target |
|---|---|
| Place Order | customer |
| Place Order | orderService |
| Source | Target |
|---|---|
| Place Order | submit() |
| Place Order | AckMessage |
| Source | Target |
|---|---|
| submit() | Complete |
| AckMessage | Complete |
| Source | Target |
|---|---|
| submit() | SynchCall |
| AckMessage | Reply |
| Source | Target |
|---|---|
| OrderStart | InitialPseudostate |
| Source | Target |
|---|---|
| Order | Priceable |
| Source | Target |
|---|---|
| OrderPlacedAssociation | Order |
| OrderIsAnItem | Line Item |
| Order realizes Priceable | Order |
| T1 | OrderStart |
| submit | Idle |
| T3 | Submitted |
| T4 | Fulfilled |
| Source | Target |
|---|---|
| OrderPlacedAssociation | Line Item |
| OrderIsAnItem | Item |
| Order realizes Priceable | Priceable |
| T1 | Idle |
| submit | Submitted |
| T3 | Fulfilled |
| T4 | OrderEnd |
| Source | Target |
|---|---|
| T1 | ExternalTransition |
| submit | ExternalTransition |
| T3 | ExternalTransition |
| T4 | ExternalTransition |
| Source | Target |
|---|---|
| Order | Public |
| Line Item | Public |
| Item | Public |
| Priceable | Public |
| total | Private |
| lines | Private |
| calculateTotal | Public |