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

org.coode.oppl.Renderable Maven / Gradle / Ivy

package org.coode.oppl;

/** Functional interface for anything which can be rendered with a
 * ConstraintSystem */
public interface Renderable {
    /** @param constraintSystem
     *            constraintSystem
     * @return rendering */
    String render(ConstraintSystem constraintSystem);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy