GrGen.NET v7.2 API: the libGr class library (the type exact interface gets generated)
GrGen.NET v7.2 API: the libGr class library (the type exact interface gets generated)
de.unika.ipd.grGen.lgsp
LGSPGraphProcessingEnvironment Class
LGSPGraphProcessingEnvironment Methods
AddEdge Method
AddEdge Method (IEdge, String)
AddEdge Method (LGSPEdge, String)
AddEdge Method (IEdge, String, String)
AddEdge Method (EdgeType, LGSPNode, LGSPNode, String)
AddEdge Method (EdgeType, INode, INode, String)
AddEdge Method (EdgeType, INode, INode, String, String)
LGSPGraphProcessingEnvironment
AddEdge Method (EdgeType, INode, INode, String)
Adds a new edge to the graph and assigns it to the given variable.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
Copy
public
IEdge
AddEdge
(
EdgeType
edgeType
,
INode
source
,
INode
target
,
string
varName
)
Parameters
edgeType
Type:
de.unika.ipd.grGen.libGr
EdgeType
The edge type for the new edge.
source
Type:
de.unika.ipd.grGen.libGr
INode
The source of the edge.
target
Type:
de.unika.ipd.grGen.libGr
INode
The target of the edge.
varName
Type:
System
String
The name of the variable.
Return Value
Type:
IEdge
The newly created edge.
Implements
IGraphProcessingEnvironment
AddEdge(EdgeType, INode, INode, String)
See Also
Reference
LGSPGraphProcessingEnvironment Class
AddEdge Overload
de.unika.ipd.grGen.lgsp Namespace
German legal requirement:
Impressum / Imprint
and
Datenschutzerklärung / Privacy Statement