cdc.mf.model.MfAbstractItem Maven / Gradle / Ivy
The newest version!
package cdc.mf.model;
/**
* Interface of elements that can be abstract.
*
* @author Damien Carbonne
*/
public interface MfAbstractItem extends MfElement {
/**
* @return {@code true} if this element is abstract.
*/
public boolean isAbstract();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy