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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy