computeDirectedLabel method

void computeDirectedLabel()

Compute the label in the appropriate orientation for this DirEdge

Implementation

void computeDirectedLabel() {
  label = new Label.fromLabel(edge.getLabel()!);
  if (!_isForward) label!.flip();
}