An alternative is a pattern graph element containing subpatterns
of which one must get successfully matched so that the entire pattern gets matched successfully.
| C# |
public class Alternative : IAlternative
| All Members | Constructors | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Alternative(String, String, array<PatternGraph>[]()[]) |
Constructs an Alternative object.
| |
| alternativeCases |
Array with the alternative cases.
| |
| AlternativeCases |
Array with the alternative cases.
| |
| name |
Name of the alternative.
| |
| pathPrefix |
Prefix for name from nesting path.
|
| Object | |
| Alternative | |