propertySensor4=new IntegerConstant(in2);
propertySensor5=new LongConstant(ln1);
propertySensor6=new LongConstant(ln2);
propertySensor7=new FloatConstant(fn1);
propertySensor8=new FloatConstant(fn2);
propertySensor9=new DoubleConstant(dn1);
propertySensor10=new DoubleConstant(dn2);
//SensorLookup lookup = new SensorLookupImpl(map);
try {
Vector v = new Vector();
v.add(new ShortConstant(sn1));
v.add(new ShortConstant(sn2));
Expression es = new Subtraction(v,true);
v.clear();
v.add(new IntegerConstant(in1));
v.add(new IntegerConstant(in2));
Expression ei = new Subtraction(v,true);
v.clear();
v.add(new LongConstant(ln1));
v.add(new LongConstant(ln2));
Expression el = new Subtraction(v,true);
v.clear();
v.add(new FloatConstant(fn1));
v.add(new FloatConstant(fn2));
Expression ef = new Subtraction(v,true);
v.clear();
v.add(new DoubleConstant(dn1));
v.add(new DoubleConstant(dn2));
Expression ed = new Subtraction(v,true);
v.clear();
v.add(new ShortConstant(sn1));
v.add(new IntegerConstant(in1));
Expression emix1 = new Subtraction(v,true);
v.clear();
v.add(new ShortConstant(sn1));
v.add(new LongConstant(ln1));
Expression emix2 = new Subtraction(v,true);
v.clear();
v.add(new ShortConstant(sn1));
v.add(new FloatConstant(fn1));
Expression emix3 = new Subtraction(v,true);
v.clear();
v.add(new ShortConstant(sn1));
v.add(new DoubleConstant(dn1));
Expression emix4 = new Subtraction(v,true);
v.clear();
v.add(new IntegerConstant(in1));
v.add(new LongConstant(ln1));
Expression emix5 = new Subtraction(v,true);
v.clear();
v.add(new IntegerConstant(in1));
v.add(new FloatConstant(fn1));
Expression emix6 = new Subtraction(v,true);
v.clear();
v.add(new IntegerConstant(in1));
v.add(new DoubleConstant(dn1));
Expression emix7 = new Subtraction(v,true);
v.clear();
v.add(new LongConstant(ln1));
v.add(new FloatConstant(fn1));
Expression emix8 = new Subtraction(v,true);
v.clear();
v.add(new LongConstant(ln1));
v.add(new DoubleConstant(dn1));
Expression emix9 = new Subtraction(v,true);
v.clear();
v.add(new FloatConstant(fn1));
v.add(new DoubleConstant(dn1));
Expression emix10 = new Subtraction(v,true);
v.clear();
v.add(propertySensor1);
v.add(propertySensor2);