Package blang.core
Class BlangExtensions
java.lang.Object
blang.core.BlangExtensions
public class BlangExtensions
extends java.lang.Object
Various work-around for stuff not covered by the auto-boxing / de-boxing
-
Constructor Summary
Constructors Constructor Description BlangExtensions()
-
Method Summary
Modifier and Type Method Description static boolean
operator_equals(IntVar v1, IntVar v2)
static boolean
operator_equals(IntVar v1, java.lang.Number v2)
static boolean
operator_equals(RealVar v1, RealVar v2)
static boolean
operator_equals(RealVar v1, java.lang.Number v2)
static boolean
operator_equals(java.lang.Number v1, IntVar v2)
static boolean
operator_equals(java.lang.Number v1, RealVar v2)
static boolean
operator_notEquals(IntVar v1, IntVar v2)
static boolean
operator_notEquals(IntVar v1, java.lang.Number v2)
static boolean
operator_notEquals(RealVar v1, RealVar v2)
static boolean
operator_notEquals(RealVar v1, java.lang.Number v2)
static boolean
operator_notEquals(java.lang.Number v1, IntVar v2)
static boolean
operator_notEquals(java.lang.Number v1, RealVar v2)
static int
operator_plus(IntVar v1, int n)
static int
operator_plus(IntVar v1, IntVar v2)
static double
operator_plus(IntVar v1, RealVar v2)
static int
operator_plus(IntVar v1, java.lang.Integer n)
static double
operator_plus(RealVar v1, IntVar v2)
static double
operator_plus(RealVar v1, RealVar v2)
static double
operator_plus(RealVar v1, java.lang.Number n)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BlangExtensions
public BlangExtensions()
-
-
Method Details
-
operator_plus
-
operator_plus
-
operator_plus
-
operator_plus
-
operator_plus
-
operator_plus
-
operator_plus
-
operator_equals
-
operator_equals
-
operator_equals
-
operator_equals
-
operator_equals
-
operator_equals
-
operator_notEquals
-
operator_notEquals
-
operator_notEquals
-
operator_notEquals
-
operator_notEquals
-
operator_notEquals
-