org.argouml.cognitive
Class AbstractCognitiveTranslator
java.lang.Object
org.argouml.cognitive.AbstractCognitiveTranslator
- public abstract class AbstractCognitiveTranslator
- extends Object
- Since:
- 21.10.2004
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCognitiveTranslator
public AbstractCognitiveTranslator()
i18nlocalize
public abstract String i18nlocalize(String key)
- Parameters:
key
- The key to localize.
- Returns:
- The localized value.
i18nmessageFormat
public abstract String i18nmessageFormat(String key,
Object[] args)
- Parameters:
key
- The key to localize.args
- The array of arguments to format into the value.
- Returns:
- The localized and formatted value.