public interface ElementContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addChildEdge(BPMNEdge edge) |
void |
addChildElement(BasePropertyWriter p) |
void |
addLaneSet(Collection<LanePropertyWriter> lanes) |
BasePropertyWriter |
getChildElement(String uuid) |
Collection<BasePropertyWriter> |
getChildElements() |
BasePropertyWriter getChildElement(String uuid)
void addChildElement(BasePropertyWriter p)
Collection<BasePropertyWriter> getChildElements()
void addChildEdge(BPMNEdge edge)
void addLaneSet(Collection<LanePropertyWriter> lanes)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.