![]() | Iterated Class |
Namespace: de.unika.ipd.grGen.lgsp
public class Iterated : IIterated
The Iterated type exposes the following members.
Name | Description | |
---|---|---|
![]() | Iterated(PatternGraph, Int32, Int32, LGSPFilter) |
Constructs an Iterated object.
|
![]() | Iterated(Iterated, PatternGraphEmbedding, PatternGraph, String, DictionaryPatternNode, PatternNode, DictionaryPatternEdge, PatternEdge, DictionaryPatternVariable, PatternVariable) |
Instantiates a new iterated object as a copy from an original iterated, used for inlining.
|
Name | Description | |
---|---|---|
![]() | Filters |
An array of the available filters
|
![]() | IteratedPattern |
The iterated pattern to be matched as often as possible within specified bounds.
|
![]() | MaxMatches |
The upper bound to stop matching at, 0 means unlimited/as often as possible.
|
![]() | MinMatches |
How many matches to find so the iterated succeeds.
|
Name | Description | |
---|---|---|
![]() | filters |
An array of the available filters
|
![]() | iteratedPattern |
The iterated pattern to be matched as often as possible within specified bounds.
|
![]() | maxMatches |
The upper bound to stop matching at, 0 means unlimited.
|
![]() | minMatches |
How many matches to find so the iterated succeeds.
|
![]() | originalIterated |
Links to the original iterated in case this iterated was inlined, otherwise null
|
![]() | originalSubpatternEmbedding |
Links to the original subpattern embedding which was inlined in case this iterated was inlined, otherwise null.
|