Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Edge.Property
-
Packages that use Edge.Property Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of Edge.Property in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Fields in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with type parameters of type Edge.Property Modifier and Type Field Description java.util.EnumSet<Edge.Property>Edge. propertiesMethods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return Edge.Property Modifier and Type Method Description static Edge.PropertyEdge.Property. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Edge.Property[]Edge.Property. values()Returns an array containing the constants of this enum type, in the order they are declared.
-