public class FMEdges
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
attenuationThreshold |
protected java.util.HashSet<FMEdgeImpl> |
edges |
protected FuzzyGraph |
graph |
| Constructor and Description |
|---|
FMEdges(FuzzyGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(FMNode source,
FMNode target,
double significance,
double correlation) |
FMEdgeImpl |
getEdge(FMNode source,
FMNode target) |
java.util.Set<FMEdgeImpl> |
getEdges() |
void |
setAttenuationThreshold(double attThreshold) |
protected java.util.HashSet<FMEdgeImpl> edges
protected FuzzyGraph graph
protected double attenuationThreshold
public FMEdges(FuzzyGraph graph)
public void setAttenuationThreshold(double attThreshold)
public FMEdgeImpl getEdge(FMNode source, FMNode target)
public java.util.Set<FMEdgeImpl> getEdges()