Interface ContextAwarePropertyContainer

All Superinterfaces:
ContextAware, PropertyContainer
All Known Implementing Classes:
ModelInterpretationContext, VariableSubstitutionsHelper

public interface ContextAwarePropertyContainer extends PropertyContainer, ContextAware
An interface extending both PropertyContainer and ContextAware
Since:
1.5.1
  • Method Details

    • subst

      String subst(String input)
      This method is used tp perform variable substitution.
      Parameters:
      input -
      Returns:
      a new string after variable substitution, if any.