Table of Contents

Class AdhocEdgeSyntaxExtensions

Namespace
NMF.Glsp.Language
Assembly
NMF.Glsp.dll

Provides convenience methods for IAdhocEdgeSyntax

public static class AdhocEdgeSyntaxExtensions
Inheritance
AdhocEdgeSyntaxExtensions
Inherited Members

Methods

WithLabel(IAdhocEdgeSyntax, string)

Sets the label for the generated edge to the given value provider

public static IAdhocEdgeSyntax WithLabel(this IAdhocEdgeSyntax syntax, string label)

Parameters

syntax IAdhocEdgeSyntax

The syntax instance

label string

The tool label

Returns

IAdhocEdgeSyntax

A syntax instance for chaining purposes