Click or drag to resize

GraphDumperDumpMatchOnly Method

Dumps the given matches.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void DumpMatchOnly(
	IDumper dumper,
	DumpInfo dumpInfo,
	IMatches matches,
	DumpMatchSpecial which,
	ref Set<INode> matchedNodes,
	ref Set<INode> multiMatchedNodes,
	ref Set<IEdge> matchedEdges,
	ref Set<IEdge> multiMatchedEdges
)

Parameters

dumper
Type: de.unika.ipd.grGen.libGrIDumper
The graph dumper to be used.
dumpInfo
Type: de.unika.ipd.grGen.libGrDumpInfo
Specifies how the graph shall be dumped.
matches
Type: de.unika.ipd.grGen.libGrIMatches
An IMatches object containing the matches.
which
Type: de.unika.ipd.grGen.libGrDumpMatchSpecial
Which match to dump, or AllMatches for dumping all matches The nodes matchedThe nodes matched multiple timesThe edges matchedThe edges matched multiple times adding connections between them, or OnlyMatches to dump the matches only
matchedNodes
Type: de.unika.ipd.grGen.libGrSetINode
multiMatchedNodes
Type: de.unika.ipd.grGen.libGrSetINode
matchedEdges
Type: de.unika.ipd.grGen.libGrSetIEdge
multiMatchedEdges
Type: de.unika.ipd.grGen.libGrSetIEdge
See Also