Skip navigation links


com.bea.p13n.rules.model
Class EventTypeModel.Recognizer

java.lang.Object
  extended by com.bea.p13n.rules.model.EventTypeModel.Recognizer

All Implemented Interfaces
ClauseModelRecognizer
Enclosing class:
EventTypeModel

public static class EventTypeModel.Recognizer
extends Object
implements ClauseModelRecognizer

An object which can recognize EventTypeModels from xml.


Constructor Summary
EventTypeModel.Recognizer()
           

 

Method Summary
 boolean recognize(org.apache.xmlbeans.XmlObject clause, String clauseModel)
          Check if the specified xml structure is an instance of the specified clause type.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EventTypeModel.Recognizer

public EventTypeModel.Recognizer()

Method Detail

recognize

public boolean recognize(org.apache.xmlbeans.XmlObject clause,
                         String clauseModel)
Description copied from interface: ClauseModelRecognizer
Check if the specified xml structure is an instance of the specified clause type.
Specified by:
recognize in interface ClauseModelRecognizer

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.