/**
*
*/
package vroom.common.modeling.dataModel.attributes;
import vroom.common.modeling.dataModel.ObjectWithAttributes;
import vroom.common.utilities.dataModel.IObjectWithName;
/**
* Creation date: 9:56:10 AM<br/>
* <code>IAttribute</code> is a generic interface for attributes to be associated with subclasses of
* {@link ObjectWithAttributes}.
*
* @author Victor Pillac, <a href="http://uniandes.edu.co">Universidad de Los Andes</a>-<a
* href="http://copa.uniandes.edu.co">Copa</a> <a href="http://www.emn.fr">Ecole des Mines de Nantes</a>-<a
* href="http://www.irccyn.ec-nantes.fr/irccyn/d/en/equipes/Slp">SLP</a>
* @version 1.0
*/
public interface IAttribute extends IObjectWithName {
}