public interface SourceDescrBuilder<P extends PatternDescrBuilder<?>> extends DescrBuilder<P,PatternDescr>
Modifier and Type | Method and Description |
---|---|
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
|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
P expression(String expression)
expression
- the expressionP entryPoint(String entryPoint)
entryPoint
- the entry point identifierCollectDescrBuilder<P> collect()
AccumulateDescrBuilder<P> accumulate()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.