public abstract class FMEdge<S extends FMNode,T extends FMNode>
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>| Modifier and Type | Field and Description |
|---|---|
protected double |
attenuationThreshold |
protected double |
correlation |
protected double |
significance |
| Constructor and Description |
|---|
FMEdge(S source,
T target,
double significance,
double correlation) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCorrelation() |
java.lang.String[] |
getEdgeLabel() |
double |
getSignificance() |
int |
hashCode() |
void |
setAttenuationThreshold(double attenuationThreshold) |
void |
setCorrelation(double correlation) |
void |
setSignificance(double significance) |
java.lang.String |
toString() |
void |
updateEdgeInterface()
update GUI appearance of this edge
|
compareTo, getGraphequals, getSource, getTargetgetAttributeMap, getLabelclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetSource, getTargetprotected double significance
protected double correlation
protected double attenuationThreshold
public double getSignificance()
public double getCorrelation()
public void setSignificance(double significance)
public void setCorrelation(double correlation)
public int hashCode()
public java.lang.String toString()
toString in class org.processmining.models.graphbased.AbstractGraphElementpublic void setAttenuationThreshold(double attenuationThreshold)
public void updateEdgeInterface()
public java.lang.String[] getEdgeLabel()