BusWire Module
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
Full Usage:
extractConnection wModel cId
Parameters:
Model
cId : ConnectionId
Returns: Connection
|
|
|
|
Full Usage:
formatIntersectionMap m
Parameters:
Map<SegmentId, (ConnectionId * SegmentId) list>
Returns: string
|
|
|
|
|
|
|
|
Full Usage:
getASegmentFromId model (arg2, arg3)
Parameters:
Model
arg1 : int
arg2 : ConnectionId
Returns: ASegment
Modifiers: inline |
|
|
|
Full Usage:
getSegmentFromId model (arg2, arg3)
Parameters:
Model
arg1 : int
arg2 : ConnectionId
Returns: Segment
Modifiers: inline |
|
Full Usage:
getSegmentOrientation segStart segEnd
Parameters: Returns: Orientation
Modifiers: inline |
|
Full Usage:
getSegmentOrientationOpt segStart segEnd
Parameters: Returns: Orientation option
Modifiers: inline |
|
|
|
Full Usage:
issieVerticesToSegments connId verticesList
Parameters:
ConnectionId
verticesList : (float * float * bool) list
Returns: Segment list
|
|
|
|
|
|
|
|
|
|
Full Usage:
logSegmentInModel model wireId index
Parameters:
Model
wireId : ConnectionId
index : int
|
|
Full Usage:
logSegmentsInModel model wireSegmentIdPairs
Parameters:
Model
wireSegmentIdPairs : (int * ConnectionId) list
Returns: Model
|
|
|
|
Full Usage:
makeInitialSegmentsList hostId startPos endPos portOrientation
Parameters:
ConnectionId
startPos : XYPos
endPos : XYPos
portOrientation : Edge
Returns: Segment list
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
renderRadialWireSVG (arg1, arg2) segmentpair
Parameters:
string
arg1 : Orientation
segmentpair : (type)
Returns: string * Orientation
|
|
|
|
|
|
Full Usage:
xyVerticesToSegments connId xyVerticesList
Parameters:
ConnectionId
xyVerticesList : XYPos list
Returns: Segment list
|