Alternative Class |
Namespace: de.unika.ipd.grGen.lgsp
public class Alternative : IAlternative
The Alternative type exposes the following members.
| Name | Description | |
|---|---|---|
| Alternative(String, String, PatternGraph) |
Constructs an Alternative object.
| |
| Alternative(Alternative, PatternGraphEmbedding, PatternGraph, String, String, DictionaryPatternNode, PatternNode, DictionaryPatternEdge, PatternEdge, DictionaryPatternVariable, PatternVariable) |
Instantiates a new alternative object as a copy from an original alternative, used for inlining.
|
| Name | Description | |
|---|---|---|
| AlternativeCases |
Array with the alternative cases.
|
| Name | Description | |
|---|---|---|
| alternativeCases |
Array with the alternative cases.
| |
| name |
Name of the alternative.
| |
| originalAlternative |
Links to the original alternative in case this alternative was inlined, otherwise null
| |
| originalSubpatternEmbedding |
Links to the original subpattern embedding which was inlined in case this alternative was inlined, otherwise null.
| |
| pathPrefix |
Prefix for name from nesting path.
|