Package org.drools.drl.ast.dsl
Interface EntryPointDeclarationDescrBuilder
- All Superinterfaces:
AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>,DescrBuilder<PackageDescrBuilder,EntryPointDeclarationDescr>
- All Known Implementing Classes:
EntryPointDeclarationDescrBuilderImpl
public interface EntryPointDeclarationDescrBuilder
extends AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>, DescrBuilder<PackageDescrBuilder,EntryPointDeclarationDescr>
An interface for the entry point declaration descriptor builder
-
Method Summary
Methods inherited from interface org.drools.drl.ast.dsl.AnnotatedDescrBuilder
newAnnotationMethods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocation
-
Method Details
-
entryPointId
Declares the entry point id- Parameters:
name- the name of the entry point to be declared- Returns:
- itself
-