- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 37 of file EntityGraph.java.
◆ DOT()
static void org.turro.entities.graph.EntityGraph.DOT |
( |
Writer |
writer | ) |
|
|
static |
Definition at line 49 of file EntityGraph.java.
50 GraphUtil.<EntityVertex, DefaultEdge>toDOT(writer,
load(),
51 fi -> Strings.identifier(fi.getIdentifier()),
53 Map<String, Attribute> map = new LinkedHashMap<>();
54 map.put(
"color", DefaultAttribute.createAttribute(fi.getColor()));
55 map.put(
"fontcolor", DefaultAttribute.createAttribute(fi.getFontColor()));
56 map.put(
"label", DefaultAttribute.createAttribute(fi.getName()));
static EntityGraph load()
◆ load()
static EntityGraph org.turro.entities.graph.EntityGraph.load |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: