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

Arcs connecting ontology identifiers to their subjects. More...

#include <Traits.h>

Public Types

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

Static Public Attributes

static constexpr graph::OwnershipSemantics semantics
 An ontology identifier cannot be deleted if it has any named individuals attached. More...
 

Detailed Description

Arcs connecting ontology identifiers to their subjects.

Member Data Documentation

◆ semantics

constexpr graph::OwnershipSemantics smtk::markup::arcs::OntologyIdentifiersToIndividuals::semantics
staticconstexpr
Initial value:

An ontology identifier cannot be deleted if it has any named individuals attached.


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