Allows plug-ins to define a validator class for a ruleset extractor.
This is useful when you cannot define your extractor as a query, or when you need to filter artifacts other than rules (ruleflows, variable sets, and so on).
<!ELEMENT extension (extractorValidator)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT extractorValidator EMPTY>
<!ATTLIST extractorValidator
name CDATA #REQUIRED
validatorClass CDATA #REQUIRED>
ilog.rules.commonbrm.extractor.IlrExtractorValidator.Copyright © 1987-2008 ILOG S.A. All rights reserved.