CategorySet

A Category Set is a type of Node Set which groups Categories.

Extends

NodeSet

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_CategorySet [ label = "{<id>CategorySet | \l \l| <CategorySethasCategory> hasCategory \l \l}" tooltip = "Representations:CategorySet" ] subgraph Conceptual { label = "Conceptual" node [ color = "#218559" ] DDI4_Category [ label = "{<id>Category | \l \l| \l \l}" tooltip = "Conceptual:Category" ]; } subgraph Representations { label = "Representations" node [ color = "#000000" ] DDI4_NodeSet [ label = "{<id>NodeSet | \l \l| <NodeSetisBasedOn> isBasedOn \l| <NodeSetcontains> contains \l| <NodeSethasLevel> hasLevel \l| <NodeSethasNodeParentChild> hasNodeParentChild \l| <NodeSethasNodePartWhole> hasNodePartWhole \l| <NodeSethasNodeSetParentChild> hasNodeSetParentChild \l| <NodeSethasNodeSetPartWhole> hasNodeSetPartWhole \l| <NodeSethasLevelParentChild> hasLevelParentChild \l \l}" tooltip = "Representations:NodeSet" ]; } DDI4_CategorySet -> DDI4_NodeSet [arrowhead=empty color="#000000" ]; DDI4_Category -> DDI4_CategorySet:CategorySethasCategory [arrowhead=odiamond labeldistance=1.9 taillabel="1..n" headlabel="1..n" edgetooltip="hasCategory" fontcolor="black" color="#00000"]; }