|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
A descriptor builder for Pattern sources
| Method Summary | |
|---|---|
AccumulateDescrBuilder<P> |
accumulate()
Defines the pattern source as being an accumulation |
CollectDescrBuilder<P> |
collect()
Defines the pattern source as a collection |
P |
entryPoint(String entryPoint)
Defines the pattern source as being an entry point |
P |
expression(String expression)
Defines the pattern source as being an expression result |
P |
window(String window)
Defines the pattern source as being a declared window |
| Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder |
|---|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation |
| Method Detail |
|---|
P expression(String expression)
expression - the expression
P entryPoint(String entryPoint)
entryPoint - the entry point identifier
CollectDescrBuilder<P> collect()
AccumulateDescrBuilder<P> accumulate()
P window(String window)
window - the declared window identifier
|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||