|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClauseModelRecognizer
The interface for an object which can recognize rule clause types in xml structures.
An instance of a this needs to be registered with the RuleInfoSvc for a each configured clause type so that it will now what ClauseModel classes to instantiate.
Method Summary | |
---|---|
boolean |
recognize(org.apache.xmlbeans.XmlObject element,
String clauseType)
Check if the specified xml structure is an instance of the specified clause type. |
Method Detail |
---|
boolean recognize(org.apache.xmlbeans.XmlObject element, String clauseType)
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |