updated naming in base2t.part
This commit is contained in:
parent
21ad80a729
commit
026cf0d0ef
|
@ -58,11 +58,11 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
|
||||||
|
|
||||||
ImGui.text(getTxt("selectName"));
|
ImGui.text(getTxt("selectName"));
|
||||||
ImGui.sameLine();
|
ImGui.sameLine();
|
||||||
ImGui.text(baseParts[0].BãßExportNaam());
|
ImGui.text(baseParts[0].ráàmExportNaam());
|
||||||
|
|
||||||
ImGui.text(getTxt("selectPurpose"));
|
ImGui.text(getTxt("selectPurpose"));
|
||||||
ImGui.sameLine();
|
ImGui.sameLine();
|
||||||
ImGui.text(baseParts[0].BãßClazzDoel());
|
ImGui.text(baseParts[0].ráàmFluisterDoel());
|
||||||
|
|
||||||
ImGui.checkbox(getTxt("showBase10"), showBase10);
|
ImGui.checkbox(getTxt("showBase10"), showBase10);
|
||||||
ImGui.checkbox(getTxt("showBase16"), showBase16);
|
ImGui.checkbox(getTxt("showBase16"), showBase16);
|
||||||
|
@ -121,7 +121,7 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
ImGui.text(Integer.toString(part.rȧñkTelEen()));
|
ImGui.text(Integer.toString(part.rȧñkTelEen()));
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
ImGui.text(part.BȍőnDialTone());
|
ImGui.text(part.rȧñkRingToon());
|
||||||
if (showBase10.get()) {
|
if (showBase10.get()) {
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
ImGui.text(BaseGlyphSet.TONE_SCRIPT.BȍőnPrintNumber10(part.rȧñkTelNul(), part.ráàmGroote() - 1));
|
ImGui.text(BaseGlyphSet.TONE_SCRIPT.BȍőnPrintNumber10(part.rȧñkTelNul(), part.ráàmGroote() - 1));
|
||||||
|
@ -155,31 +155,31 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
|
||||||
ImGui.text(BaseGlyphSet.MALAYALAM.BȍőnPrintNumber27(part.rȧñkTelNul(), part.ráàmGroote() - 1));
|
ImGui.text(BaseGlyphSet.MALAYALAM.BȍőnPrintNumber27(part.rȧñkTelNul(), part.ráàmGroote() - 1));
|
||||||
}
|
}
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
ImGui.text(part.BȍőnChinaKey());
|
ImGui.text(part.rȧñkChinaSleutel());
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
ImGui.text(part.BȍőnChinaValue());
|
ImGui.text(part.rȧñkChinaWaarde());
|
||||||
|
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
if (part instanceof BãßBȍőnPartAlt1ʸᴰ) {
|
if (part instanceof BãßBȍőnPartAlt1ʸᴰ) {
|
||||||
ImGui.text(BãßBȍőnPartAlt1ʸᴰ.class.cast(part).BȍőnAlt1Value());
|
ImGui.text(BãßBȍőnPartAlt1ʸᴰ.class.cast(part).rȧñkAlt1Waarde());
|
||||||
} else {
|
} else {
|
||||||
ImGui.text("");
|
ImGui.text("");
|
||||||
}
|
}
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
if (part instanceof BãßBȍőnPartAlt2ʸᴰ) {
|
if (part instanceof BãßBȍőnPartAlt2ʸᴰ) {
|
||||||
ImGui.text(BãßBȍőnPartAlt2ʸᴰ.class.cast(part).BȍőnAlt2Value());
|
ImGui.text(BãßBȍőnPartAlt2ʸᴰ.class.cast(part).rȧñkAlt2Waarde());
|
||||||
} else {
|
} else {
|
||||||
ImGui.text("");
|
ImGui.text("");
|
||||||
}
|
}
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
if (part instanceof BãßBȍőnPartAlt3ʸᴰ) {
|
if (part instanceof BãßBȍőnPartAlt3ʸᴰ) {
|
||||||
ImGui.text(BãßBȍőnPartAlt3ʸᴰ.class.cast(part).BȍőnAlt3Value());
|
ImGui.text(BãßBȍőnPartAlt3ʸᴰ.class.cast(part).rȧñkAlt3Waarde());
|
||||||
} else {
|
} else {
|
||||||
ImGui.text("");
|
ImGui.text("");
|
||||||
}
|
}
|
||||||
ImGui.tableNextColumn();
|
ImGui.tableNextColumn();
|
||||||
if (part instanceof BãßBȍőnPartAlt4ʸᴰ) {
|
if (part instanceof BãßBȍőnPartAlt4ʸᴰ) {
|
||||||
ImGui.text(BãßBȍőnPartAlt4ʸᴰ.class.cast(part).BȍőnAlt4Value());
|
ImGui.text(BãßBȍőnPartAlt4ʸᴰ.class.cast(part).rȧñkAlt4Waarde());
|
||||||
} else {
|
} else {
|
||||||
ImGui.text("");
|
ImGui.text("");
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,7 @@ public enum Base2WarpCore implements BãßBȍőnAbacusInstanceMBeanʸᴰ<Base2Wa
|
||||||
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
||||||
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
||||||
logHandler.accept("Lock: "+part.BãßExportNaam()+" since: "+part.BãßAuthorKopieërRecht());
|
logHandler.accept("Lock: "+part.ráàmExportNaam()+" since: "+part.ráàmAuthorKopieërRecht());
|
||||||
Bãß.石棺ʸᴰ.墳ᴸᵒᶜᵏ(part);
|
Bãß.石棺ʸᴰ.墳ᴸᵒᶜᵏ(part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -76,9 +76,9 @@ public enum Base2WarpCore implements BãßBȍőnAbacusInstanceMBeanʸᴰ<Base2Wa
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:bases) {
|
for (BãßBȍőnPartʸᴰ<?> part:bases) {
|
||||||
WaterCipherHeartTone tone = new WaterCipherHeartTone();
|
WaterCipherHeartTone tone = new WaterCipherHeartTone();
|
||||||
tone.setPart(part.rȧñkNaam());
|
tone.setPart(part.rȧñkNaam());
|
||||||
tone.setDialTone(part.BȍőnDialTone());
|
tone.setDialTone(part.rȧñkRingToon());
|
||||||
tone.setChinaKey(part.BȍőnChinaKey());
|
tone.setChinaKey(part.rȧñkChinaSleutel());
|
||||||
tone.setChinaValue(part.BȍőnChinaValue());
|
tone.setChinaValue(part.rȧñkChinaWaarde());
|
||||||
heart.addHeartTone(tone);
|
heart.addHeartTone(tone);
|
||||||
}
|
}
|
||||||
warpCipher.getCipherHearts().add(heart);
|
warpCipher.getCipherHearts().add(heart);
|
||||||
|
|
|
@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt1ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnAlt1Value() {
|
default String rȧñkAlt1Waarde() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_1_VALUE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_1_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt1Name() {
|
default String ráàmAlt1Naam() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT1_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT1_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt1Website() {
|
default String ráàmAlt1Website() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT1_WEBSITE);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT1_WEBSITE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt2ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnAlt2Value() {
|
default String rȧñkAlt2Waarde() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_2_VALUE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_2_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt2Name() {
|
default String ráàmAlt2Naam() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT2_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT2_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt2Website() {
|
default String ráàmAlt2Website() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT2_WEBSITE);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT2_WEBSITE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt3ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnAlt3Value() {
|
default String rȧñkAlt3Waarde() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_3_VALUE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_3_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt3Name() {
|
default String ráàmAlt3Naam() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT3_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT3_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt3Website() {
|
default String ráàmAlt3Website() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT3_WEBSITE);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT3_WEBSITE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt4ʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> ext
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnAlt4Value() {
|
default String rȧñkAlt4Waarde() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_4_VALUE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.ALT_4_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt4Name() {
|
default String ráàmAlt4Naam() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT4_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT4_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAlt4Website() {
|
default String ráàmAlt4Website() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT4_WEBSITE);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT4_WEBSITE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@ import love.distributedrebirth.bassboon.Bãß;
|
||||||
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor注;
|
||||||
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor響ᴼᶠ;
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnAuthor響ᴼᶠ;
|
||||||
import love.distributedrebirth.bassboon.clazz.BãßBȍőnDuytsFlüstern響ᴼᶠ;
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnDuytsFlüstern響ᴼᶠ;
|
||||||
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnDuytschen注;
|
||||||
import love.distributedrebirth.bassboon.clazz.BãßBȍőnExport響ᴼᶠ;
|
import love.distributedrebirth.bassboon.clazz.BãßBȍőnExport響ᴼᶠ;
|
||||||
import love.distributedrebirth.bassboon.clazz.pirate.BãßBȍőnꝐŕḯṿª₮ḕ;
|
import love.distributedrebirth.bassboon.clazz.pirate.BãßBȍőnꝐŕḯṿª₮ḕ;
|
||||||
import love.distributedrebirth.bassboon.clazz.pirate.BãßBȍőnꝐŕḯṿª₮ḕ響ᴼᶠ;
|
import love.distributedrebirth.bassboon.clazz.pirate.BãßBȍőnꝐŕḯṿª₮ḕ響ᴼᶠ;
|
||||||
|
@ -38,8 +39,8 @@ public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void lock() {
|
public void lock() {
|
||||||
boon.BãßValueOfDialTone(boon.BȍőnDialTone());
|
boon.ráàmWaardeVanRingToon(boon.rȧñkRingToon());
|
||||||
boon.BãßValueOfChinaKey(boon.BȍőnChinaKey());
|
boon.ráàmWaardeVanChinaSleutel(boon.rȧñkChinaSleutel());
|
||||||
}
|
}
|
||||||
|
|
||||||
@SafeVarargs
|
@SafeVarargs
|
||||||
|
@ -56,52 +57,53 @@ public interface BãßBȍőnPartʸᴰ<T extends BãßBȍőnPartʸᴰ<T>> extends
|
||||||
return toBBC().NOISE_OF(BãßBȍőnAbacusZombie響ᴼᶠ.class).toEnumZombie();
|
return toBBC().NOISE_OF(BãßBȍőnAbacusZombie響ᴼᶠ.class).toEnumZombie();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßClazzDoel() {
|
default String ráàmFluisterDoel() {
|
||||||
return toBBC().NOISE_OF(BãßBȍőnDuytsFlüstern響ᴼᶠ.class).doel();
|
return toBBC().NOISE_OF(BãßBȍőnDuytsFlüstern響ᴼᶠ.class).doel();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAuthorNaam() {
|
default String ráàmAuthorNaam() {
|
||||||
return toBBC().NOISE_OF(BãßBȍőnAuthor響ᴼᶠ.class).naam();
|
return toBBC().NOISE_OF(BãßBȍőnAuthor響ᴼᶠ.class).naam();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAuthorKopieërRecht() {
|
default String ráàmAuthorKopieërRecht() {
|
||||||
return toBBC().NOISE_OF(BãßBȍőnAuthor響ᴼᶠ.class).kopieërRecht();
|
return toBBC().NOISE_OF(BãßBȍőnAuthor響ᴼᶠ.class).kopieërRecht();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßExportNaam() {
|
default String ráàmExportNaam() {
|
||||||
return toBBC().NOISE_OF(BãßBȍőnExport響ᴼᶠ.class).artifact();
|
return toBBC().NOISE_OF(BãßBȍőnExport響ᴼᶠ.class).artifact();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßExportGroep() {
|
default String ráàmExportGroep() {
|
||||||
return toBBC().NOISE_OF(BãßBȍőnExport響ᴼᶠ.class).groep();
|
return toBBC().NOISE_OF(BãßBȍőnExport響ᴼᶠ.class).groep();
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnDialTone() {
|
@BãßBȍőnDuytschen注(中國 = "秩 撥號 語氣", BASIC = "RANK_DIAL_TONE", 𓃬𓍄𓋹𓀭 = "𓂏𓅃𓈁𓎡 𓂧𓇋𓅃𓋴 𓋶𓎥𓈖𓆑")
|
||||||
|
default String rȧñkRingToon() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.DIAL_TONE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.DIAL_TONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnChinaKey() {
|
default String rȧñkChinaSleutel() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.CHINA_KEY);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.CHINA_KEY);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BȍőnChinaValue() {
|
default String rȧñkChinaWaarde() {
|
||||||
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.CHINA_VALUE);
|
return toEnumZombie().GET_STR(BãßBȍőnPartBullet.CHINA_VALUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
default T BãßValueOfDialTone(String identifierTone) {
|
default T ráàmWaardeVanRingToon(String identifierTone) {
|
||||||
Map<String,Object> mapTone = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_TONE);
|
Map<String,Object> mapTone = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_TONE);
|
||||||
if (mapTone.isEmpty()) {
|
if (mapTone.isEmpty()) {
|
||||||
mapTone.putAll(ráàmWaardesNaarMap(v -> v.BȍőnDialTone()));
|
mapTone.putAll(ráàmWaardesNaarMap(v -> v.rȧñkRingToon()));
|
||||||
}
|
}
|
||||||
return (T) mapTone.get(identifierTone);
|
return (T) mapTone.get(identifierTone);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
default T BãßValueOfChinaKey(String chinaKey) {
|
default T ráàmWaardeVanChinaSleutel(String chinaKey) {
|
||||||
Map<String,Object> mapChina = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_CHINA);
|
Map<String,Object> mapChina = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_CHINA);
|
||||||
if (mapChina.isEmpty()) {
|
if (mapChina.isEmpty()) {
|
||||||
mapChina.putAll(ráàmWaardesNaarMap(v -> v.BȍőnChinaKey()));
|
mapChina.putAll(ráàmWaardesNaarMap(v -> v.rȧñkChinaSleutel()));
|
||||||
}
|
}
|
||||||
return (T) mapChina.get(chinaKey);
|
return (T) mapChina.get(chinaKey);
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ public enum T20PartScore implements BãßBȍőnPartAlt4ʸᴰ<T20PartScore> {
|
||||||
;
|
;
|
||||||
|
|
||||||
private static final Map<String, T20PartScore> OPENLC_MAP = Collections.unmodifiableMap(
|
private static final Map<String, T20PartScore> OPENLC_MAP = Collections.unmodifiableMap(
|
||||||
Arrays.asList(values()).stream().collect(Collectors.toMap(v -> v.BȍőnAlt4Value(), v -> v)));
|
Arrays.asList(values()).stream().collect(Collectors.toMap(v -> v.rȧñkAlt4Waarde(), v -> v)));
|
||||||
|
|
||||||
public final static T20PartScore STATIC = T20PartScore.PART_1;
|
public final static T20PartScore STATIC = T20PartScore.PART_1;
|
||||||
|
|
||||||
|
|
|
@ -25,16 +25,16 @@ public enum BaseGlyphSet implements BãßBȍőnAbacusSetMBeanʸᴰ<BaseGlyphSet>
|
||||||
|
|
||||||
LATIN_BASIC(
|
LATIN_BASIC(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(Integer.toString(x.rȧñkTelNul())))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(Integer.toString(x.rȧñkTelNul())))),
|
||||||
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnAlt1Value()))),
|
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkAlt1Waarde()))),
|
||||||
new BaseGlyphSetNumber("1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R")),
|
new BaseGlyphSetNumber("1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R")),
|
||||||
LATIN_DTMF(
|
LATIN_DTMF(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnChinaValue()))).withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkChinaWaarde()))).withSeperator(Bãß.ℭỗᶇṧⱦᶏꬼȶʂ.STR_SPACE),
|
||||||
new BaseGlyphSetNumber("1","2","3","A","4","5","6","B","7","8","9","C","*","0","#","D"),
|
new BaseGlyphSetNumber("1","2","3","A","4","5","6","B","7","8","9","C","*","0","#","D"),
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> {
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> {
|
||||||
if (T10PartDecimal.PART_10 == x) {
|
if (T10PartDecimal.PART_10 == x) {
|
||||||
v.add("ten");
|
v.add("ten");
|
||||||
} else {
|
} else {
|
||||||
v.add(T10PartDecimal.STATIC.ráàmWaardes()[x.rȧñkTelEen()].BȍőnChinaValue()); // 1 to 9
|
v.add(T10PartDecimal.STATIC.ráàmWaardes()[x.rȧñkTelEen()].rȧñkChinaWaarde()); // 1 to 9
|
||||||
}
|
}
|
||||||
}), "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety",
|
}), "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety",
|
||||||
"one hundred", "two hundred", "three hundred", "four hundred", "five hundred", "six hundred", "seven hundred", "eight hundred", "nine hundred")),
|
"one hundred", "two hundred", "three hundred", "four hundred", "five hundred", "six hundred", "seven hundred", "eight hundred", "nine hundred")),
|
||||||
|
@ -56,23 +56,23 @@ public enum BaseGlyphSet implements BãßBȍőnAbacusSetMBeanʸᴰ<BaseGlyphSet>
|
||||||
null),
|
null),
|
||||||
|
|
||||||
TONE_SCRIPT(
|
TONE_SCRIPT(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnDialTone()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkRingToon()))),
|
||||||
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnDialTone()))),
|
new BaseGlyphSetNumber(v -> T16PartHex.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkRingToon()))),
|
||||||
new BaseGlyphSetNumber("꜊꜈","꜊꜉","꜊꜋","꜊꜌","꜊꜍","꜊꜎","꜊꜏","꜊꜐","꜊꜑","˧˥","˧˦","˧˨","˧˩","˧꜒","˧꜓","˧꜔","˧꜕","˧꜖","꜏˥","꜏˦","꜏˧","꜏˨","꜏˩","꜏꜍","꜏꜎","꜏꜐","꜏꜑")),
|
new BaseGlyphSetNumber("꜊꜈","꜊꜉","꜊꜋","꜊꜌","꜊꜍","꜊꜎","꜊꜏","꜊꜐","꜊꜑","˧˥","˧˦","˧˨","˧˩","˧꜒","˧꜓","˧꜔","˧꜕","˧꜖","꜏˥","꜏˦","꜏˧","꜏˨","꜏˩","꜏꜍","꜏꜎","꜏꜐","꜏꜑")),
|
||||||
DIPAVALI_LRPATH_TOPHEX(
|
DIPAVALI_LRPATH_TOPHEX(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnAlt1Value()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkAlt1Waarde()))),
|
||||||
new BaseGlyphSetNumber("˧˥˩","˧˩˥","˧˥˦","˧˩˨","˧˦˦","˧˨˨","˧˥˥","˧˩˩","˥˩˧","˩˥˧","˥˦˧","˩˨˧","˦˦˧","˨˨˧","˥˥˧","˩˩˧").withAltGlyphSet(BaseGlyphSet.LATIN_TOP),
|
new BaseGlyphSetNumber("˧˥˩","˧˩˥","˧˥˦","˧˩˨","˧˦˦","˧˨˨","˧˥˥","˧˩˩","˥˩˧","˩˥˧","˥˦˧","˩˨˧","˦˦˧","˨˨˧","˥˥˧","˩˩˧").withAltGlyphSet(BaseGlyphSet.LATIN_TOP),
|
||||||
null),
|
null),
|
||||||
DIPAVALI_LRPATH_SUBHEX(
|
DIPAVALI_LRPATH_SUBHEX(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnAlt1Value()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkAlt1Waarde()))),
|
||||||
new BaseGlyphSetNumber("˧˥˩","˧˩˥","˧˥˦","˧˩˨","˧˦˦","˧˨˨","˧˥˥","˧˩˩","˥˩˧","˩˥˧","˥˦˧","˩˨˧","˦˦˧","˨˨˧","˥˥˧","˩˩˧").withAltGlyphSet(BaseGlyphSet.LATIN_SUB),
|
new BaseGlyphSetNumber("˧˥˩","˧˩˥","˧˥˦","˧˩˨","˧˦˦","˧˨˨","˧˥˥","˧˩˩","˥˩˧","˩˥˧","˥˦˧","˩˨˧","˦˦˧","˨˨˧","˥˥˧","˩˩˧").withAltGlyphSet(BaseGlyphSet.LATIN_SUB),
|
||||||
null),
|
null),
|
||||||
DIPAVALI_RLPATH_TOPHEX(
|
DIPAVALI_RLPATH_TOPHEX(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnAlt2Value()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkAlt2Waarde()))),
|
||||||
new BaseGlyphSetNumber("꜔꜒꜖","꜔꜖꜒","꜔꜒꜓","꜔꜖꜕","꜔꜓꜓","꜔꜕꜕","꜔꜒꜒","꜔꜖꜖","꜒꜖꜔","꜖꜒꜔","꜒꜓꜔","꜖꜕꜔","꜓꜓꜔","꜕꜕꜔","꜒꜒꜔","꜖꜖꜔").withAltGlyphSet(BaseGlyphSet.LATIN_TOP),
|
new BaseGlyphSetNumber("꜔꜒꜖","꜔꜖꜒","꜔꜒꜓","꜔꜖꜕","꜔꜓꜓","꜔꜕꜕","꜔꜒꜒","꜔꜖꜖","꜒꜖꜔","꜖꜒꜔","꜒꜓꜔","꜖꜕꜔","꜓꜓꜔","꜕꜕꜔","꜒꜒꜔","꜖꜖꜔").withAltGlyphSet(BaseGlyphSet.LATIN_TOP),
|
||||||
null),
|
null),
|
||||||
DIPAVALI_RLPATH_SUBHEX(
|
DIPAVALI_RLPATH_SUBHEX(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnAlt2Value()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkAlt2Waarde()))),
|
||||||
new BaseGlyphSetNumber("꜔꜒꜖","꜔꜖꜒","꜔꜒꜓","꜔꜖꜕","꜔꜓꜓","꜔꜕꜕","꜔꜒꜒","꜔꜖꜖","꜒꜖꜔","꜖꜒꜔","꜒꜓꜔","꜖꜕꜔","꜓꜓꜔","꜕꜕꜔","꜒꜒꜔","꜖꜖꜔").withAltGlyphSet(BaseGlyphSet.LATIN_SUB),
|
new BaseGlyphSetNumber("꜔꜒꜖","꜔꜖꜒","꜔꜒꜓","꜔꜖꜕","꜔꜓꜓","꜔꜕꜕","꜔꜒꜒","꜔꜖꜖","꜒꜖꜔","꜖꜒꜔","꜒꜓꜔","꜖꜕꜔","꜓꜓꜔","꜕꜕꜔","꜒꜒꜔","꜖꜖꜔").withAltGlyphSet(BaseGlyphSet.LATIN_SUB),
|
||||||
null),
|
null),
|
||||||
|
|
||||||
|
@ -128,7 +128,7 @@ public enum BaseGlyphSet implements BãßBȍőnAbacusSetMBeanʸᴰ<BaseGlyphSet>
|
||||||
// TODO: replace Tai Xuan Jing Symbols are "T87PartXuanJing"
|
// TODO: replace Tai Xuan Jing Symbols are "T87PartXuanJing"
|
||||||
new BaseGlyphSetNumber("𝌁","𝌂","𝌃","𝌄","𝌅","𝌆","𝌇","𝌈","𝌉","𝌊","𝌋","𝌌","𝌍","𝌎","𝌏","𝌐","𝌑","𝌒","𝌓","𝌔","𝌕","𝌖","𝌗","𝌘","𝌙","𝌚","𝌛")),
|
new BaseGlyphSetNumber("𝌁","𝌂","𝌃","𝌄","𝌅","𝌆","𝌇","𝌈","𝌉","𝌊","𝌋","𝌌","𝌍","𝌎","𝌏","𝌐","𝌑","𝌒","𝌓","𝌔","𝌕","𝌖","𝌗","𝌘","𝌙","𝌚","𝌛")),
|
||||||
CHINA_FORMAL(
|
CHINA_FORMAL(
|
||||||
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnChinaKey()))),
|
new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.rȧñkChinaSleutel()))),
|
||||||
null,
|
null,
|
||||||
null),
|
null),
|
||||||
CHINA_FORMAL_OLD(
|
CHINA_FORMAL_OLD(
|
||||||
|
|
|
@ -26,12 +26,12 @@ public class BãßBȍőnPartDialToneConverter extends AbstractStringObjectConver
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String convertStringBack(Object obj, Locale locale) throws ObjectConverterException {
|
public String convertStringBack(Object obj, Locale locale) throws ObjectConverterException {
|
||||||
return BãßBȍőnPartʸᴰ.class.cast(obj).BȍőnDialTone();
|
return BãßBȍőnPartʸᴰ.class.cast(obj).rȧñkRingToon();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Object convertStringTo(String str, Locale locale) throws ObjectConverterException {
|
public Object convertStringTo(String str, Locale locale) throws ObjectConverterException {
|
||||||
return basePart.BãßValueOfDialTone(str);
|
return basePart.ráàmWaardeVanRingToon(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -106,7 +106,7 @@ public class NumberXDModuleLoader implements X4OLanguageModuleLoader {
|
||||||
|
|
||||||
private void configBãßBȍőnPartAttributes(X4OLanguage language,ElementClass ec, BãßBȍőnPartʸᴰ<?> basePart) throws X4OLanguageModuleLoaderException {
|
private void configBãßBȍőnPartAttributes(X4OLanguage language,ElementClass ec, BãßBȍőnPartʸᴰ<?> basePart) throws X4OLanguageModuleLoaderException {
|
||||||
for (BãßBȍőnPartʸᴰ<?> part: basePart.ráàmWaardes()) {
|
for (BãßBȍőnPartʸᴰ<?> part: basePart.ráàmWaardes()) {
|
||||||
ec.addElementClassAttribute(createElementClassAttribute(language,part.BȍőnChinaKey(),true,new BãßBȍőnPartDialToneConverter(part)));
|
ec.addElementClassAttribute(createElementClassAttribute(language,part.rȧñkChinaSleutel(),true,new BãßBȍőnPartDialToneConverter(part)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,8 @@ public class Base2PartsFactoryTest {
|
||||||
Map<String,String> global = new HashMap<>();
|
Map<String,String> global = new HashMap<>();
|
||||||
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
||||||
Assertions.assertFalse(global.containsKey(part.BȍőnChinaKey()), "key: "+part.BȍőnChinaKey());
|
Assertions.assertFalse(global.containsKey(part.rȧñkChinaSleutel()), "key: "+part.rȧñkChinaSleutel());
|
||||||
global.put(part.BȍőnChinaKey(), part.BȍőnChinaValue());
|
global.put(part.rȧñkChinaSleutel(), part.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assertions.assertTrue(global.size() > 1);
|
Assertions.assertTrue(global.size() > 1);
|
||||||
|
@ -37,8 +37,8 @@ public class Base2PartsFactoryTest {
|
||||||
Map<String,String> global = new HashMap<>();
|
Map<String,String> global = new HashMap<>();
|
||||||
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
||||||
Assertions.assertFalse(global.containsKey(part.BȍőnChinaValue()));
|
Assertions.assertFalse(global.containsKey(part.rȧñkChinaWaarde()));
|
||||||
global.put(part.BȍőnChinaValue(), part.BȍőnChinaValue());
|
global.put(part.rȧñkChinaWaarde(), part.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assertions.assertTrue(global.size() > 1);
|
Assertions.assertTrue(global.size() > 1);
|
||||||
|
@ -50,11 +50,11 @@ public class Base2PartsFactoryTest {
|
||||||
Map<String,String> global = new HashMap<>();
|
Map<String,String> global = new HashMap<>();
|
||||||
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
for (BãßBȍőnPartʸᴰ<?> part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) {
|
||||||
if (global.containsKey(part.BȍőnDialTone())) {
|
if (global.containsKey(part.rȧñkRingToon())) {
|
||||||
duplicate = true;
|
duplicate = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
global.put(part.BȍőnDialTone(), part.BȍőnChinaValue());
|
global.put(part.rȧñkRingToon(), part.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Assertions.assertTrue(global.size() > 1);
|
Assertions.assertTrue(global.size() > 1);
|
||||||
|
|
|
@ -11,21 +11,21 @@ public class T02PartBinaryTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T02PartBinary value:T02PartBinary.values()) {
|
for (T02PartBinary value:T02PartBinary.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.BãßValueOfDialTone("˧"));
|
Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.ráàmWaardeVanRingToon("˧"));
|
||||||
Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.BãßValueOfDialTone("꜔"));
|
Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.ráàmWaardeVanRingToon("꜔"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.BãßValueOfChinaKey("低"));
|
Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.ráàmWaardeVanChinaSleutel("低"));
|
||||||
Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.BãßValueOfChinaKey("高"));
|
Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.ráàmWaardeVanChinaSleutel("高"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,23 +11,23 @@ public class T03PartTritTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T03PartTrit value:T03PartTrit.values()) {
|
for (T03PartTrit value:T03PartTrit.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.BãßValueOfDialTone("˧"));
|
Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˧"));
|
||||||
Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.BãßValueOfDialTone("˨"));
|
Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˨"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.BãßValueOfChinaKey("一"));
|
Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("一"));
|
||||||
Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.BãßValueOfChinaKey("二"));
|
Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("二"));
|
||||||
Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.BãßValueOfChinaKey("三"));
|
Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("三"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,12 +11,12 @@ public class T04PartQuadTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T04PartQuad value:T04PartQuad.values()) {
|
for (T04PartQuad value:T04PartQuad.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
Assertions.assertNotNull(value.BȍőnAlt1Value());
|
Assertions.assertNotNull(value.rȧñkAlt1Waarde());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Name());
|
Assertions.assertNotNull(value.ráàmAlt1Naam());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Website());
|
Assertions.assertNotNull(value.ráàmAlt1Website());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,17 +38,17 @@ public class T04PartQuadTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.BãßValueOfDialTone("꜒"));
|
Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.ráàmWaardeVanRingToon("꜒"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.BãßValueOfDialTone("꜖"));
|
Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.ráàmWaardeVanRingToon("꜖"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.BãßValueOfDialTone("˩"));
|
Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.ráàmWaardeVanRingToon("˩"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.BãßValueOfChinaKey("仙"));
|
Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("仙"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.BãßValueOfChinaKey("上"));
|
Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("上"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.BãßValueOfChinaKey("主"));
|
Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("主"));
|
||||||
Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.BãßValueOfChinaKey("天"));
|
Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("天"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,27 +11,27 @@ public class T05PartPentalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T05PartPental value:T05PartPental.values()) {
|
for (T05PartPental value:T05PartPental.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.BãßValueOfDialTone("˧"));
|
Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.ráàmWaardeVanRingToon("˧"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.BãßValueOfDialTone("˨"));
|
Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.ráàmWaardeVanRingToon("˨"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.BãßValueOfDialTone("˩"));
|
Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.ráàmWaardeVanRingToon("˩"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.BãßValueOfChinaKey("火"));
|
Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("火"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.BãßValueOfChinaKey("水"));
|
Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("水"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.BãßValueOfChinaKey("木"));
|
Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("木"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.BãßValueOfChinaKey("金"));
|
Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("金"));
|
||||||
Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.BãßValueOfChinaKey("土"));
|
Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("土"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,28 +11,28 @@ public class T06PartSeximalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T06PartSeximal value:T06PartSeximal.values()) {
|
for (T06PartSeximal value:T06PartSeximal.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
Assertions.assertNotNull(value.BȍőnAlt1Value());
|
Assertions.assertNotNull(value.rȧñkAlt1Waarde());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Name());
|
Assertions.assertNotNull(value.ráàmAlt1Naam());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Website());
|
Assertions.assertNotNull(value.ráàmAlt1Website());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.BãßValueOfDialTone("˨"));
|
Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("˨"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.BãßValueOfDialTone("꜊"));
|
Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("꜊"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.BãßValueOfDialTone("꜏"));
|
Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("꜏"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.BãßValueOfChinaKey("四"));
|
Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("四"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.BãßValueOfChinaKey("五"));
|
Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("五"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.BãßValueOfChinaKey("八"));
|
Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("八"));
|
||||||
Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.BãßValueOfChinaKey("九"));
|
Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("九"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,28 +11,28 @@ public class T07PartPlanItTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T07PartPlanIt value:T07PartPlanIt.values()) {
|
for (T07PartPlanIt value:T07PartPlanIt.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
Assertions.assertNotNull(value.BȍőnAlt1Value());
|
Assertions.assertNotNull(value.rȧñkAlt1Waarde());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Name());
|
Assertions.assertNotNull(value.ráàmAlt1Naam());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Website());
|
Assertions.assertNotNull(value.ráàmAlt1Website());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.BãßValueOfDialTone("꜉"));
|
Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("꜉"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.BãßValueOfDialTone("꜐"));
|
Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("꜐"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.BãßValueOfDialTone("˩"));
|
Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("˩"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♎︎"));
|
Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♎︎"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♏︎"));
|
Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♏︎"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♑︎"));
|
Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♑︎"));
|
||||||
Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♈︎"));
|
Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♈︎"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T08PartOctalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T08PartOctal value:T08PartOctal.values()) {
|
for (T08PartOctal value:T08PartOctal.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.BãßValueOfDialTone("˩"));
|
Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.ráàmWaardeVanRingToon("˩"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.BãßValueOfDialTone("꜍"));
|
Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.ráàmWaardeVanRingToon("꜍"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.BãßValueOfDialTone("꜑"));
|
Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.ráàmWaardeVanRingToon("꜑"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.BãßValueOfChinaKey("心"));
|
Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("心"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.BãßValueOfChinaKey("頭"));
|
Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("頭"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.BãßValueOfChinaKey("肢"));
|
Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("肢"));
|
||||||
Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.BãßValueOfChinaKey("腳"));
|
Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("腳"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T09PartNonaryTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T09PartNonary value:T09PartNonary.values()) {
|
for (T09PartNonary value:T09PartNonary.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.BãßValueOfDialTone("˨"));
|
Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.ráàmWaardeVanRingToon("˨"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.BãßValueOfDialTone("꜏"));
|
Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.ráàmWaardeVanRingToon("꜏"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.BãßValueOfDialTone("꜑"));
|
Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.ráàmWaardeVanRingToon("꜑"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.BãßValueOfChinaKey("藍"));
|
Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("藍"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.BãßValueOfChinaKey("皓"));
|
Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("皓"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.BãßValueOfChinaKey("黑"));
|
Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("黑"));
|
||||||
Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.BãßValueOfChinaKey("紺"));
|
Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("紺"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T10PartDecimalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T10PartDecimal value:T10PartDecimal.values()) {
|
for (T10PartDecimal value:T10PartDecimal.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.BãßValueOfDialTone("꜓"));
|
Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("꜓"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.BãßValueOfDialTone("꜒"));
|
Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("꜒"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.BãßValueOfChinaKey("零"));
|
Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("零"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.BãßValueOfChinaKey("壹"));
|
Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("壹"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.BãßValueOfChinaKey("捌"));
|
Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("捌"));
|
||||||
Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.BãßValueOfChinaKey("玖"));
|
Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("玖"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T11PartUndecimalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T11PartUndecimal value:T11PartUndecimal.values()) {
|
for (T11PartUndecimal value:T11PartUndecimal.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.BãßValueOfDialTone("꜈"));
|
Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("꜈"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.BãßValueOfDialTone("꜐"));
|
Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("꜐"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.BãßValueOfDialTone("˩"));
|
Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("˩"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.BãßValueOfChinaKey("走"));
|
Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("走"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.BãßValueOfChinaKey("跑"));
|
Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("跑"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.BãßValueOfChinaKey("春"));
|
Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("春"));
|
||||||
Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.BãßValueOfChinaKey("耦"));
|
Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("耦"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,28 +11,28 @@ public class T12PartUncialTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T12PartUncial value:T12PartUncial.values()) {
|
for (T12PartUncial value:T12PartUncial.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
Assertions.assertNotNull(value.BȍőnAlt1Value());
|
Assertions.assertNotNull(value.rȧñkAlt1Waarde());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Name());
|
Assertions.assertNotNull(value.ráàmAlt1Naam());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Website());
|
Assertions.assertNotNull(value.ráàmAlt1Website());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.BãßValueOfDialTone("˧"));
|
Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.ráàmWaardeVanRingToon("˧"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.BãßValueOfDialTone("꜏"));
|
Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.ráàmWaardeVanRingToon("꜏"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.BãßValueOfDialTone("꜑"));
|
Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.ráàmWaardeVanRingToon("꜑"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.BãßValueOfChinaKey("日"));
|
Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("日"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.BãßValueOfChinaKey("月"));
|
Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("月"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.BãßValueOfChinaKey("黼"));
|
Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("黼"));
|
||||||
Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.BãßValueOfChinaKey("亞"));
|
Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("亞"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T16PartHexTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T16PartHex value:T16PartHex.values()) {
|
for (T16PartHex value:T16PartHex.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.BãßValueOfDialTone("꜐"));
|
Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.ráàmWaardeVanRingToon("꜐"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.BãßValueOfDialTone("꜑"));
|
Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.ráàmWaardeVanRingToon("꜑"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.BãßValueOfChinaKey("氫"));
|
Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("氫"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.BãßValueOfChinaKey("氦"));
|
Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("氦"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.BãßValueOfChinaKey("磷"));
|
Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("磷"));
|
||||||
Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.BãßValueOfChinaKey("硫"));
|
Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("硫"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,29 +11,29 @@ public class T20PartScoreTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T20PartScore value:T20PartScore.values()) {
|
for (T20PartScore value:T20PartScore.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
Assertions.assertNotNull(value.BȍőnAlt1Value());
|
Assertions.assertNotNull(value.rȧñkAlt1Waarde());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Name());
|
Assertions.assertNotNull(value.ráàmAlt1Naam());
|
||||||
Assertions.assertNotNull(value.BãßAlt1Website());
|
Assertions.assertNotNull(value.ráàmAlt1Website());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.BãßValueOfDialTone("˥"));
|
Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.ráàmWaardeVanRingToon("˥"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.BãßValueOfDialTone("˦"));
|
Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.ráàmWaardeVanRingToon("˦"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.BãßValueOfDialTone("꜐"));
|
Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.ráàmWaardeVanRingToon("꜐"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.BãßValueOfDialTone("꜑"));
|
Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.ráàmWaardeVanRingToon("꜑"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.BãßValueOfChinaKey("尧"));
|
Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("尧"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.BãßValueOfChinaKey("泽"));
|
Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("泽"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.BãßValueOfChinaKey("仄"));
|
Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("仄"));
|
||||||
Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.BãßValueOfChinaKey("幺"));
|
Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("幺"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
@ -11,25 +11,25 @@ public class T60SexagesimalTest {
|
||||||
@Test
|
@Test
|
||||||
public void testBasePart() {
|
public void testBasePart() {
|
||||||
for (T60PartSexagesimal value:T60PartSexagesimal.values()) {
|
for (T60PartSexagesimal value:T60PartSexagesimal.values()) {
|
||||||
Assertions.assertNotNull(value.BȍőnDialTone());
|
Assertions.assertNotNull(value.rȧñkRingToon());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaKey());
|
Assertions.assertNotNull(value.rȧñkChinaSleutel());
|
||||||
Assertions.assertNotNull(value.BȍőnChinaValue());
|
Assertions.assertNotNull(value.rȧñkChinaWaarde());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testToneMap() {
|
public void testToneMap() {
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.BãßValueOfDialTone("˥˥"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("˥˥"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.BãßValueOfDialTone("˥˦"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("˥˦"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.BãßValueOfDialTone("꜒꜕"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("꜒꜕"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.BãßValueOfDialTone("꜒꜖"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("꜒꜖"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testChinaMap() {
|
public void testChinaMap() {
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("牛"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("牛"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("鸡"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("鸡"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("薯"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("薯"));
|
||||||
Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("蘋"));
|
Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("蘋"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue