Uses of Class
org.drools.lang.descr.EntryPointDeclarationDescr

Packages that use EntryPointDeclarationDescr
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.descr   
 

Uses of EntryPointDeclarationDescr in org.drools.lang
 

Methods in org.drools.lang that return EntryPointDeclarationDescr
 EntryPointDeclarationDescr DRLParser.entryPointDeclaration(DeclareDescrBuilder ddb)
          entryPointDeclaration := ENTRY-POINT stringId annotation* END NOTE: at the moment, it seems redundant to have the declaration to accept only a stringId, but in the future, it will likely accept annotations and other parameters.
 

Uses of EntryPointDeclarationDescr in org.drools.lang.descr
 

Methods in org.drools.lang.descr that return types with arguments of type EntryPointDeclarationDescr
 Set<EntryPointDeclarationDescr> PackageDescr.getEntryPointDeclarations()
           
 

Methods in org.drools.lang.descr with parameters of type EntryPointDeclarationDescr
 void PackageDescr.addEntryPointDeclaration(EntryPointDeclarationDescr epDescr)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.