Package org.drools.drl.ast.dsl.impl
Class AccumulateImportDescrBuilderImpl
java.lang.Object
org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl<PackageDescrBuilder,AccumulateImportDescr>
org.drools.drl.ast.dsl.impl.AccumulateImportDescrBuilderImpl
- All Implemented Interfaces:
AccumulateImportDescrBuilder,DescrBuilder<PackageDescrBuilder,AccumulateImportDescr>
public class AccumulateImportDescrBuilderImpl
extends BaseDescrBuilderImpl<PackageDescrBuilder,AccumulateImportDescr>
implements AccumulateImportDescrBuilder
-
Field Summary
Fields inherited from class org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl
descr, parent -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfunctionName(String functionName) Sets the function name for the accumulate importSets the import targetMethods 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
-
AccumulateImportDescrBuilderImpl
-
-
Method Details
-
target
Description copied from interface:AccumulateImportDescrBuilderSets the import target- Specified by:
targetin interfaceAccumulateImportDescrBuilder- Parameters:
target- the class or package being imported- Returns:
- itself
-
functionName
Description copied from interface:AccumulateImportDescrBuilderSets the function name for the accumulate import- Specified by:
functionNamein interfaceAccumulateImportDescrBuilder- Parameters:
functionName- the function name- Returns:
- itself
-