Click or drag to resize

IIterated Interface

An iterated is a pattern graph element containing the subpattern to be matched iteratively and the information how much matches are needed for success and how much matches to obtain at most

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public interface IIterated

The IIterated type exposes the following members.

Properties
 NameDescription
Public propertyFilters An array of the available filters
Public propertyIteratedPattern The iterated pattern to be matched as often as possible within specified bounds.
Public propertyMaxMatches The upper bound to stop matching at, 0 means unlimited/as often as possible.
Public propertyMinMatches How many matches to find so the iterated succeeds.
Top
See Also