Table of Contents

Class GGraph

Namespace
NMF.Glsp.Graph
Assembly
NMF.Glsp.dll

Represents a graph as denoted by GLSP

public class GGraph : GElement
Inheritance
GGraph
Inherited Members

Constructors

GGraph(string)

Creates a new instance

public GGraph(string id)

Parameters

id string

Properties

Graph

The graph that this element belongs to

[JsonIgnore]
public override GGraph Graph { get; }

Property Value

GGraph

Methods

Resolve(string)

Resolves the given element id

public GElement Resolve(string id)

Parameters

id string

The id of the element

Returns

GElement

The resolved graph element or null, if not found