Uses of Interface
com.ibm.pdp.engine.ICommonMicroPatternHandler

Packages that use ICommonMicroPatternHandler
com.ibm.pdp.engine   
com.ibm.pdp.rpp.micropattern   
 

Uses of ICommonMicroPatternHandler in com.ibm.pdp.engine
 

Subinterfaces of ICommonMicroPatternHandler in com.ibm.pdp.engine
 interface IMicroPatternHandler
          Handles an occurrence of a IMicroPattern found by the engine in the source code
An IMicroPatternHandler is registered by its corresponding MP ID and namespace (optional)
If the engine is configured with two handlers registered for the same MP ID, it will use the optional namespace attribute to choose the right handler at runtime.
 interface ISimpleMicroPatternHandler
          Handles an occurrence of a IMicroPattern found by the engine in the source code
An IMicroPatternHandler is registered by its corresponding MP ID and namespace (optional)
If the engine is configured with two handlers registered for the same MP ID, it will use the optional namespace attribute to choose the right handler at runtime.
 

Uses of ICommonMicroPatternHandler in com.ibm.pdp.rpp.micropattern
 

Classes in com.ibm.pdp.rpp.micropattern that implement ICommonMicroPatternHandler
 class AbstractBaseMicroPatternHandler
          Abstract class for all user micro patterns.
 class AbstractGlobalMicroPatternHandler
          Abstract class for global micro patterns.
 class AbstractSimpleMicroPatternHandler
          Abstract class for simple micro patterns.