Connectivity constructor
- DirectedOCMSegmentId directedSegmentId,
- List<
TransportType> access
Creates a new instance.
directedSegmentIdLink IDaccessThe list of transport types which have access
Implementation
Connectivity(this.directedSegmentId, this.access);