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

com.github.trepo.dcap.store.Key Maven / Gradle / Ivy

The newest version!
package com.github.trepo.dcap.store;

/**
 * @author John Clark.
 */
public enum Key {
    /**
     * The repository identifier.
     */
    REPO,

    /**
     * The commit's timestamp.
     */
    TIMESTAMP,

    /**
     * If the commit contains a node with this id.
     */
    NODE,

    /**
     * If the commit contains a boundary with this id.
     */
    BOUNDARY,

    /**
     * If the commit contains an edge with this id.
     */
    EDGE,

    /**
     * If the commit has this author.
     */
    AUTHOR,

    /**
     * If the commit has this email.
     */
    EMAIL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy