|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.graphclustering.Edges
public class Edges
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 |
---|
protected java.util.HashSet<Edges.Edge> edges
protected double threshold
Constructor Detail |
---|
public Edges()
Method Detail |
---|
public void setThreshold(double aThreshold)
public void addEdge(Node from, Node to, double frequency)
public void writeToDot(java.io.Writer bw) throws java.io.IOException
writeToDot
in interface DotFileWriter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |