SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Types | Static Public Attributes | List of all members
smtk::markup::arcs::GroupsToMembers Struct Reference

Arcs connecting groups to their members and vice-versa. More...

#include <Traits.h>

Public Types

using FromType = Group
 
using ToType = Component
 
using Directed = std::true_type
 

Static Public Attributes

static constexpr graph::OwnershipSemantics semantics
 

Detailed Description

Arcs connecting groups to their members and vice-versa.

Member Data Documentation

◆ semantics

constexpr graph::OwnershipSemantics smtk::markup::arcs::GroupsToMembers::semantics
staticconstexpr

The documentation for this struct was generated from the following file:
smtk::graph::OwnershipSemantics::ToNodeOwnsFromNode
@ ToNodeOwnsFromNode
The "to" node owns the "from" node.