|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.og.util.AttributesTaxonomy
public class AttributesTaxonomy
AttributesTaxonomy.java CLASS AttributesTaxonomy is used by the OG for get information about the attributes The information stored is: - correspondency name between LG and DM
Constructor Summary | |
---|---|
AttributesTaxonomy(java.lang.String attr_file)
Constructor. |
Method Summary | |
---|---|
java.util.ArrayList |
getAttrValuesByLang(java.lang.String attr_name,
java.util.ArrayList attr_values,
java.lang.String Lang,
java.lang.String channelType,
HopsLang hl)
Gets the translation of Dates, missing and error messages. |
java.lang.String |
getHopsAttribute(java.lang.String planname,
java.lang.String gap)
search the hops attribute correspondence between the language generator and the Hops platform |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributesTaxonomy(java.lang.String attr_file)
attr_file
- the file containing the attribute names translation betwee OG and LGMethod Detail |
---|
public java.util.ArrayList getAttrValuesByLang(java.lang.String attr_name, java.util.ArrayList attr_values, java.lang.String Lang, java.lang.String channelType, HopsLang hl)
attr_name
- name of the attributeattr_values
- values of the attribute to translateLang
- the language to be translatedchannelType
- the channel of the user communication
public java.lang.String getHopsAttribute(java.lang.String planname, java.lang.String gap)
planname
- the planidentification: serviceidentification, ca, ltc, afcgap
- the attribute missing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |