GSTPy.LinkAdjacency¶
-
class
GSTPy.LinkAdjacency¶ Information about a link adjacency.
-
id¶ The id of the link adjacency.
Type: int
-
owner_id¶ The owner id of the link adjacency.
Type: int
-
parent_id¶ The id of the parent link adjacency.
Type: int
-
target_id¶ The id of the target.
Type: int
-
target_type¶ The type of the target.
Type: LinkAdjacencyTargetType
-