public class DataAwareCausalNetVisualization
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
ratio |
Constructor and Description |
---|
DataAwareCausalNetVisualization(CausalNet causalNet) |
DataAwareCausalNetVisualization(CausalNet causalNet,
NodeDecorator nodeDecorator) |
DataAwareCausalNetVisualization(CausalNet causalNet,
NodeDecorator nodeDecorator,
EdgeDecorator edgeDecorator) |
DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet) |
DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet,
NodeDecorator nodeDecorator) |
DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet,
NodeDecorator nodeDecorator,
EdgeDecorator edgeDecorator) |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.plugins.graphviz.dot.DotEdge |
createBackEdge(org.processmining.plugins.graphviz.dot.Dot dot,
org.processmining.plugins.graphviz.dot.DotNode sourceNode,
org.processmining.plugins.graphviz.dot.DotNode targetNode) |
protected org.processmining.plugins.graphviz.dot.DotEdge |
createEdge(org.processmining.plugins.graphviz.dot.Dot dot,
org.processmining.plugins.graphviz.dot.DotNode sourceNode,
org.processmining.plugins.graphviz.dot.DotNode targetNode) |
protected org.processmining.plugins.graphviz.dot.DotNode |
createEndNode(org.processmining.plugins.graphviz.dot.Dot dot) |
protected org.processmining.plugins.graphviz.dot.DotNode |
createNode(org.processmining.plugins.graphviz.dot.Dot dot,
CNetNode node) |
protected org.processmining.plugins.graphviz.dot.DotNode |
createStartNode(org.processmining.plugins.graphviz.dot.Dot dot) |
java.lang.String |
getArrowSize() |
int |
getMaxNodeLabelLineLength() |
javax.swing.JComponent |
getVisualization() |
boolean |
isUseFeedbackArcOptimisation() |
void |
setArrowSize(java.lang.String arrowSize) |
void |
setMaxNodeLabelLineLength(int maxLabelLineLength) |
void |
setUseFeedbackArcOptimisation(boolean useFeedbackArcOptimisation) |
public DataAwareCausalNetVisualization(CausalNet causalNet)
public DataAwareCausalNetVisualization(CausalNet causalNet, NodeDecorator nodeDecorator)
public DataAwareCausalNetVisualization(CausalNet causalNet, NodeDecorator nodeDecorator, EdgeDecorator edgeDecorator)
public DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet)
public DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet, NodeDecorator nodeDecorator)
public DataAwareCausalNetVisualization(DataAwareCausalNet dataCausalNet, NodeDecorator nodeDecorator, EdgeDecorator edgeDecorator)
public javax.swing.JComponent getVisualization()
protected org.processmining.plugins.graphviz.dot.DotNode createNode(org.processmining.plugins.graphviz.dot.Dot dot, CNetNode node)
protected org.processmining.plugins.graphviz.dot.DotNode createStartNode(org.processmining.plugins.graphviz.dot.Dot dot)
protected org.processmining.plugins.graphviz.dot.DotNode createEndNode(org.processmining.plugins.graphviz.dot.Dot dot)
protected org.processmining.plugins.graphviz.dot.DotEdge createEdge(org.processmining.plugins.graphviz.dot.Dot dot, org.processmining.plugins.graphviz.dot.DotNode sourceNode, org.processmining.plugins.graphviz.dot.DotNode targetNode)
protected org.processmining.plugins.graphviz.dot.DotEdge createBackEdge(org.processmining.plugins.graphviz.dot.Dot dot, org.processmining.plugins.graphviz.dot.DotNode sourceNode, org.processmining.plugins.graphviz.dot.DotNode targetNode)
public java.lang.String getArrowSize()
public void setArrowSize(java.lang.String arrowSize)
public int getMaxNodeLabelLineLength()
public void setMaxNodeLabelLineLength(int maxLabelLineLength)
public boolean isUseFeedbackArcOptimisation()
public void setUseFeedbackArcOptimisation(boolean useFeedbackArcOptimisation)