Interface UseKey

All Known Implementing Classes:
Scope, SimpleUseKey

public interface UseKey
Interface for objects that can generate a string key for finding substance streams based on application and substance usage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the application name.
    Gets the key string used to identify substance streams.
    Get the substance name.
  • Method Details

    • getKey

      String getKey()
      Gets the key string used to identify substance streams.
      Returns:
      The key string for this application/substance combination
    • getApplication

      String getApplication()
      Get the application name.
      Returns:
      The application name in which the substance is used.
    • getSubstance

      String getSubstance()
      Get the substance name.
      Returns:
      The name of the substance consumed in the application.