Class GGraph
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
Methods
Resolve(string)
Resolves the given element id
public GElement Resolve(string id)
Parameters
id
stringThe id of the element
Returns
- GElement
The resolved graph element or null, if not found