# Copyright Oughtibridge Ltd
digraph "implementation"
{
fontname="Cambria"
# label="implementation"
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
#implementation
26 [label="implementation" fontname="Cambria" URL="https://81001.org/concept/implementation" tooltip="life cycle phase at the end of which the hardware, software and procedures of the system considered become operational" color="#a74d00"]
#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"]
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#process
39 [label="process" fontname="Cambria" URL="https://81001.org/concept/process" tooltip="set of interrelated or interacting activities that use inputs to deliver an intended result" color="#a74d00"]
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#List of generalisations and specialisations
#implementation IS A process
39 -> 26 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="implementation is a type of process" fontname="Cambria"]
# List of associations
#1 implementation implements 1 system
26 -> 60 [constraint=false, dir="forward" label="implements" fontname="Cambria"]
#0..* process determines 1 quality
39 -> 41 [constraint=false, dir="forward" label="determines" fontname="Cambria"]
}
Some PS