Package org.drools.drl.ast.dsl.impl
Class EntryPointDeclarationDescrBuilderImpl
java.lang.Object
org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl<PackageDescrBuilder,EntryPointDeclarationDescr>
org.drools.drl.ast.dsl.impl.EntryPointDeclarationDescrBuilderImpl
- All Implemented Interfaces:
AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>,DescrBuilder<PackageDescrBuilder,,EntryPointDeclarationDescr> EntryPointDeclarationDescrBuilder
public class EntryPointDeclarationDescrBuilderImpl
extends BaseDescrBuilderImpl<PackageDescrBuilder,EntryPointDeclarationDescr>
implements EntryPointDeclarationDescrBuilder
-
Field Summary
Fields inherited from class org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl
descr, parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionentryPointId(String id) Declares the entry point idnewAnnotation(String name) Methods inherited from class org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocation
-
Constructor Details
-
EntryPointDeclarationDescrBuilderImpl
-
-
Method Details
-
entryPointId
Description copied from interface:EntryPointDeclarationDescrBuilderDeclares the entry point id- Specified by:
entryPointIdin interfaceEntryPointDeclarationDescrBuilder- Parameters:
id- the name of the entry point to be declared- Returns:
- itself
-
newAnnotation
- Specified by:
newAnnotationin interfaceAnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>
-