Class DefaultValueUtilities
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.property.dmn.DefaultValueUtilities
-
public class DefaultValueUtilities extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultValueUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Integer>extractIndex(String text, String prefix)static intgetMaxUnusedIndex(Collection<String> values, String prefix)static voidupdateNewNodeName(org.kie.workbench.common.stunner.core.graph.Graph<?,org.kie.workbench.common.stunner.core.graph.Node> graph, org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase dmnModel)
-
-
-
Method Detail
-
updateNewNodeName
public static void updateNewNodeName(org.kie.workbench.common.stunner.core.graph.Graph<?,org.kie.workbench.common.stunner.core.graph.Node> graph, org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase dmnModel)
-
getMaxUnusedIndex
public static int getMaxUnusedIndex(Collection<String> values, String prefix)
-
-