public class NullDotDecorator<T,E,M extends IDecorated<T>> extends java.lang.Object implements IDotDecorator<T,E,M>
Constructor and Description |
---|
NullDotDecorator() |
Modifier and Type | Method and Description |
---|---|
void |
decorateEdge(E node,
org.processmining.plugins.graphviz.dot.DotEdge dotNode) |
void |
decorateNode(T node,
org.processmining.plugins.graphviz.dot.DotNode dotNode) |
void |
decorateRecursionBackArrow(T child,
T entryNode,
org.processmining.plugins.graphviz.dot.DotEdge e) |
void |
finishVisit() |
IColorMap |
getEdgeColorMap() |
IMetricValueConvertor |
getEdgeValueConvertor() |
IColorMap |
getNodeColorMap() |
IMetricValueConvertor |
getNodeValueConvertor() |
boolean |
isApplied() |
void |
resetApplied() |
void |
visitEdge(E edge) |
void |
visitModel(M model,
org.processmining.plugins.graphviz.dot.Dot dot) |
void |
visitNode(T node) |
public void resetApplied()
resetApplied
in interface IValueDecorator
public boolean isApplied()
isApplied
in interface IValueDecorator
public void visitModel(M model, org.processmining.plugins.graphviz.dot.Dot dot)
visitModel
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void visitNode(T node)
visitNode
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void visitEdge(E edge)
visitEdge
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void finishVisit()
finishVisit
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void decorateNode(T node, org.processmining.plugins.graphviz.dot.DotNode dotNode)
decorateNode
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void decorateEdge(E node, org.processmining.plugins.graphviz.dot.DotEdge dotNode)
decorateEdge
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public void decorateRecursionBackArrow(T child, T entryNode, org.processmining.plugins.graphviz.dot.DotEdge e)
decorateRecursionBackArrow
in interface IDotDecorator<T,E,M extends IDecorated<T>>
public IColorMap getNodeColorMap()
getNodeColorMap
in interface IValueDecorator
public IMetricValueConvertor getNodeValueConvertor()
getNodeValueConvertor
in interface IValueDecorator
public IColorMap getEdgeColorMap()
getEdgeColorMap
in interface IValueDecorator
public IMetricValueConvertor getEdgeValueConvertor()
getEdgeValueConvertor
in interface IValueDecorator