RetePatternRecognizer Rules

Identifier

com.togethersoft.selena.cmf.rules

Description

This extension point allows to add rules for the generic RetePatternRecognizer. It is not intended for public use.

Markup

   <!ELEMENT extension (pattern>+)>
   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT pattern EMPTY>
   <!ATTLIST pattern
     id=    CDATA #REQUIRED
     rules  CDATA #IMPLIED
     cooker CDATA #REQUIRED
   >

Example

<extension point="com.togethersoft.selena.cmf.rules">
 <pattern
  id="gof.AbstractFactory"
  rules="patterns/AbstractFactory.pattern"
  cooker="com.togethersoft.selena.patterns.gof.internal.instances.AbstractFactoryExtension"/>
</extension>

API Information

See com.tssap.selena.patterns for more information.

Supplied Implementation

Copyright 2002 TogetherSoft