Interface ProductNamespacePrefixProvider


  • public interface ProductNamespacePrefixProvider
    Used to prefix symbols derived from a product and registered in some Namespace. SNAP's default prefix is "$<ref-no>.".
    Since:
    SNAP 2
    • Method Detail

      • getPrefix

        String getPrefix​(Product product)
        Parameters:
        product - The product.
        Returns:
        The product prefix.