예제 #1
0
 /**
  * Returns the descriptive definition of the context with name = attributeName. By default, this
  * uses a DescriptionExplainerDelegate, but may be overridden.
  *
  * @param attributeName of the context to get its definition
  * @return Parameter<String> where name is attributeName and value is the definition.
  */
 public Parameter<String> getDefinitionExplanation(String attributeName) {
   return descExplainer.getDefinitionExplanation(attributeName);
 }