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