Package org.drools.drl.ast.dsl
Interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>>
- All Superinterfaces:
DescrBuilder<P,NamedConsequenceDescr>
- All Known Implementing Classes:
NamedConsequenceDescrBuilderImpl
public interface NamedConsequenceDescrBuilder<P extends DescrBuilder<?,?>>
extends DescrBuilder<P,NamedConsequenceDescr>
-
Method Summary
Modifier and TypeMethodDescriptionbreaking(boolean breaking) Sets the consequence invocation as breaking or notSets the consequence nameMethods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocation
-
Method Details
-
name
Sets the consequence name- Parameters:
name- the name of the consequence to be invoked- Returns:
- itself
-
breaking
Sets the consequence invocation as breaking or not- Parameters:
breaking-- Returns:
- itself
-