public class PumlEdgeInfo extends Object
| Constructor and Description |
|---|
PumlEdgeInfo(String begin,
String end,
String color,
String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBegin() |
String |
getColor() |
String |
getEnd() |
String |
getLabel() |
static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
static PumlEdgeInfo |
parse(String serialized) |
String |
toString() |
Copyright © 2017. All rights reserved.