Uses of Class
org.processmining.hybridminer.models.causalgraph.HybridDirectedGraphNode
-
Packages that use HybridDirectedGraphNode Package Description org.processmining.hybridminer.models.causalgraph -
-
Uses of HybridDirectedGraphNode in org.processmining.hybridminer.models.causalgraph
Methods in org.processmining.hybridminer.models.causalgraph that return HybridDirectedGraphNode Modifier and Type Method Description HybridDirectedGraphNodeHybridCausalGraph. addNode(java.lang.String nodeLabel)We build fuzzyCausalGraph with a strong limitation: we do not ever have two nodes with the same label.HybridDirectedGraphNodeHybridCausalGraph. getNode(java.lang.String label)Methods in org.processmining.hybridminer.models.causalgraph that return types with arguments of type HybridDirectedGraphNode Modifier and Type Method Description java.util.Map<HybridDirectedGraphNode,java.lang.Integer>HybridCausalGraph. getNodesMapping()Methods in org.processmining.hybridminer.models.causalgraph with parameters of type HybridDirectedGraphNode Modifier and Type Method Description HybridDirectedSureGraphEdgeHybridCausalGraph. addSureEdge(HybridDirectedGraphNode sourceNode, HybridDirectedGraphNode targetNode, double value1, double value2)HybridDirectedUncertainGraphEdgeHybridCausalGraph. addUncertainEdge(HybridDirectedGraphNode sourceNode, HybridDirectedGraphNode targetNode, double value1, double value2)Constructors in org.processmining.hybridminer.models.causalgraph with parameters of type HybridDirectedGraphNode Constructor Description HybridDirectedGraphEdge(HybridDirectedGraphNode source, HybridDirectedGraphNode target)HybridDirectedSureGraphEdge(HybridDirectedGraphNode source, HybridDirectedGraphNode target)HybridDirectedSureGraphEdge(HybridDirectedGraphNode source, HybridDirectedGraphNode target, double value1, double value2)HybridDirectedUncertainGraphEdge(HybridDirectedGraphNode source, HybridDirectedGraphNode target)HybridDirectedUncertainGraphEdge(HybridDirectedGraphNode source, HybridDirectedGraphNode target, double value1, double value2)
-