blob: 911be7cf29d4292bc42abb9001f3a51b1401abfb [file] [log] [blame]
package org.eclipse.basyx.submodel.metamodel.api.submodelelement;
/**
* A capability is the implementation-independent description of the potential
* of an asset to achieve a certain effect in the physical or virtual world.
* <br/>
* To be extended according to upcoming releases of Plattform I4.0.
*
* @author schnicke
*
*/
public interface ICapability extends ISubmodelElement {
}