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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntryPointDeclarationDescrBuilderentryPointId(String name)Declares the entry point id-
Methods inherited from interface org.drools.drl.ast.dsl.AnnotatedDescrBuilder
newAnnotation
-
Methods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
-
-
-
-
Method Detail
-
entryPointId
EntryPointDeclarationDescrBuilder entryPointId(String name)
Declares the entry point id- Parameters:
name- the name of the entry point to be declared- Returns:
- itself
-
-