public interface ProductNamespaceExtender
namespaces
which are used for expression evaluation.
Clients are asked to register symbols or functions derived from a product into the given namespace.
New extenders can be provided by the JAR Service Provider Interface via the file
META-INF/services/ProductNamespaceExtender
.
Modifier and Type | Method and Description |
---|---|
void |
extendNamespace(Product product,
String namePrefix,
WritableNamespace namespace)
Extend the namespace by extra product symbols or functions.
|
void extendNamespace(Product product, String namePrefix, WritableNamespace namespace)
product
- The product.namePrefix
- The prefix for new symbol or function names.namespace
- The namespace to extend.Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.