Package org.drools.drl.ast.dsl
Interface AccumulateImportDescrBuilder
- All Superinterfaces:
DescrBuilder<PackageDescrBuilder,AccumulateImportDescr>
- All Known Implementing Classes:
AccumulateImportDescrBuilderImpl
public interface AccumulateImportDescrBuilder
extends DescrBuilder<PackageDescrBuilder,AccumulateImportDescr>
An interface for the import builder
-
Method Summary
Modifier and TypeMethodDescriptionfunctionName(String functionName) Sets the function name for the accumulate importSets the import targetMethods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocation
-
Method Details
-
target
Sets the import target- Parameters:
target- the class or package being imported- Returns:
- itself
-
functionName
Sets the function name for the accumulate import- Parameters:
functionName- the function name- Returns:
- itself
-