Backend API

public class Utils

A Utils class to store methods that can be useful anywhere across the code, without the need to instantiate it.

Created by antoine on 02/06/17.

public static Status getGraphStatus (Object graph)

Returns the status of the given graph.

public static void wait (int millis)

Wait N milliseconds, N being the input.

public static String StringArrayToString (String[] input)

Transform an array of String into a single String.