Plane

data class Plane(val bpmnElement: String, val id: String, val shapes: List<Shape>, val edges: List<Edge>)(source)

Constructors

Link copied to clipboard
constructor(bpmnElement: String, id: String, shapes: List<Shape>, edges: List<Edge>)

Properties

Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "BPMNEdge", namespace = "http://www.omg.org/spec/BPMN/20100524/DI", prefix = "bpmndi")
val edges: List<Edge>
Link copied to clipboard
val id: String
Link copied to clipboard
@XmlSerialName(value = "BPMNShape", namespace = "http://www.omg.org/spec/BPMN/20100524/DI", prefix = "bpmndi")
val shapes: List<Shape>