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

se.l4.silo.Entity Maven / Gradle / Ivy

The newest version!
package se.l4.silo;

/**
 * Base for entities in {@link Silo}.
 *
 * @author Andreas Holstenson
 *
 */
public interface Entity
{
	/**
	 * Get the name of this entity.
	 *
	 * @return
	 */
	String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy