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

com.ontology2.rdf.Economizer Maven / Gradle / Ivy

There is a newer version: 3.2
Show newest version
package com.ontology2.rdf;

public interface Economizer {
    /**
     * @param that an instance of T
     * @return some instance of T for which economize(that).equals(that)
     */
    public T economize(T that);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy