Uses of Interface
org.kie.api.fluent.EndNodeBuilder
- 
Packages that use EndNodeBuilder Package Description org.kie.api.fluent Process Fluent API allows programmer to build an in memory representation of a bpmn file.
This information can later be used to build a KIE resource and execute the process . - 
- 
Uses of EndNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return EndNodeBuilder Modifier and Type Method Description EndNodeBuilder<T>NodeContainerBuilder. endNode(long id)EndNodeBuilder<T>EndNodeBuilder. terminate(boolean terminate) 
 -