 | GraphHelperDefinedSubgraph(IDictionary, IGraph) Method |
Returns the edge induced/defined subgraph of the given edge set of unknown direction
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IGraph DefinedSubgraph(
IDictionary edgeSet,
IGraph graph
)
Parameters
- edgeSet IDictionary
-
- graph IGraph
-
Return Value
IGraph
See Also