org.processmining.mining.fuzzymining.graph
Class Edges

java.lang.Object
  extended by org.processmining.mining.fuzzymining.graph.Edges
All Implemented Interfaces:
DotFileWriter

public class Edges
extends java.lang.Object
implements DotFileWriter


Nested Class Summary
protected  class Edges.Edge
           
 
Field Summary
protected  double attenuationThreshold
           
protected  java.util.HashSet<Edges.Edge> edges
           
protected  FuzzyGraph graph
           
 
Constructor Summary
Edges(FuzzyGraph graph)
           
 
Method Summary
 void addEdge(Node source, Node target, double significance, double correlation)
           
 void setAttenuationThreshold(double attThreshold)
           
 void writeToDot(java.io.Writer bw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edges

protected java.util.HashSet<Edges.Edge> edges

graph

protected FuzzyGraph graph

attenuationThreshold

protected double attenuationThreshold
Constructor Detail

Edges

public Edges(FuzzyGraph graph)
Method Detail

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