 | GraphHelperCountEdges(IGraph, EdgeType, Int32) Method |
Returns the count of the edges in the graph of the type given
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static int CountEdges(
IGraph graph,
EdgeType edgeType,
int threadId
)
Parameters
- graph IGraph
-
- edgeType EdgeType
-
- threadId Int32
-
Return Value
Int32
See Also