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.libGr
IGraphProcessingEnvironment Interface
IGraphProcessingEnvironment Methods
AddEdge Method
AddEdge Method (IEdge, String)
AddEdge Method (IEdge, String, String)
AddEdge Method (EdgeType, INode, INode, String)
AddEdge Method (EdgeType, INode, INode, String, String)
IGraphProcessingEnvironment
AddEdge Method (EdgeType, INode, INode, String)
Adds a new edge to the current graph of this processing environment and assigns it to the given variable.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
Copy
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.
See Also
Reference
IGraphProcessingEnvironment Interface
AddEdge Overload
de.unika.ipd.grGen.libGr Namespace
German legal requirement:
Impressum / Imprint
and
Datenschutzerklärung / Privacy Statement