diff --git a/gdxapp4d-app-glyphdemo/src/main/java/love/distributedrebirth/gdxapp4d/app/glyphdemo/apps/DemoNumberPartDeskApp.java b/gdxapp4d-app-glyphdemo/src/main/java/love/distributedrebirth/gdxapp4d/app/glyphdemo/apps/DemoNumberPartDeskApp.java index e289a851..bcd10a00 100644 --- a/gdxapp4d-app-glyphdemo/src/main/java/love/distributedrebirth/gdxapp4d/app/glyphdemo/apps/DemoNumberPartDeskApp.java +++ b/gdxapp4d-app-glyphdemo/src/main/java/love/distributedrebirth/gdxapp4d/app/glyphdemo/apps/DemoNumberPartDeskApp.java @@ -58,11 +58,11 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen ImGui.text(getTxt("selectName")); ImGui.sameLine(); - ImGui.text(baseParts[0].BãßExportNaam()); + ImGui.text(baseParts[0].ráàmExportNaam()); ImGui.text(getTxt("selectPurpose")); ImGui.sameLine(); - ImGui.text(baseParts[0].BãßClazzDoel()); + ImGui.text(baseParts[0].ráàmFluisterDoel()); ImGui.checkbox(getTxt("showBase10"), showBase10); ImGui.checkbox(getTxt("showBase16"), showBase16); @@ -121,7 +121,7 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen ImGui.tableNextColumn(); ImGui.text(Integer.toString(part.rȧñkTelEen())); ImGui.tableNextColumn(); - ImGui.text(part.BȍőnDialTone()); + ImGui.text(part.rȧñkRingToon()); if (showBase10.get()) { ImGui.tableNextColumn(); 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.tableNextColumn(); - ImGui.text(part.BȍőnChinaKey()); + ImGui.text(part.rȧñkChinaSleutel()); ImGui.tableNextColumn(); - ImGui.text(part.BȍőnChinaValue()); + ImGui.text(part.rȧñkChinaWaarde()); ImGui.tableNextColumn(); 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 { ImGui.text(""); } ImGui.tableNextColumn(); 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 { ImGui.text(""); } ImGui.tableNextColumn(); 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 { ImGui.text(""); } ImGui.tableNextColumn(); 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 { ImGui.text(""); } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/Base2WarpCore.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/Base2WarpCore.java index 7942b1ef..8ae6ee85 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/Base2WarpCore.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/Base2WarpCore.java @@ -58,7 +58,7 @@ public enum Base2WarpCore implements BãßBȍőnAbacusInstanceMBeanʸᴰ[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base); 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); } } @@ -76,9 +76,9 @@ public enum Base2WarpCore implements BãßBȍőnAbacusInstanceMBeanʸᴰ part:bases) { WaterCipherHeartTone tone = new WaterCipherHeartTone(); tone.setPart(part.rȧñkNaam()); - tone.setDialTone(part.BȍőnDialTone()); - tone.setChinaKey(part.BȍőnChinaKey()); - tone.setChinaValue(part.BȍőnChinaValue()); + tone.setDialTone(part.rȧñkRingToon()); + tone.setChinaKey(part.rȧñkChinaSleutel()); + tone.setChinaValue(part.rȧñkChinaWaarde()); heart.addHeartTone(tone); } warpCipher.getCipherHearts().add(heart); diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt1ʸᴰ.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt1ʸᴰ.java index 80ab8836..8a7408a9 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt1ʸᴰ.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt1ʸᴰ.java @@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt1ʸᴰ> ext } } - default String BȍőnAlt1Value() { + default String rȧñkAlt1Waarde() { 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); } - default String BãßAlt1Website() { + default String ráàmAlt1Website() { return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT1_WEBSITE); } } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt2ʸᴰ.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt2ʸᴰ.java index 84396fab..3dc59ce9 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt2ʸᴰ.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt2ʸᴰ.java @@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt2ʸᴰ> ext } } - default String BȍőnAlt2Value() { + default String rȧñkAlt2Waarde() { 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); } - default String BãßAlt2Website() { + default String ráàmAlt2Website() { return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT2_WEBSITE); } } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt3ʸᴰ.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt3ʸᴰ.java index afed7055..2f74fa8f 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt3ʸᴰ.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt3ʸᴰ.java @@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt3ʸᴰ> ext } } - default String BȍőnAlt3Value() { + default String rȧñkAlt3Waarde() { 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); } - default String BãßAlt3Website() { + default String ráàmAlt3Website() { return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT3_WEBSITE); } } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt4ʸᴰ.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt4ʸᴰ.java index 46a83f78..046509a8 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt4ʸᴰ.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartAlt4ʸᴰ.java @@ -27,15 +27,15 @@ public interface BãßBȍőnPartAlt4ʸᴰ> ext } } - default String BȍőnAlt4Value() { + default String rȧñkAlt4Waarde() { 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); } - default String BãßAlt4Website() { + default String ráàmAlt4Website() { return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_ALT4_WEBSITE); } } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartʸᴰ.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartʸᴰ.java index e24c01a2..9cff3f9c 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartʸᴰ.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/BãßBȍőnPartʸᴰ.java @@ -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ȍőnDuytsFlüstern響ᴼᶠ; +import love.distributedrebirth.bassboon.clazz.BãßBȍőnDuytschen注; 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Ꝑŕḯṿª₮ḕ響ᴼᶠ; @@ -38,8 +39,8 @@ public interface BãßBȍőnPartʸᴰ> extends @Override public void lock() { - boon.BãßValueOfDialTone(boon.BȍőnDialTone()); - boon.BãßValueOfChinaKey(boon.BȍőnChinaKey()); + boon.ráàmWaardeVanRingToon(boon.rȧñkRingToon()); + boon.ráàmWaardeVanChinaSleutel(boon.rȧñkChinaSleutel()); } @SafeVarargs @@ -56,52 +57,53 @@ public interface BãßBȍőnPartʸᴰ> extends 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(); } - default String BãßAuthorNaam() { + default String ráàmAuthorNaam() { 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(); } - default String BãßExportNaam() { + default String ráàmExportNaam() { 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(); } - default String BȍőnDialTone() { + @BãßBȍőnDuytschen注(中國 = "秩 撥號 語氣", BASIC = "RANK_DIAL_TONE", 𓃬𓍄𓋹𓀭 = "𓂏𓅃𓈁𓎡 𓂧𓇋𓅃𓋴 𓋶𓎥𓈖𓆑") + default String rȧñkRingToon() { 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); } - default String BȍőnChinaValue() { + default String rȧñkChinaWaarde() { return toEnumZombie().GET_STR(BãßBȍőnPartBullet.CHINA_VALUE); } @SuppressWarnings("unchecked") - default T BãßValueOfDialTone(String identifierTone) { + default T ráàmWaardeVanRingToon(String identifierTone) { Map mapTone = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_TONE); if (mapTone.isEmpty()) { - mapTone.putAll(ráàmWaardesNaarMap(v -> v.BȍőnDialTone())); + mapTone.putAll(ráàmWaardesNaarMap(v -> v.rȧñkRingToon())); } return (T) mapTone.get(identifierTone); } @SuppressWarnings("unchecked") - default T BãßValueOfChinaKey(String chinaKey) { + default T ráàmWaardeVanChinaSleutel(String chinaKey) { Map mapChina = toEnumZombie().GET_MAP_OBJ(BãßBȍőnPartBullet.MAP_CHINA); if (mapChina.isEmpty()) { - mapChina.putAll(ráàmWaardesNaarMap(v -> v.BȍőnChinaKey())); + mapChina.putAll(ráàmWaardesNaarMap(v -> v.rȧñkChinaSleutel())); } return (T) mapChina.get(chinaKey); } diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T20PartScore.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T20PartScore.java index 3c852ced..25483ec6 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T20PartScore.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/base2t/part/T20PartScore.java @@ -39,7 +39,7 @@ public enum T20PartScore implements BãßBȍőnPartAlt4ʸᴰ { ; private static final Map 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; diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/unicode/BaseGlyphSet.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/unicode/BaseGlyphSet.java index a647d782..14c5f521 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/unicode/BaseGlyphSet.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/unicode/BaseGlyphSet.java @@ -25,16 +25,16 @@ public enum BaseGlyphSet implements BãßBȍőnAbacusSetMBeanʸᴰ LATIN_BASIC( 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")), 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(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> { if (T10PartDecimal.PART_10 == x) { v.add("ten"); } 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", "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ʸᴰ null), TONE_SCRIPT( - new BaseGlyphSetNumber(v -> T10PartDecimal.STATIC.ráàmVoorElk(x -> v.add(x.BȍőnDialTone()))), - new BaseGlyphSetNumber(v -> T16PartHex.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.rȧñkRingToon()))), new BaseGlyphSetNumber("꜊꜈","꜊꜉","꜊꜋","꜊꜌","꜊꜍","꜊꜎","꜊꜏","꜊꜐","꜊꜑","˧˥","˧˦","˧˨","˧˩","˧꜒","˧꜓","˧꜔","˧꜕","˧꜖","꜏˥","꜏˦","꜏˧","꜏˨","꜏˩","꜏꜍","꜏꜎","꜏꜐","꜏꜑")), 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), null), 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), null), 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), null), 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), null), @@ -128,7 +128,7 @@ public enum BaseGlyphSet implements BãßBȍőnAbacusSetMBeanʸᴰ // TODO: replace Tai Xuan Jing Symbols are "T87PartXuanJing" new BaseGlyphSetNumber("𝌁","𝌂","𝌃","𝌄","𝌅","𝌆","𝌇","𝌈","𝌉","𝌊","𝌋","𝌌","𝌍","𝌎","𝌏","𝌐","𝌑","𝌒","𝌓","𝌔","𝌕","𝌖","𝌗","𝌘","𝌙","𝌚","𝌛")), 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), CHINA_FORMAL_OLD( diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/BãßBȍőnPartDialToneConverter.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/BãßBȍőnPartDialToneConverter.java index 649cb330..d834a8c0 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/BãßBȍőnPartDialToneConverter.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/BãßBȍőnPartDialToneConverter.java @@ -26,12 +26,12 @@ public class BãßBȍőnPartDialToneConverter extends AbstractStringObjectConver @Override 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 public Object convertStringTo(String str, Locale locale) throws ObjectConverterException { - return basePart.BãßValueOfDialTone(str); + return basePart.ráàmWaardeVanRingToon(str); } @Override diff --git a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/NumberXDModuleLoader.java b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/NumberXDModuleLoader.java index 5718a1b4..25bab228 100644 --- a/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/NumberXDModuleLoader.java +++ b/gdxapp4d-lib-numberxd/src/main/java/love/distributedrebirth/numberxd/x4o/NumberXDModuleLoader.java @@ -106,7 +106,7 @@ public class NumberXDModuleLoader implements X4OLanguageModuleLoader { private void configBãßBȍőnPartAttributes(X4OLanguage language,ElementClass ec, BãßBȍőnPartʸᴰ basePart) throws X4OLanguageModuleLoaderException { 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))); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/Base2PartsFactoryTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/Base2PartsFactoryTest.java index 8da93e5f..905d6f83 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/Base2PartsFactoryTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/Base2PartsFactoryTest.java @@ -25,8 +25,8 @@ public class Base2PartsFactoryTest { Map global = new HashMap<>(); for (int base:Base2PartsFactory.INSTANCE.BãßBases()) { for (BãßBȍőnPartʸᴰ part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) { - Assertions.assertFalse(global.containsKey(part.BȍőnChinaKey()), "key: "+part.BȍőnChinaKey()); - global.put(part.BȍőnChinaKey(), part.BȍőnChinaValue()); + Assertions.assertFalse(global.containsKey(part.rȧñkChinaSleutel()), "key: "+part.rȧñkChinaSleutel()); + global.put(part.rȧñkChinaSleutel(), part.rȧñkChinaWaarde()); } } Assertions.assertTrue(global.size() > 1); @@ -37,8 +37,8 @@ public class Base2PartsFactoryTest { Map global = new HashMap<>(); for (int base:Base2PartsFactory.INSTANCE.BãßBases()) { for (BãßBȍőnPartʸᴰ part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) { - Assertions.assertFalse(global.containsKey(part.BȍőnChinaValue())); - global.put(part.BȍőnChinaValue(), part.BȍőnChinaValue()); + Assertions.assertFalse(global.containsKey(part.rȧñkChinaWaarde())); + global.put(part.rȧñkChinaWaarde(), part.rȧñkChinaWaarde()); } } Assertions.assertTrue(global.size() > 1); @@ -50,11 +50,11 @@ public class Base2PartsFactoryTest { Map global = new HashMap<>(); for (int base:Base2PartsFactory.INSTANCE.BãßBases()) { for (BãßBȍőnPartʸᴰ part:Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base)) { - if (global.containsKey(part.BȍőnDialTone())) { + if (global.containsKey(part.rȧñkRingToon())) { duplicate = true; break; } - global.put(part.BȍőnDialTone(), part.BȍőnChinaValue()); + global.put(part.rȧñkRingToon(), part.rȧñkChinaWaarde()); } } Assertions.assertTrue(global.size() > 1); diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T02PartBinaryTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T02PartBinaryTest.java index c87a3f48..587a479e 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T02PartBinaryTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T02PartBinaryTest.java @@ -11,21 +11,21 @@ public class T02PartBinaryTest { @Test public void testBasePart() { for (T02PartBinary value:T02PartBinary.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.BãßValueOfDialTone("˧")); - Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.BãßValueOfDialTone("꜔")); + Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.ráàmWaardeVanRingToon("˧")); + Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.ráàmWaardeVanRingToon("꜔")); } @Test public void testChinaMap() { - Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.BãßValueOfChinaKey("低")); - Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.BãßValueOfChinaKey("高")); + Assertions.assertEquals(T02PartBinary.PART_1, T02PartBinary.PART_1.ráàmWaardeVanChinaSleutel("低")); + Assertions.assertEquals(T02PartBinary.PART_2, T02PartBinary.PART_1.ráàmWaardeVanChinaSleutel("高")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T03PartTritTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T03PartTritTest.java index e3b96892..26ae9b29 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T03PartTritTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T03PartTritTest.java @@ -11,23 +11,23 @@ public class T03PartTritTest { @Test public void testBasePart() { for (T03PartTrit value:T03PartTrit.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.BãßValueOfDialTone("˧")); - Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.BãßValueOfDialTone("˨")); + Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˧")); + Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.ráàmWaardeVanRingToon("˨")); } @Test public void testChinaMap() { - Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.BãßValueOfChinaKey("一")); - Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.BãßValueOfChinaKey("二")); - Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.BãßValueOfChinaKey("三")); + Assertions.assertEquals(T03PartTrit.PART_1, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("一")); + Assertions.assertEquals(T03PartTrit.PART_2, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("二")); + Assertions.assertEquals(T03PartTrit.PART_3, T03PartTrit.PART_1.ráàmWaardeVanChinaSleutel("三")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuadTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuadTest.java index ee08f597..836ec16a 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuadTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T04PartQuadTest.java @@ -11,12 +11,12 @@ public class T04PartQuadTest { @Test public void testBasePart() { for (T04PartQuad value:T04PartQuad.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); - Assertions.assertNotNull(value.BȍőnAlt1Value()); - Assertions.assertNotNull(value.BãßAlt1Name()); - Assertions.assertNotNull(value.BãßAlt1Website()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); + Assertions.assertNotNull(value.rȧñkAlt1Waarde()); + Assertions.assertNotNull(value.ráàmAlt1Naam()); + Assertions.assertNotNull(value.ráàmAlt1Website()); } } @@ -38,17 +38,17 @@ public class T04PartQuadTest { @Test public void testToneMap() { - Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.BãßValueOfDialTone("꜒")); - Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.BãßValueOfDialTone("꜖")); - Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.BãßValueOfDialTone("˩")); + Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.ráàmWaardeVanRingToon("꜒")); + Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.ráàmWaardeVanRingToon("꜖")); + Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.ráàmWaardeVanRingToon("˩")); } @Test public void testChinaMap() { - Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.BãßValueOfChinaKey("仙")); - Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.BãßValueOfChinaKey("上")); - Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.BãßValueOfChinaKey("主")); - Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.BãßValueOfChinaKey("天")); + Assertions.assertEquals(T04PartQuad.PART_1, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("仙")); + Assertions.assertEquals(T04PartQuad.PART_2, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("上")); + Assertions.assertEquals(T04PartQuad.PART_3, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("主")); + Assertions.assertEquals(T04PartQuad.PART_4, T04PartQuad.PART_1.ráàmWaardeVanChinaSleutel("天")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T05PartPentalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T05PartPentalTest.java index 91fd138d..7578dd91 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T05PartPentalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T05PartPentalTest.java @@ -11,27 +11,27 @@ public class T05PartPentalTest { @Test public void testBasePart() { for (T05PartPental value:T05PartPental.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.BãßValueOfDialTone("˧")); - Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.BãßValueOfDialTone("˨")); - Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.BãßValueOfDialTone("˩")); + Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.ráàmWaardeVanRingToon("˧")); + Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.ráàmWaardeVanRingToon("˨")); + Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.ráàmWaardeVanRingToon("˩")); } @Test public void testChinaMap() { - Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.BãßValueOfChinaKey("火")); - Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.BãßValueOfChinaKey("水")); - Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.BãßValueOfChinaKey("木")); - Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.BãßValueOfChinaKey("金")); - Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.BãßValueOfChinaKey("土")); + Assertions.assertEquals(T05PartPental.PART_1, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("火")); + Assertions.assertEquals(T05PartPental.PART_2, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("水")); + Assertions.assertEquals(T05PartPental.PART_3, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("木")); + Assertions.assertEquals(T05PartPental.PART_4, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("金")); + Assertions.assertEquals(T05PartPental.PART_5, T05PartPental.PART_1.ráàmWaardeVanChinaSleutel("土")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T06PartSeximalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T06PartSeximalTest.java index 490b1a21..92f192e8 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T06PartSeximalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T06PartSeximalTest.java @@ -11,28 +11,28 @@ public class T06PartSeximalTest { @Test public void testBasePart() { for (T06PartSeximal value:T06PartSeximal.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); - Assertions.assertNotNull(value.BȍőnAlt1Value()); - Assertions.assertNotNull(value.BãßAlt1Name()); - Assertions.assertNotNull(value.BãßAlt1Website()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); + Assertions.assertNotNull(value.rȧñkAlt1Waarde()); + Assertions.assertNotNull(value.ráàmAlt1Naam()); + Assertions.assertNotNull(value.ráàmAlt1Website()); } } @Test public void testToneMap() { - Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.BãßValueOfDialTone("˨")); - Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.BãßValueOfDialTone("꜊")); - Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.BãßValueOfDialTone("꜏")); + Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("˨")); + Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("꜊")); + Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.ráàmWaardeVanRingToon("꜏")); } @Test public void testChinaMap() { - Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.BãßValueOfChinaKey("四")); - Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.BãßValueOfChinaKey("五")); - Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.BãßValueOfChinaKey("八")); - Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.BãßValueOfChinaKey("九")); + Assertions.assertEquals(T06PartSeximal.PART_1, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("四")); + Assertions.assertEquals(T06PartSeximal.PART_2, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("五")); + Assertions.assertEquals(T06PartSeximal.PART_5, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("八")); + Assertions.assertEquals(T06PartSeximal.PART_6, T06PartSeximal.PART_1.ráàmWaardeVanChinaSleutel("九")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T07PartPlanItTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T07PartPlanItTest.java index 79ce3faf..b97835eb 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T07PartPlanItTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T07PartPlanItTest.java @@ -11,28 +11,28 @@ public class T07PartPlanItTest { @Test public void testBasePart() { for (T07PartPlanIt value:T07PartPlanIt.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); - Assertions.assertNotNull(value.BȍőnAlt1Value()); - Assertions.assertNotNull(value.BãßAlt1Name()); - Assertions.assertNotNull(value.BãßAlt1Website()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); + Assertions.assertNotNull(value.rȧñkAlt1Waarde()); + Assertions.assertNotNull(value.ráàmAlt1Naam()); + Assertions.assertNotNull(value.ráàmAlt1Website()); } } @Test public void testToneMap() { - Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.BãßValueOfDialTone("꜉")); - Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.BãßValueOfDialTone("꜐")); - Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.BãßValueOfDialTone("˩")); + Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("꜉")); + Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("꜐")); + Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.ráàmWaardeVanRingToon("˩")); } @Test public void testChinaMap() { - Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♎︎")); - Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♏︎")); - Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♑︎")); - Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.BãßValueOfChinaKey("♈︎")); + Assertions.assertEquals(T07PartPlanIt.PART_1, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♎︎")); + Assertions.assertEquals(T07PartPlanIt.PART_2, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♏︎")); + Assertions.assertEquals(T07PartPlanIt.PART_6, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♑︎")); + Assertions.assertEquals(T07PartPlanIt.PART_7, T07PartPlanIt.PART_1.ráàmWaardeVanChinaSleutel("♈︎")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T08PartOctalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T08PartOctalTest.java index 804a90be..c40a2300 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T08PartOctalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T08PartOctalTest.java @@ -11,25 +11,25 @@ public class T08PartOctalTest { @Test public void testBasePart() { for (T08PartOctal value:T08PartOctal.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.BãßValueOfDialTone("˩")); - Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.BãßValueOfDialTone("꜍")); - Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.BãßValueOfDialTone("꜑")); + Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.ráàmWaardeVanRingToon("˩")); + Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.ráàmWaardeVanRingToon("꜍")); + Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.ráàmWaardeVanRingToon("꜑")); } @Test public void testChinaMap() { - Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.BãßValueOfChinaKey("心")); - Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.BãßValueOfChinaKey("頭")); - Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.BãßValueOfChinaKey("肢")); - Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.BãßValueOfChinaKey("腳")); + Assertions.assertEquals(T08PartOctal.PART_1, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("心")); + Assertions.assertEquals(T08PartOctal.PART_2, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("頭")); + Assertions.assertEquals(T08PartOctal.PART_7, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("肢")); + Assertions.assertEquals(T08PartOctal.PART_8, T08PartOctal.PART_1.ráàmWaardeVanChinaSleutel("腳")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T09PartNonaryTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T09PartNonaryTest.java index af66f25d..d0c1d212 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T09PartNonaryTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T09PartNonaryTest.java @@ -11,25 +11,25 @@ public class T09PartNonaryTest { @Test public void testBasePart() { for (T09PartNonary value:T09PartNonary.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.BãßValueOfDialTone("˨")); - Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.BãßValueOfDialTone("꜏")); - Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.BãßValueOfDialTone("꜑")); + Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.ráàmWaardeVanRingToon("˨")); + Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.ráàmWaardeVanRingToon("꜏")); + Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.ráàmWaardeVanRingToon("꜑")); } @Test public void testChinaMap() { - Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.BãßValueOfChinaKey("藍")); - Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.BãßValueOfChinaKey("皓")); - Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.BãßValueOfChinaKey("黑")); - Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.BãßValueOfChinaKey("紺")); + Assertions.assertEquals(T09PartNonary.PART_1, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("藍")); + Assertions.assertEquals(T09PartNonary.PART_2, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("皓")); + Assertions.assertEquals(T09PartNonary.PART_8, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("黑")); + Assertions.assertEquals(T09PartNonary.PART_9, T09PartNonary.PART_1.ráàmWaardeVanChinaSleutel("紺")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T10PartDecimalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T10PartDecimalTest.java index efd2b7c8..b5d73444 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T10PartDecimalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T10PartDecimalTest.java @@ -11,25 +11,25 @@ public class T10PartDecimalTest { @Test public void testBasePart() { for (T10PartDecimal value:T10PartDecimal.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.BãßValueOfDialTone("꜓")); - Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.BãßValueOfDialTone("꜒")); + Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("꜓")); + Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.ráàmWaardeVanRingToon("꜒")); } @Test public void testChinaMap() { - Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.BãßValueOfChinaKey("零")); - Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.BãßValueOfChinaKey("壹")); - Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.BãßValueOfChinaKey("捌")); - Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.BãßValueOfChinaKey("玖")); + Assertions.assertEquals(T10PartDecimal.PART_1, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("零")); + Assertions.assertEquals(T10PartDecimal.PART_2, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("壹")); + Assertions.assertEquals(T10PartDecimal.PART_9, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("捌")); + Assertions.assertEquals(T10PartDecimal.PART_10, T10PartDecimal.PART_1.ráàmWaardeVanChinaSleutel("玖")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T11PartUndecimalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T11PartUndecimalTest.java index 3f232b27..8f84c1b0 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T11PartUndecimalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T11PartUndecimalTest.java @@ -11,25 +11,25 @@ public class T11PartUndecimalTest { @Test public void testBasePart() { for (T11PartUndecimal value:T11PartUndecimal.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.BãßValueOfDialTone("꜈")); - Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.BãßValueOfDialTone("꜐")); - Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.BãßValueOfDialTone("˩")); + Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("꜈")); + Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("꜐")); + Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.ráàmWaardeVanRingToon("˩")); } @Test public void testChinaMap() { - Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.BãßValueOfChinaKey("走")); - Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.BãßValueOfChinaKey("跑")); - Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.BãßValueOfChinaKey("春")); - Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.BãßValueOfChinaKey("耦")); + Assertions.assertEquals(T11PartUndecimal.PART_1, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("走")); + Assertions.assertEquals(T11PartUndecimal.PART_2, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("跑")); + Assertions.assertEquals(T11PartUndecimal.PART_10, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("春")); + Assertions.assertEquals(T11PartUndecimal.PART_11, T11PartUndecimal.PART_1.ráàmWaardeVanChinaSleutel("耦")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T12PartUncialTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T12PartUncialTest.java index ec2f96b1..a9ed74e8 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T12PartUncialTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T12PartUncialTest.java @@ -11,28 +11,28 @@ public class T12PartUncialTest { @Test public void testBasePart() { for (T12PartUncial value:T12PartUncial.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); - Assertions.assertNotNull(value.BȍőnAlt1Value()); - Assertions.assertNotNull(value.BãßAlt1Name()); - Assertions.assertNotNull(value.BãßAlt1Website()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); + Assertions.assertNotNull(value.rȧñkAlt1Waarde()); + Assertions.assertNotNull(value.ráàmAlt1Naam()); + Assertions.assertNotNull(value.ráàmAlt1Website()); } } @Test public void testToneMap() { - Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.BãßValueOfDialTone("˧")); - Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.BãßValueOfDialTone("꜏")); - Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.BãßValueOfDialTone("꜑")); + Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.ráàmWaardeVanRingToon("˧")); + Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.ráàmWaardeVanRingToon("꜏")); + Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.ráàmWaardeVanRingToon("꜑")); } @Test public void testChinaMap() { - Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.BãßValueOfChinaKey("日")); - Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.BãßValueOfChinaKey("月")); - Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.BãßValueOfChinaKey("黼")); - Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.BãßValueOfChinaKey("亞")); + Assertions.assertEquals(T12PartUncial.PART_1, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("日")); + Assertions.assertEquals(T12PartUncial.PART_2, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("月")); + Assertions.assertEquals(T12PartUncial.PART_11, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("黼")); + Assertions.assertEquals(T12PartUncial.PART_12, T12PartUncial.PART_1.ráàmWaardeVanChinaSleutel("亞")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T16PartHexTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T16PartHexTest.java index 4bd74ae1..53fe3c40 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T16PartHexTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T16PartHexTest.java @@ -11,25 +11,25 @@ public class T16PartHexTest { @Test public void testBasePart() { for (T16PartHex value:T16PartHex.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.BãßValueOfDialTone("꜐")); - Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.BãßValueOfDialTone("꜑")); + Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.ráàmWaardeVanRingToon("꜐")); + Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.ráàmWaardeVanRingToon("꜑")); } @Test public void testChinaMap() { - Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.BãßValueOfChinaKey("氫")); - Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.BãßValueOfChinaKey("氦")); - Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.BãßValueOfChinaKey("磷")); - Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.BãßValueOfChinaKey("硫")); + Assertions.assertEquals(T16PartHex.PART_1, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("氫")); + Assertions.assertEquals(T16PartHex.PART_2, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("氦")); + Assertions.assertEquals(T16PartHex.PART_15, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("磷")); + Assertions.assertEquals(T16PartHex.PART_16, T16PartHex.PART_1.ráàmWaardeVanChinaSleutel("硫")); } } diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T20PartScoreTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T20PartScoreTest.java index 5461de94..fd23adf3 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T20PartScoreTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T20PartScoreTest.java @@ -11,29 +11,29 @@ public class T20PartScoreTest { @Test public void testBasePart() { for (T20PartScore value:T20PartScore.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); - Assertions.assertNotNull(value.BȍőnAlt1Value()); - Assertions.assertNotNull(value.BãßAlt1Name()); - Assertions.assertNotNull(value.BãßAlt1Website()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); + Assertions.assertNotNull(value.rȧñkAlt1Waarde()); + Assertions.assertNotNull(value.ráàmAlt1Naam()); + Assertions.assertNotNull(value.ráàmAlt1Website()); } } @Test public void testToneMap() { - Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.BãßValueOfDialTone("˥")); - Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.BãßValueOfDialTone("˦")); - Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.BãßValueOfDialTone("꜐")); - Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.BãßValueOfDialTone("꜑")); + Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.ráàmWaardeVanRingToon("˥")); + Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.ráàmWaardeVanRingToon("˦")); + Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.ráàmWaardeVanRingToon("꜐")); + Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.ráàmWaardeVanRingToon("꜑")); } @Test public void testChinaMap() { - Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.BãßValueOfChinaKey("尧")); - Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.BãßValueOfChinaKey("泽")); - Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.BãßValueOfChinaKey("仄")); - Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.BãßValueOfChinaKey("幺")); + Assertions.assertEquals(T20PartScore.PART_1, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("尧")); + Assertions.assertEquals(T20PartScore.PART_2, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("泽")); + Assertions.assertEquals(T20PartScore.PART_19, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("仄")); + Assertions.assertEquals(T20PartScore.PART_20, T20PartScore.PART_1.ráàmWaardeVanChinaSleutel("幺")); } @Test diff --git a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T60SexagesimalTest.java b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T60SexagesimalTest.java index 4328759b..d23b9624 100644 --- a/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T60SexagesimalTest.java +++ b/gdxapp4d-lib-numberxd/src/test/java/love/distributedrebirth/numberxd/base2t/part/T60SexagesimalTest.java @@ -11,25 +11,25 @@ public class T60SexagesimalTest { @Test public void testBasePart() { for (T60PartSexagesimal value:T60PartSexagesimal.values()) { - Assertions.assertNotNull(value.BȍőnDialTone()); - Assertions.assertNotNull(value.BȍőnChinaKey()); - Assertions.assertNotNull(value.BȍőnChinaValue()); + Assertions.assertNotNull(value.rȧñkRingToon()); + Assertions.assertNotNull(value.rȧñkChinaSleutel()); + Assertions.assertNotNull(value.rȧñkChinaWaarde()); } } @Test public void testToneMap() { - Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.BãßValueOfDialTone("˥˥")); - Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.BãßValueOfDialTone("˥˦")); - Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.BãßValueOfDialTone("꜒꜕")); - Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.BãßValueOfDialTone("꜒꜖")); + Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("˥˥")); + Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("˥˦")); + Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("꜒꜕")); + Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.ráàmWaardeVanRingToon("꜒꜖")); } @Test public void testChinaMap() { - Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("牛")); - Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("鸡")); - Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("薯")); - Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.BãßValueOfChinaKey("蘋")); + Assertions.assertEquals(T60PartSexagesimal.PART_1, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("牛")); + Assertions.assertEquals(T60PartSexagesimal.PART_2, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("鸡")); + Assertions.assertEquals(T60PartSexagesimal.PART_59, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("薯")); + Assertions.assertEquals(T60PartSexagesimal.PART_60, T60PartSexagesimal.PART_1.ráàmWaardeVanChinaSleutel("蘋")); } }