Shape

data class Shape(val bpmnElement: String, val id: String, val bounds: Bounds)(source)

Constructors

Link copied to clipboard
constructor(bpmnElement: String, id: String, bounds: Bounds)

Properties

Link copied to clipboard
@XmlSerialName(value = "Bounds", namespace = "http://www.omg.org/spec/DD/20100524/DC", prefix = "dc")
val bounds: Bounds
Link copied to clipboard
Link copied to clipboard
val id: String