Package | Description |
---|---|
com.bc.jexp |
The main package of the JEXP API.
|
com.bc.jexp.impl |
Provides some generally useful implementations of the interfaces defined in
the main package.
|
org.esa.beam.framework.dataop.barithm |
Modifier and Type | Interface and Description |
---|---|
interface |
Variable
Represents a variable to which a value can be assigned.
|
Modifier and Type | Field and Description |
---|---|
protected Symbol |
Term.Ref.symbol |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
WritableNamespace.getAllSymbols() |
Symbol |
Term.Ref.getSymbol() |
Symbol |
Namespace.resolveSymbol(String name)
Resolves the given name in order to find a matching symbol.
|
Modifier and Type | Method and Description |
---|---|
void |
WritableNamespace.deregisterSymbol(Symbol symbol) |
void |
WritableNamespace.registerSymbol(Symbol symbol) |
Constructor and Description |
---|
Term.Ref(Symbol symbol) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSymbol
Provides an abstract implementation of the
interface. |
static class |
AbstractSymbol.B |
static class |
AbstractSymbol.D |
static class |
AbstractSymbol.I |
Modifier and Type | Method and Description |
---|---|
static Symbol |
SymbolFactory.createConstant(String name,
boolean value)
Creates a new
boolean constant. |
static Symbol |
SymbolFactory.createConstant(String name,
double value)
Creates a new
double constant. |
static Symbol |
SymbolFactory.createConstant(String name,
int value)
Creates a new
int constant. |
Symbol[] |
NamespaceImpl.getAllSymbols() |
Symbol |
NamespaceImpl.resolveSymbol(String name) |
Modifier and Type | Method and Description |
---|---|
void |
NamespaceImpl.deregisterSymbol(Symbol symbol) |
void |
NamespaceImpl.registerSymbol(Symbol symbol) |
Modifier and Type | Class and Description |
---|---|
class |
RasterDataSymbol
Represents a read-only symbol.
|
class |
SingleFlagSymbol
Represents a read-only symbol.
|
Modifier and Type | Method and Description |
---|---|
static void |
BandArithmetic.deregisterSymbol(Symbol s)
De-registers an existing symbol
|
static void |
BandArithmetic.registerSymbol(Symbol s)
Registers a new symbol
|
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.