package org.apache.commons.graph; /** * Description of the Interface */ public interface Named { /** * Gets the name attribute of the Named object */ public String getName(); }