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, getGraph
equals, getSource, getTarget
getAttributeMap, getLabel
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getSource, getTarget
protected 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.AbstractGraphElement
public void setAttenuationThreshold(double attenuationThreshold)
public void updateEdgeInterface()
public java.lang.String[] getEdgeLabel()