Package org.drools.drl.ast.dsl
Interface WindowDeclarationDescrBuilder
- All Superinterfaces:
AnnotatedDescrBuilder<WindowDeclarationDescrBuilder>,DescrBuilder<PackageDescrBuilder,,WindowDeclarationDescr> PatternContainerDescrBuilder<WindowDeclarationDescrBuilder,WindowDeclarationDescr>
- All Known Implementing Classes:
WindowDeclarationDescrBuilderImpl
public interface WindowDeclarationDescrBuilder
extends AnnotatedDescrBuilder<WindowDeclarationDescrBuilder>, DescrBuilder<PackageDescrBuilder,WindowDeclarationDescr>, PatternContainerDescrBuilder<WindowDeclarationDescrBuilder,WindowDeclarationDescr>
A descriptor builder for declared types
-
Method Summary
Modifier and TypeMethodDescriptionDefines the window nameMethods 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, startLocationMethods inherited from interface org.drools.drl.ast.dsl.PatternContainerDescrBuilder
getDescr, pattern, pattern
-
Method Details
-
name
Defines the window name- Parameters:
name- the window name- Returns:
- itself
-