org.drools.lang.api
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
 NamedConsequenceDescrBuilder<P> breaking(boolean breaking)
          Sets the consequence invocation as breaking or not
 NamedConsequenceDescrBuilder<P> name(String name)
          Sets the consequence name
 
Methods inherited from interface org.drools.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Method Detail

name

NamedConsequenceDescrBuilder<P> name(String name)
Sets the consequence name

Parameters:
name - the name of the consequence to be invoked
Returns:
itself

breaking

NamedConsequenceDescrBuilder<P> breaking(boolean breaking)
Sets the consequence invocation as breaking or not

Parameters:
breaking -
Returns:
itself


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