org.argouml.cognitive
Class AbstractCognitiveTranslator

java.lang.Object
  extended byorg.argouml.cognitive.AbstractCognitiveTranslator

public abstract class AbstractCognitiveTranslator
extends Object

Since:
21.10.2004

Constructor Summary
AbstractCognitiveTranslator()
           
 
Method Summary
abstract  String i18nlocalize(String key)
           
abstract  String i18nmessageFormat(String key, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCognitiveTranslator

public AbstractCognitiveTranslator()
Method Detail

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.


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook