cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
Edge
Edge
@
Serializable
data
class
Edge
(
val
bpmnElement
:
String
,
val
id
:
String
,
val
sourceElement
:
String
,
val
targetElement
:
String
,
val
wayPoints
:
List
<
WayPoint
>
)
(
source
)
Members
Constructors
Edge
Link copied to clipboard
constructor
(
bpmnElement
:
String
,
id
:
String
,
sourceElement
:
String
,
targetElement
:
String
,
wayPoints
:
List
<
WayPoint
>
)
Properties
bpmn
Element
Link copied to clipboard
val
bpmnElement
:
String
id
Link copied to clipboard
val
id
:
String
source
Element
Link copied to clipboard
val
sourceElement
:
String
target
Element
Link copied to clipboard
val
targetElement
:
String
way
Points
Link copied to clipboard
@
XmlSerialName
(
value
=
"waypoint"
,
namespace
=
"http://www.omg.org/spec/DD/20100524/DI"
,
prefix
=
"di"
)
val
wayPoints
:
List
<
WayPoint
>