Drools :: Compiler 6.2.0.Final

org.drools.compiler.lang.api
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
 AccumulateImportDescrBuilder functionName(String functionName)
          Sets the function name for the accumulate import
 AccumulateImportDescrBuilder target(String target)
          Sets the import target
 
Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Method Detail

target

AccumulateImportDescrBuilder target(String target)
Sets the import target

Parameters:
target - the class or package being imported
Returns:
itself

functionName

AccumulateImportDescrBuilder functionName(String functionName)
Sets the function name for the accumulate import

Parameters:
functionName - the function name
Returns:
itself

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.