org.processmining.mining.fuzzymining.graph
Class Edges.Edge
java.lang.Object
org.processmining.mining.fuzzymining.graph.Edges.Edge
- All Implemented Interfaces:
- DotFileWriter
- Enclosing class:
- Edges
protected class Edges.Edge
- extends java.lang.Object
- implements DotFileWriter
Constructor Summary |
Edges.Edge(Node source,
Node target,
double significance,
double correlation)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
source
protected Node source
target
protected Node target
significance
protected double significance
correlation
protected double correlation
Edges.Edge
public Edges.Edge(Node source,
Node target,
double significance,
double correlation)
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