Click or drag to resize

PatternEdge Properties

The PatternEdge type exposes the following members.

Properties
 NameDescription
Public propertyAnnotations The annotations of the pattern element
(Inherited from PatternElement)
Public propertyDefToBeYieldedTo Iff true the element is only defined in its PointOfDefinition pattern, it gets matched in another, nested or called pattern which yields it to the containing pattern.
(Inherited from PatternElement)
Public propertyInitialization The initialization expression for the element if some was defined, otherwise null.
(Inherited from PatternElement)
Public propertyName The name of the pattern element.
(Inherited from PatternElement)
Public propertyoriginalEdge Links to the original pattern edge in case this edge was inlined, otherwise null; the point of definition of the original edge references the original containing pattern
Public propertyPointOfDefinition The pattern where this element gets matched (null if rule parameter).
(Inherited from PatternElement)
Public propertyType The GrGen type of the pattern edge.
Public propertyUnprefixedName The pure name of the pattern element as specified in the .grg without any prefixes.
(Inherited from PatternElement)
Top
See Also