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

cdc.graphs.Strictness Maven / Gradle / Ivy

The newest version!
package cdc.graphs;

/**
 * Enumeration of possible matching strictness.
 *
 * @author Damien Carbonne
 */
public enum Strictness {
    /**
     * Exclude the reference item from the result set.
     */
    STRICT,

    /**
     * Include the reference item in the result set.
     */
    LOOSE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy