 | Iterated Constructor (PatternGraph, Int32, Int32, LGSPFilter) |
Constructs an Iterated object.
Namespace:
de.unika.ipd.grGen.lgsp
Assembly:
lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntaxpublic Iterated(
PatternGraph iteratedPattern,
int minMatches,
int maxMatches,
LGSPFilter[] filters
)
Parameters
- iteratedPattern
- Type: de.unika.ipd.grGen.lgspPatternGraph
PatternGraph of the iterated. - minMatches
- Type: SystemInt32
The minimum amount of matches to search for. - maxMatches
- Type: SystemInt32
The maximum amount of matches to search for. - filters
- Type: de.unika.ipd.grGen.lgspLGSPFilter
The filters to apply to the iterated.
See Also