# Copyright Oughtibridge Ltd
digraph "life_cycle"
{
fontname="Cambria"
# label="life cycle"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#life cycle
33 [label="life cycle" fontname="Cambria" URL="https://81001.org/concept/life_cycle" tooltip="series of all phases in the life of a product or system, from the initial conception to final decommissioning and disposal" color="#ff0700"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#system
60 [label="system" fontname="Cambria" URL="https://81001.org/concept/system" tooltip="combination of interacting elements organized to achieve one or more stated purposes" color="#ff0700"]
#List of generalisations and specialisations
# List of associations
#1 product has 1 life cycle
40 -> 33 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* system has 0..* life cycle
60 -> 33 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS