Creating a plug-in dedicated to user micropatterns
A specific creation wizard is available to create this type of plug-in.
Procedure
Results
The plugin.xml file
contains the micropattern extension point.
Figure 1. Micropattern
extension point
<extension
point="com.ibm.pdp.framework.microPattern">
<handler
refPatternId="com.ibm.pdp.pacbase.batch"
class="com.micropattern.sample.UserMicroPattern">
</handler>
</extension>
To develop your micropattern, open the plug-in and the Java class generated from the name you specified in the creation wizard.