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

com.github.nijian.jkeel.algorithms.AlgorithmTemplate Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.github.nijian.jkeel.algorithms;

import java.io.Serializable;

/**
 * AlgorithmTemplate
 *
 * @author nj
 * @since 0.0.1
 */
public interface AlgorithmTemplate extends Serializable {

    /**
     * Get algorithm context global identifier.
     *
     * @return algorithm context global identifier
     */
    String getCid();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy