mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
107 lines
1.8 KiB
Java
107 lines
1.8 KiB
Java
package bL;
|
|
|
|
public class BlInterfacePapa {
|
|
private double a = Double.NaN;
|
|
|
|
private double b = Double.NaN;
|
|
|
|
private double c = Double.NaN;
|
|
|
|
private double d = Double.NaN;
|
|
|
|
private double e = Double.NaN;
|
|
|
|
private double f = Double.NaN;
|
|
|
|
private double g = Double.NaN;
|
|
|
|
private long h = -1L;
|
|
|
|
private boolean i = false;
|
|
|
|
public double a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.a = paramDouble;
|
|
}
|
|
|
|
public double b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.b = paramDouble;
|
|
}
|
|
|
|
public double c() {
|
|
return this.f;
|
|
}
|
|
|
|
public void c(double paramDouble) {
|
|
this.f = paramDouble;
|
|
}
|
|
|
|
public double d() {
|
|
return this.g;
|
|
}
|
|
|
|
public void d(double paramDouble) {
|
|
this.g = paramDouble;
|
|
}
|
|
|
|
public boolean e() {
|
|
return this.i;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.i = paramBoolean;
|
|
}
|
|
|
|
public boolean f() {
|
|
return (!Double.isNaN(this.b) && !Double.isNaN(this.a) && !Double.isNaN(this.g) && !Double.isNaN(this.f) && (!Double.isNaN(this.c) || !Double.isNaN(this.e)));
|
|
}
|
|
|
|
public long g() {
|
|
return this.h;
|
|
}
|
|
|
|
public void a(long paramLong) {
|
|
this.h = paramLong;
|
|
}
|
|
|
|
public double h() {
|
|
return this.c;
|
|
}
|
|
|
|
public void e(double paramDouble) {
|
|
this.c = paramDouble;
|
|
}
|
|
|
|
public double i() {
|
|
return this.d;
|
|
}
|
|
|
|
public void f(double paramDouble) {
|
|
this.d = paramDouble;
|
|
}
|
|
|
|
public double j() {
|
|
return this.e;
|
|
}
|
|
|
|
public void g(double paramDouble) {
|
|
this.e = paramDouble;
|
|
}
|
|
|
|
public boolean k() {
|
|
return !Double.isNaN(this.e);
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bL/p.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |