Uses of Interface
org.jboss.drools.DocumentRoot
-
Packages that use DocumentRoot Package Description org.jboss.drools org.jboss.drools.impl org.jboss.drools.util -
-
Uses of DocumentRoot in org.jboss.drools
Methods in org.jboss.drools that return DocumentRoot Modifier and Type Method Description DocumentRootDroolsFactory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in org.jboss.drools.impl
Classes in org.jboss.drools.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in org.jboss.drools.impl that return DocumentRoot Modifier and Type Method Description DocumentRootDroolsFactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in org.jboss.drools.util
Methods in org.jboss.drools.util with parameters of type DocumentRoot Modifier and Type Method Description TDroolsSwitch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanDroolsValidator. validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-