Package org.openiam.common.graph.util
Class GraphUtils
- java.lang.Object
-
- org.openiam.common.graph.util.GraphUtils
-
public class GraphUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DategetDate(Map<Object,Object> map, String variable)static DategetDate(Map<Object,Object> map, GraphVariables variable)static StringgetString(Map<Object,Object> map, Object variable)static StringgetString(Map<Object,Object> map, GraphVariables variable)static <T> Tretry(Supplier<T> supplier)
-