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

xuml.tools.model.compiler.runtime.query.BinaryNumericOperator Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package xuml.tools.model.compiler.runtime.query;

public enum BinaryNumericOperator {
    TIMES, PLUS, MINUS, DIVIDE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy