EGF pattern condition declaration

Identifier:
org.eclipse.egf.pattern.patternCondition

Since:
[Enter the first release in which this extension point appears.]

Description:
Pattern condition implementation pointer.
This extension point is intended to be used by pattern ui exclusively for declaration.
Reading these extensions is then left to a specific pattern execution.
So, you should not be using this extension point.

Configuration Markup:

<!ELEMENT extension (conditionPointer)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT conditionPointer EMPTY>

<!ATTLIST conditionPointer

patternId CDATA #REQUIRED

class     CDATA #REQUIRED

>

A pointer to a condition class for identified pattern.



Examples:
[Enter extension point usage example here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]