Uses of Interface
io.automatiko.engine.api.definition.process.Connection
Packages that use Connection
Package
Description
The classes that make up a Process definition.
-
Uses of Connection in io.automatiko.engine.api.definition.process
Methods in io.automatiko.engine.api.definition.process that return types with arguments of type ConnectionModifier and TypeMethodDescriptionNode.getIncomingConnections()The incoming connections for this Node.Node.getIncomingConnections(String type) The incoming connections for this Node for the given entry-point.Node.getOutgoingConnections()The outgoing connections for this Node.Node.getOutgoingConnections(String type) The outgoing connections for this Node for the given exit-point.