Class ConfigurationUtils
- java.lang.Object
-
- org.processmining.models.graphbased.directed.petrinet.configurable.ConfigurationUtils
-
public class ConfigurationUtils extends java.lang.ObjectHelper class for configurations.- Author:
- dfahland
-
-
Constructor Summary
Constructors Constructor Description ConfigurationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgenerateElementIDforFeature(org.processmining.models.graphbased.directed.DirectedGraphElement el)static java.lang.StringgetNodeId(PetrinetNode n)static voidstripFeaturesFromLabel(PetrinetNode node, java.util.Map<java.lang.String,java.util.List<ConfigurableFeature<?,?>>> group_features)static java.util.List<ConfigurableFeatureGroup>stripFeaturesFromLabels(PetrinetGraph net)
-
-
-
Method Detail
-
generateElementIDforFeature
public static java.lang.String generateElementIDforFeature(org.processmining.models.graphbased.directed.DirectedGraphElement el)
- Parameters:
el-- Returns:
- unique id of a node to be used as id for a
ConfigurableFeature
-
getNodeId
public static java.lang.String getNodeId(PetrinetNode n)
-
stripFeaturesFromLabels
public static java.util.List<ConfigurableFeatureGroup> stripFeaturesFromLabels(PetrinetGraph net)
-
stripFeaturesFromLabel
public static void stripFeaturesFromLabel(PetrinetNode node, java.util.Map<java.lang.String,java.util.List<ConfigurableFeature<?,?>>> group_features)
-
-