org.processmining.mining.graphclustering
Class Edges

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

public class Edges
extends java.lang.Object
implements DotFileWriter

Author:
Christian W. Guenther (christian@deckfour.org)

Nested Class Summary
protected  class Edges.Edge
           
 
Field Summary
protected  java.util.HashSet<Edges.Edge> edges
           
protected  double threshold
           
 
Constructor Summary
Edges()
           
 
Method Summary
 void addEdge(Node from, Node to, double frequency)
           
 void setThreshold(double aThreshold)
           
 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

threshold

protected double threshold
Constructor Detail

Edges

public Edges()
Method Detail

setThreshold

public void setThreshold(double aThreshold)

addEdge

public void addEdge(Node from,
                    Node to,
                    double frequency)

writeToDot

public void writeToDot(java.io.Writer bw)
                throws java.io.IOException
Specified by:
writeToDot in interface DotFileWriter
Throws:
java.io.IOException