# Copyright Oughtibridge Ltd
digraph "reasonably_foreseeable_misuse"
{
fontname="Cambria"
# label="reasonably foreseeable misuse"
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
#reasonably foreseeable misuse
76 [label="reasonably foreseeable misuse" fontname="Cambria" URL="https://81001.org/concept/reasonably_foreseeable_misuse" tooltip="use of a product or system in a way not intended by the manufacturer, but which can result from readily predictable human behaviour" color="#a7ff00"]
#manufacturer
34 [label="manufacturer" fontname="Cambria" URL="https://81001.org/concept/manufacturer" tooltip="organization with responsibility for design or manufacture of a product" color="#02f4ff"]
#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"]
#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"]
#user
65 [label="user" fontname="Cambria" URL="https://81001.org/concept/user" tooltip="person using the system for a health-related purpose" color="#02f4ff"]
#weakness
68 [label="weakness" fontname="Cambria" URL="https://81001.org/concept/weakness" tooltip="kind of deficiency." color="#a7ff00"]
#weakness
68 [label="weakness" fontname="Cambria" URL="https://81001.org/concept/weakness" tooltip="kind of deficiency." color="#a7ff00"]
#List of generalisations and specialisations
#reasonably foreseeable misuse IS A weakness
68 -> 76 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="reasonably foreseeable misuse is a type of weakness" fontname="Cambria"]
# List of associations
#1 manufacturer has accountability for design and manufacture of 1..* product
34 -> 40 [constraint=false, dir="forward" label="has accountability for design and manufacture of" fontname="Cambria"]
#1 manufacturer manufactures 0..* product
34 -> 40 [constraint=false, dir="forward" label="manufactures" fontname="Cambria"]
#0..* product produced by 0..* manufacturer
40 -> 34 [constraint=false, dir="forward" label="produced by" fontname="Cambria"]
#0..* user uses 1..* system
65 -> 60 [constraint=false, dir="forward" label="uses" fontname="Cambria"]
#0..* manufacturer does not intend 0..* reasonably foreseeable misuse
34 -> 76 [constraint=false, dir="forward" label="does not intend" fontname="Cambria"]
#0..* reasonably foreseeable misuse applies to 0..* system
76 -> 60 [constraint=false, dir="forward" label="applies to" fontname="Cambria"]
#0..* reasonably foreseeable misuse applies to 0..* product
76 -> 40 [constraint=false, dir="forward" label="applies to " fontname="Cambria"]
#0..* user may undertake 0..* reasonably foreseeable misuse
65 -> 76 [constraint=false, dir="forward" label="may undertake" fontname="Cambria"]
}
Some PS