Package | Description |
---|---|
org.esa.snap.core.jexp |
The JEXP API (JEXP = Java Expression Parser).
|
Modifier and Type | Class and Description |
---|---|
static class |
Term.AndB
The logical AND operation:
b-term
&& b-term
|
static class |
Term.EqB
The boolean EQ operation:
b-term
== b-term
|
static class |
Term.EqD
The double EQ operation:
d-term
== d-term
|
static class |
Term.EqI
The integer EQ operation:
i-term
== i-term
|
static class |
Term.GeD
The double GE operation:
d-term
>= d-term
|
static class |
Term.GeI
The integer GE operation:
i-term
>= i-term
|
static class |
Term.GtD
The double GT operation:
d-term
> d-term
|
static class |
Term.GtI
The integer GT operation:
i-term
> i-term
|
static class |
Term.LeD
The double LE operation:
d-term
<= d-term
|
static class |
Term.LeI
The integer LE operation:
i-term
<= i-term
|
static class |
Term.LtD
The double LT operation:
d-term
< d-term
|
static class |
Term.LtI
The integer LT operation:
i-term
< i-term
|
static class |
Term.NEqB
The boolean NEQ operation:
b-term
! |
static class |
Term.NEqD
The double NEQ operation:
d-term
! |
static class |
Term.NEqI
The integer NEQ operation:
i-term
! |
static class |
Term.OrB
The logical OR operation:
b-term
|| b-term
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.