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

org.coode.oppl.function.ValueComputationParameters Maven / Gradle / Ivy

package org.coode.oppl.function;

import org.coode.oppl.ConstraintSystem;
import org.coode.oppl.bindingtree.BindingNode;
import org.coode.oppl.exceptions.RuntimeExceptionHandler;

/** @author Luigi Iannone */
public interface ValueComputationParameters {
    /** @return constraint system */
    ConstraintSystem getConstraintSystem();

    /** @return binding node */
    BindingNode getBindingNode();

    /** @return exception handler */
    RuntimeExceptionHandler getRuntimeExceptionHandler();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy