(.js)
laraImport("lara.graphs.DotFormatter");
(.lara)
import lara.graphs.DotFormatter;
new DotFormatter()addEdgeAttribute(attrString, predicate)addNodeAttribute(attrString, predicate)constructor()getEdgeAttributes(edge)getEdgeLabel(edge)getNodeAttributes(node)getNodeLabel(node)setEdgeLabelFormatter(edgeLabelFormatter)setNodeLabelFormatter(nodeLabelFormatter)