blob: baccd958bf74409f711f37cc3af8e6c311363f68 [file] [log] [blame]
package org.eclipse.basyx.submodel.metamodel.api;
/**
* Base interface for all AAS elements
*
* @author kuhn
*
*/
public interface IElement {
/**
* Return the unique ID that identifies an VAB element
*
* @return unique ID
*/
public String getIdShort();
}