Uses of Interface
io.automatiko.engine.api.definition.process.NodeContainer
-
Packages that use NodeContainer Package Description io.automatiko.engine.api.definition.process The classes that make up a Process definition. -
-
Uses of NodeContainer in io.automatiko.engine.api.definition.process
Subinterfaces of NodeContainer in io.automatiko.engine.api.definition.process Modifier and Type Interface Description interfaceWorkflowProcessA WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic.Methods in io.automatiko.engine.api.definition.process that return NodeContainer Modifier and Type Method Description NodeContainerNode. getParentContainer()The NodeContainer this Node lives in.
-