public class Edge extends Object
| Constructor and Description |
|---|
Edge(BpmnElement from,
BpmnElement to,
int weight) |
| Modifier and Type | Method and Description |
|---|---|
BpmnElement |
getFrom() |
BpmnElement |
getTo() |
int |
getWeight() |
void |
setFrom(BpmnElement from) |
void |
setTo(BpmnElement to) |
void |
setWeight(int weight) |
String |
toString() |
public Edge(BpmnElement from, BpmnElement to, int weight)
public void setFrom(BpmnElement from)
public BpmnElement getFrom()
public void setTo(BpmnElement to)
public BpmnElement getTo()
public void setWeight(int weight)
public int getWeight()
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.