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.]


Copyright (c) 2009 Thales Corporate Services S.A.S.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html