information-system-model/src/main/java/org/gcube/informationsystem/model/reference/ModelElement.java

14 lines
353 B
Java

package org.gcube.informationsystem.model.reference;
import org.gcube.informationsystem.base.reference.IdentifiableElement;
/**
* This interfaces is an helper to identify elements of the model
* i.e. REsource, Facet, IsRelatedTo, ConsistsOf
*
* @author Luca Frosini (ISTI - CNR)
*/
public interface ModelElement extends IdentifiableElement {
}