Click or drag to resize

IAlternative Interface

An alternative is a pattern graph element containing subpatterns of which one must get successfully matched so that the entire pattern gets matched successfully

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

The IAlternative type exposes the following members.

Properties
 NameDescription
Public propertyAlternativeCases Array with the alternative cases
Top
See Also