All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cdc.mf.model.MfOrderedItem Maven / Gradle / Ivy

The newest version!
package cdc.mf.model;

/**
 * Interface of elements that can be ordered.
 * They also have a {@link MfCardinality cardinality}.
 *
 * @author Damien Carbonne
 */
public interface MfOrderedItem extends MfCardinalityItem {
    /**
     * @return {@code true} if this element is sorted.
     */
    public boolean isOrdered();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy