cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
app.softwork.cikraft.integrationflow
/
Plane
Plane
@
Serializable
data
class
Plane
(
val
bpmnElement
:
String
,
val
id
:
String
,
val
shapes
:
List
<
Shape
>
,
val
edges
:
List
<
Edge
>
)
(
source
)
Members
Constructors
Plane
Link copied to clipboard
constructor
(
bpmnElement
:
String
,
id
:
String
,
shapes
:
List
<
Shape
>
,
edges
:
List
<
Edge
>
)
Properties
bpmn
Element
Link copied to clipboard
val
bpmnElement
:
String
edges
Link copied to clipboard
@
XmlSerialName
(
value
=
"BPMNEdge"
,
namespace
=
"http://www.omg.org/spec/BPMN/20100524/DI"
,
prefix
=
"bpmndi"
)
val
edges
:
List
<
Edge
>
id
Link copied to clipboard
val
id
:
String
shapes
Link copied to clipboard
@
XmlSerialName
(
value
=
"BPMNShape"
,
namespace
=
"http://www.omg.org/spec/BPMN/20100524/DI"
,
prefix
=
"bpmndi"
)
val
shapes
:
List
<
Shape
>