public class BPMNMapping extends Mapping
Constructor and Description |
---|
BPMNMapping(BPMNModel model) |
BPMNMapping(java.util.List<ProcessNode> nodes,
java.util.List<ProcessEdge> edges,
BPMNModel model) |
Modifier and Type | Method and Description |
---|---|
protected void |
createMapping() |
getGraph, getMappedEdge, getSinkNode, getSourceNode
public BPMNMapping(BPMNModel model)
public BPMNMapping(java.util.List<ProcessNode> nodes, java.util.List<ProcessEdge> edges, BPMNModel model)
protected void createMapping()
createMapping
in class Mapping