SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
Given a Key, Information about the object to which a link connects can be returned. More...
#include <LinkInformation.h>
Public Types | |
enum | Status : char { Valid, Invalid, Unknown } |
A link is either Valid (can be accessed), Invalid (the object to which it links has been removed), or Unknown (the object is or belongs to a resource that is not in memory). | |
enum | Type : char { Resource, Component } |
A link connects to either a component or a resource. | |
Public Attributes | |
Status | status |
Type | type |
std::string | location |
The on-disk location of the linked object. | |
smtk::common::UUID | id |
The id of the linked object. | |
Links::RoleType | role |
The role of the link. | |
Given a Key, Information about the object to which a link connects can be returned.