csc.update.InterfaceId¶
- class csc.update.InterfaceId¶
InterfaceId is defined by the GroupId and the direction type of the node - input or output connection node.
Implements the InterfaceId.
- Variables
group_id – Get GroupId
direction – Get direction type (csc.Direction)
- __init__(self: csc.update.InterfaceId, group_id: csc.update.GroupId, direction: csc.Direction) None ¶
Methods
__init__
(self, group_id, direction)Attributes
- __init__(self: csc.update.InterfaceId, group_id: csc.update.GroupId, direction: csc.Direction) None ¶
- __module__ = 'csc.update'¶
- property direction¶
- property group_id¶