Click or drag to resize

PatternGraphAlternatives Property

An array of alternatives, each alternative contains in its cases the subpatterns to choose out of.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public IAlternative[] Alternatives { get; }

Property Value

Type: IAlternative

Implements

IPatternGraphAlternatives
See Also