Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Endpoint
-
Packages that use Endpoint Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of Endpoint in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Fields in org.processmining.plugins.inductiveVisualMiner.causal.mvpc declared as Endpoint Modifier and Type Field Description Endpoint[][]GeneralGraph. graphMethods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return Endpoint Modifier and Type Method Description static EndpointEndpoint. get(int value)EndpointEdge. get_endpoint1()EndpointEdge. get_endpoint2()static EndpointEndpoint. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Endpoint[]Endpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type Endpoint Modifier and Type Method Description booleanEdge. pointing_left(Endpoint endpoint1, Endpoint endpoint2)Constructors in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type Endpoint Constructor Description Edge(Node node1, Node node2, Endpoint end1, Endpoint end2)
-