Interface PropertyContainer

All Known Subinterfaces:
Context, ContextAwarePropertyContainer
All Known Implementing Classes:
ContextBase, ModelInterpretationContext, SaxEventInterpretationContext, VariableSubstitutionsHelper

public interface PropertyContainer
  • Method Details

    • addSubstitutionProperty

      void addSubstitutionProperty(String key, String value)
    • getProperty

      String getProperty(String key)
    • getCopyOfPropertyMap

      Map<String,String> getCopyOfPropertyMap()
    • addSubstitutionProperties

      default void addSubstitutionProperties(Properties props)