| Package | Description |
|---|---|
| org.processmining.models.graphbased.directed.fuzzymodel | |
| org.processmining.models.graphbased.directed.fuzzymodel.impl |
| Modifier and Type | Method and Description |
|---|---|
FMEdge<FMNode,FMNode> |
FuzzyGraph.removeEdge(FMEdge<? extends FMNode,? extends FMNode> edge) |
FMEdge<FMNode,FMNode> |
MutableFuzzyGraph.removeEdge(FMEdge<? extends FMNode,? extends FMNode> edge) |
FMEdge<FMNode,FMNode> |
FuzzyGraph.removeEdge(FMNode source,
FMNode target) |
FMEdge<FMNode,FMNode> |
MutableFuzzyGraph.removeEdge(FMNode source,
FMNode target) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<FMEdge<? extends FMNode,? extends FMNode>> |
MutableFuzzyGraph.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
FMEdge<FMNode,FMNode> |
FuzzyGraph.removeEdge(FMEdge<? extends FMNode,? extends FMNode> edge) |
FMEdge<FMNode,FMNode> |
MutableFuzzyGraph.removeEdge(FMEdge<? extends FMNode,? extends FMNode> edge) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
MutableFuzzyGraph.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<FMNode,FMEdge<? extends FMNode,? extends FMNode>> graph) |
| Modifier and Type | Class and Description |
|---|---|
class |
FMEdgeImpl |