Class. Sgraph Index
getAttachedElements(
element
):FluentIterable
<SModelElementImpl
>
Defined in: packages/sprotty/src/graph/sgraph.ts:221
FluentIterable
<SModelElementImpl
>
ModelIndexImpl
.getAttachedElements
getById(
id
):undefined
|SModelElementImpl
Defined in: packages/sprotty/src/base/model/smodel.ts:237
string
undefined
| SModelElementImpl
getIncomingEdges(
element
):FluentIterable
<SEdgeImpl
>
Defined in: packages/sprotty/src/graph/sgraph.ts:252
FluentIterable
<SEdgeImpl
>
getOutgoingEdges(
element
):FluentIterable
<SEdgeImpl
>
Defined in: packages/sprotty/src/graph/sgraph.ts:256
FluentIterable
<SEdgeImpl
>
remove(
element
):void
Defined in: packages/sprotty/src/graph/sgraph.ts:193
void