Class. Edge Router Registry
get(
kind
):IEdgeRouter
Defined in: packages/sprotty/src/features/routing/routing.ts:169
undefined
| string
hasKey(
key
):boolean
Defined in: packages/sprotty/src/utils/registry.ts:132
string
boolean
protected
missing(key
):IEdgeRouter
Defined in: packages/sprotty/src/utils/registry.ts:145
string
override(
key
,instance
):void
Defined in: packages/sprotty/src/utils/registry.ts:116
string
void
register(
key
,instance
):void
Defined in: packages/sprotty/src/utils/registry.ts:106
string
void
route(
edge
,args?
):RoutedPoint
[]
Defined in: packages/sprotty/src/features/routing/routing.ts:235
Computes or obtains the route of a single edge.
Readonly
<SRoutableElementImpl
>
the edge to be routed
arguments that may contain an EdgeRouting
already
the route of the specified edge
routeAllChildren(
parent
):EdgeRouting
Defined in: packages/sprotty/src/features/routing/routing.ts:179
Computes the routes of all edges contained by the specified parent
.
After all routes are available, it’ll apply the registered EdgeRoutePostProcessors
.
Readonly
<SParentElementImpl
>
the parent to traverse for edges
the routes of all edges that are children of parent