public class Edge extends Object
| Modifier and Type | Field and Description |
|---|---|
BpmnElement |
from |
BpmnElement |
to |
int |
weight |
| Constructor and Description |
|---|
Edge(BpmnElement from,
BpmnElement to,
int weight) |
public BpmnElement from
public BpmnElement to
public int weight
public Edge(BpmnElement from, BpmnElement to, int weight)
Copyright © 2018 viadee Unternehmensberatung GmbH. All rights reserved.