org.processmining.mining.fuzzymining.graph
Class Edges
java.lang.Object
org.processmining.mining.fuzzymining.graph.Edges
- All Implemented Interfaces:
- DotFileWriter
public class Edges
- extends java.lang.Object
- implements DotFileWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edges
protected java.util.HashSet<Edges.Edge> edges
graph
protected FuzzyGraph graph
attenuationThreshold
protected double attenuationThreshold
Edges
public Edges(FuzzyGraph graph)
setAttenuationThreshold
public void setAttenuationThreshold(double attThreshold)
addEdge
public void addEdge(Node source,
Node target,
double significance,
double correlation)
writeToDot
public void writeToDot(java.io.Writer bw)
throws java.io.IOException
- Specified by:
writeToDot
in interface DotFileWriter
- Throws:
java.io.IOException