Business Rule Artifact Checker

ilog.rules.studio.model.checkers

JRules 6.0

Allows plug-ins to define custom checkers on business rule artifacts.

This is useful when you want to do some additional checks during the build of Rule Studio. The checkers that you have defined are called during the build to produce error markers that you can see in the Problems view.

<!ELEMENT extension (checker+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT checker EMPTY>

<!ATTLIST checker

class        CDATA #REQUIRED

resourceType CDATA #REQUIRED>