public class ConfigurationUtils
extends java.lang.Object
| Constructor and Description |
|---|
ConfigurationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
generateElementIDforFeature(org.processmining.models.graphbased.directed.DirectedGraphElement el) |
static java.lang.String |
getNodeId(PetrinetNode n) |
static void |
stripFeaturesFromLabel(PetrinetNode node,
java.util.Map<java.lang.String,java.util.List<ConfigurableFeature<?,?>>> group_features) |
static java.util.List<ConfigurableFeatureGroup> |
stripFeaturesFromLabels(PetrinetGraph net) |
public static java.lang.String generateElementIDforFeature(org.processmining.models.graphbased.directed.DirectedGraphElement el)
el - ConfigurableFeaturepublic static java.lang.String getNodeId(PetrinetNode n)
public static java.util.List<ConfigurableFeatureGroup> stripFeaturesFromLabels(PetrinetGraph net)
public static void stripFeaturesFromLabel(PetrinetNode node, java.util.Map<java.lang.String,java.util.List<ConfigurableFeature<?,?>>> group_features)