Click or drag to resize

Iterated Class

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
Inheritance Hierarchy
SystemObject
  de.unika.ipd.grGen.lgspIterated

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public class Iterated : IIterated

The Iterated type exposes the following members.

Constructors
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
Fields
  NameDescription
Public fieldfilters
An array of the available filters
Public fielditeratedPattern
The iterated pattern to be matched as often as possible within specified bounds.
Public fieldmaxMatches
The upper bound to stop matching at, 0 means unlimited.
Public fieldminMatches
How many matches to find so the iterated succeeds.
Public fieldoriginalIterated
Links to the original iterated in case this iterated was inlined, otherwise null
Public fieldoriginalSubpatternEmbedding
Links to the original subpattern embedding which was inlined in case this iterated was inlined, otherwise null.
Top
See Also