MeetsTemporalRelation

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_MeetsTemporalRelation [ label = "{<id>MeetsTemporalRelation | \l \l| <MeetsTemporalRelationmeets> meets \l| <MeetsTemporalRelationisMetBy> isMetBy \l \l}" tooltip = "CoreProcess:MeetsTemporalRelation" ] subgraph CoreProcess { label = "CoreProcess" node [ color = "#000000" ] DDI4_ProcessStep [ label = "{<id>ProcessStep | + label : Label \l + description : StructuredString \l + definition : StructuredString \l + binding : Binding \l \l \l| <ProcessStepisPerformedBy> isPerformedBy \l| <ProcessStephasInput> hasInput \l| <ProcessStephasOutput> hasOutput \l \l}" tooltip = "CoreProcess:ProcessStep" ]; DDI4_TemporalRelation [ label = "{<id>TemporalRelation | \l \l| <TemporalRelationfuzzyPredecessor> fuzzyPredecessor \l| <TemporalRelationfuzzySuccessor> fuzzySuccessor \l \l}" tooltip = "CoreProcess:TemporalRelation" ]; } DDI4_MeetsTemporalRelation -> DDI4_TemporalRelation [arrowhead=empty color="#000000" ]; DDI4_MeetsTemporalRelation:MeetsTemporalRelationmeets -> DDI4_ProcessStep [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="1..1" edgetooltip="meets" fontcolor="black" color="#00000"]; DDI4_MeetsTemporalRelation:MeetsTemporalRelationisMetBy -> DDI4_ProcessStep [ arrowhead=none labeldistance=1.9 taillabel="0..1" headlabel="1..1" edgetooltip="isMetBy" fontcolor="black" color="#00000"]; }