Package | Description |
---|---|
org.processmining.processtree.visualization.bpmn | |
org.processmining.processtree.visualization.jgraph |
Modifier and Type | Method and Description |
---|---|
protected SeSeGroup |
TreeBPMNLayoutBuilder.drawOperator(org.jgraph.graph.GraphLayoutCache g,
org.jgraph.graph.DefaultGraphCell parent,
int x,
int y,
BPMNOperatorRenderer.OperatorType type) |
Modifier and Type | Field and Description |
---|---|
protected BPMNOperatorRenderer.OperatorType |
BPMNOperatorRenderer.type |
Modifier and Type | Method and Description |
---|---|
static BPMNOperatorRenderer.OperatorType |
BPMNOperatorRenderer.OperatorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BPMNOperatorRenderer.OperatorType[] |
BPMNOperatorRenderer.OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|