public class SourceDescrBuilderImpl<P extends PatternDescrBuilder<?>> extends BaseDescrBuilderImpl<P,PatternDescr> implements SourceDescrBuilder<P>
descr, parent
Modifier | Constructor and Description |
---|---|
protected |
SourceDescrBuilderImpl(P parent) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
protected SourceDescrBuilderImpl(P parent)
public P expression(String expression)
SourceDescrBuilder
expression
in interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
expression
- the expressionpublic P entryPoint(String entryPoint)
SourceDescrBuilder
entryPoint
in interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
entryPoint
- the entry point identifierpublic CollectDescrBuilder<P> collect()
SourceDescrBuilder
collect
in interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
public AccumulateDescrBuilder<P> accumulate()
SourceDescrBuilder
accumulate
in interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
public P window(String window)
SourceDescrBuilder
window
in interface SourceDescrBuilder<P extends PatternDescrBuilder<?>>
window
- the declared window identifierCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.