All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfact.models.utils.OpenfactModelUtils Maven / Gradle / Ivy

There is a newer version: 1.1.3.Final
Show newest version
package org.openfact.models.utils;

import java.util.UUID;

/**
 * Set of helper methods, which are useful in various model implementations.
 */
public final class OpenfactModelUtils {

	private OpenfactModelUtils() {
	}

	public static String generateId() {
		return UUID.randomUUID().toString();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy