org.processmining.mining.fuzzymining.graph
Class Edges.Edge

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

protected class Edges.Edge
extends java.lang.Object
implements DotFileWriter


Field Summary
protected  double correlation
           
protected  double significance
           
protected  Node source
           
protected  Node target
           
 
Constructor Summary
Edges.Edge(Node source, Node target, double significance, double correlation)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 java.lang.String toString()
           
 void writeToDot(java.io.Writer bw)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

protected Node source

target

protected Node target

significance

protected double significance

correlation

protected double correlation
Constructor Detail

Edges.Edge

public Edges.Edge(Node source,
                  Node target,
                  double significance,
                  double correlation)
Method Detail

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

writeToDot

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