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

org.snapscript.tree.operation.CalculationPart Maven / Gradle / Ivy

package org.snapscript.tree.operation;

import org.snapscript.core.Evaluation;
import org.snapscript.tree.math.NumericOperator;

public interface CalculationPart {
   Evaluation getEvaluation();
   NumericOperator getOperator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy