Package | Description |
---|---|
org.processmining.models.graphbased.directed.fuzzymodel | |
org.processmining.plugins.fuzzymodel.miner.edit |
Modifier and Type | Field and Description |
---|---|
protected java.util.HashSet<FMEdgeImpl> |
FMEdges.edges |
protected java.util.Set<FMEdgeImpl> |
MutableFuzzyGraph.fmEdges |
Modifier and Type | Method and Description |
---|---|
FMEdgeImpl |
FuzzyGraph.addEdge(FMEdgeImpl edge) |
FMEdgeImpl |
MutableFuzzyGraph.addEdge(FMEdgeImpl edge) |
FMEdgeImpl |
FuzzyGraph.addEdge(FMNode source,
FMNode target,
double significance,
double correlation) |
FMEdgeImpl |
MutableFuzzyGraph.addEdge(FMNode source,
FMNode target,
double significance,
double correlation) |
FMEdgeImpl |
FMEdges.getEdge(FMNode source,
FMNode target) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FMEdgeImpl> |
FuzzyGraph.getEdgeImpls()
Returns the set of edges (i.e., binary relations) which are contained in
the simplified Fuzzy Graph in the format of FMEdges instead of
Set
|
java.util.Set<FMEdgeImpl> |
MutableFuzzyGraph.getEdgeImpls() |
java.util.Set<FMEdgeImpl> |
FMEdges.getEdges() |
java.util.Set<FMEdgeImpl> |
MutableFuzzyGraph.getFMEdges() |
Modifier and Type | Method and Description |
---|---|
FMEdgeImpl |
FuzzyGraph.addEdge(FMEdgeImpl edge) |
FMEdgeImpl |
MutableFuzzyGraph.addEdge(FMEdgeImpl edge) |
void |
MutableFuzzyGraph.removeEdgePermanently(FMEdgeImpl edge) |
Modifier and Type | Field and Description |
---|---|
protected FMEdgeImpl |
FuzzyEdgeEditor.fuzzyEdge |