com.ibm.pdp.engine
Interface ICommonMicroPatternHandler

All Known Subinterfaces:
IMicroPatternHandler, ISimpleMicroPatternHandler
All Known Implementing Classes:
AbstractBaseMicroPatternHandler, AbstractGlobalMicroPatternHandler, AbstractSimpleMicroPatternHandler

public interface ICommonMicroPatternHandler


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getNamespace()
           
 void init()
          This method will be invoked once per generation
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()
Returns:
the associated Micro Pattern ID for this Handler

getNamespace

java.lang.String getNamespace()
Returns:
the associated Micro Pattern namespace for this Handler

init

void init()
This method will be invoked once per generation