"multiton" meaning in English

See multiton in All languages combined, or Wiktionary

Adjective

Etymology: From multi- + ton. Etymology templates: {{prefix|en|multi|ton}} multi- + ton Head templates: {{en-adj|-}} multiton (not comparable)
  1. Weighing more than one ton. Tags: not-comparable
    Sense id: en-multiton-en-adj-GJOIx61t Categories (other): English terms prefixed with multi-, English terms suffixed with -ton Disambiguation of English terms prefixed with multi-: 14 42 45 Disambiguation of English terms suffixed with -ton: 24 34 42
The following are not (yet) sense-disambiguated
Etymology number: 1

Noun

Etymology: From multi- + singleton. Etymology templates: {{affix|en|multi-|singleton}} multi- + singleton Head templates: {{en-noun|-}} multiton (uncountable)
  1. (software, design) A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created. Tags: uncountable Categories (topical): Design, Software
    Sense id: en-multiton-en-noun-hUU8pm2b Categories (other): English terms prefixed with multi-, English terms suffixed with -ton, Entries with translation boxes, Terms with German translations Disambiguation of English terms prefixed with multi-: 14 42 45 Disambiguation of English terms suffixed with -ton: 24 34 42 Disambiguation of Entries with translation boxes: 3 60 36 Disambiguation of Terms with German translations: 6 51 43 Topics: arts, computing, design, engineering, mathematics, natural-sciences, physical-sciences, sciences, software
  2. (programming) The class used for the multiton pattern. Tags: uncountable Categories (topical): Programming
    Sense id: en-multiton-en-noun-CjwOBcc~ Categories (other): English entries with incorrect language header, English terms prefixed with multi-, English terms suffixed with -ton, Pages with 1 entry, Pages with entries, Terms with German translations Disambiguation of English entries with incorrect language header: 1 43 56 Disambiguation of English terms prefixed with multi-: 14 42 45 Disambiguation of English terms suffixed with -ton: 24 34 42 Disambiguation of Pages with 1 entry: 2 42 56 Disambiguation of Pages with entries: 2 41 57 Disambiguation of Terms with German translations: 6 51 43 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, programming, sciences
The following are not (yet) sense-disambiguated
Derived forms: multiton pattern Related terms: singleton, singleton pattern Translations (Translations): Multiton [neuter] (German)
Etymology number: 2 Disambiguation of 'Translations': 50 50
{
  "etymology_number": 1,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multi",
        "3": "ton"
      },
      "expansion": "multi- + ton",
      "name": "prefix"
    }
  ],
  "etymology_text": "From multi- + ton.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multiton (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        {
          "_dis": "14 42 45",
          "kind": "other",
          "name": "English terms prefixed with multi-",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "24 34 42",
          "kind": "other",
          "name": "English terms suffixed with -ton",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "glosses": [
        "Weighing more than one ton."
      ],
      "id": "en-multiton-en-adj-GJOIx61t",
      "links": [
        [
          "ton",
          "ton"
        ]
      ],
      "tags": [
        "not-comparable"
      ]
    }
  ],
  "word": "multiton"
}

{
  "derived": [
    {
      "_dis1": "0 0",
      "word": "multiton pattern"
    }
  ],
  "etymology_number": 2,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multi-",
        "3": "singleton"
      },
      "expansion": "multi- + singleton",
      "name": "affix"
    }
  ],
  "etymology_text": "From multi- + singleton.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multiton (uncountable)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "related": [
    {
      "_dis1": "0 0",
      "word": "singleton"
    },
    {
      "_dis1": "0 0",
      "word": "singleton pattern"
    }
  ],
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Design",
          "orig": "en:Design",
          "parents": [
            "Art",
            "Culture",
            "Society",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Software",
          "orig": "en:Software",
          "parents": [
            "Computing",
            "Media",
            "Technology",
            "Communication",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        },
        {
          "_dis": "14 42 45",
          "kind": "other",
          "name": "English terms prefixed with multi-",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "24 34 42",
          "kind": "other",
          "name": "English terms suffixed with -ton",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "3 60 36",
          "kind": "other",
          "name": "Entries with translation boxes",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "6 51 43",
          "kind": "other",
          "name": "Terms with German translations",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "glosses": [
        "A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created."
      ],
      "id": "en-multiton-en-noun-hUU8pm2b",
      "links": [
        [
          "software",
          "software"
        ],
        [
          "design",
          "design#Noun"
        ],
        [
          "creational design pattern",
          "creational pattern"
        ],
        [
          "singleton",
          "singleton"
        ],
        [
          "key",
          "key"
        ],
        [
          "instance",
          "instance"
        ],
        [
          "class",
          "class"
        ]
      ],
      "raw_glosses": [
        "(software, design) A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created."
      ],
      "tags": [
        "uncountable"
      ],
      "topics": [
        "arts",
        "computing",
        "design",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    },
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "_dis": "1 43 56",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "14 42 45",
          "kind": "other",
          "name": "English terms prefixed with multi-",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "24 34 42",
          "kind": "other",
          "name": "English terms suffixed with -ton",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "2 42 56",
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "2 41 57",
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "6 51 43",
          "kind": "other",
          "name": "Terms with German translations",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "glosses": [
        "The class used for the multiton pattern."
      ],
      "id": "en-multiton-en-noun-CjwOBcc~",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "class",
          "class"
        ]
      ],
      "raw_glosses": [
        "(programming) The class used for the multiton pattern."
      ],
      "tags": [
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "translations": [
    {
      "_dis1": "50 50",
      "code": "de",
      "lang": "German",
      "sense": "Translations",
      "tags": [
        "neuter"
      ],
      "word": "Multiton"
    }
  ],
  "wikipedia": [
    "multiton"
  ],
  "word": "multiton"
}
{
  "categories": [
    "English adjectives",
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms prefixed with multi-",
    "English terms suffixed with -ton",
    "English uncomparable adjectives",
    "English uncountable nouns",
    "Entries with translation boxes",
    "Pages with 1 entry",
    "Pages with entries",
    "Terms with German translations",
    "Translation table header lacks gloss"
  ],
  "etymology_number": 1,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multi",
        "3": "ton"
      },
      "expansion": "multi- + ton",
      "name": "prefix"
    }
  ],
  "etymology_text": "From multi- + ton.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multiton (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "glosses": [
        "Weighing more than one ton."
      ],
      "links": [
        [
          "ton",
          "ton"
        ]
      ],
      "tags": [
        "not-comparable"
      ]
    }
  ],
  "word": "multiton"
}

{
  "categories": [
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms prefixed with multi-",
    "English terms suffixed with -ton",
    "English uncountable nouns",
    "Entries with translation boxes",
    "Pages with 1 entry",
    "Pages with entries",
    "Terms with German translations",
    "Translation table header lacks gloss"
  ],
  "derived": [
    {
      "word": "multiton pattern"
    }
  ],
  "etymology_number": 2,
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "multi-",
        "3": "singleton"
      },
      "expansion": "multi- + singleton",
      "name": "affix"
    }
  ],
  "etymology_text": "From multi- + singleton.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "multiton (uncountable)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "related": [
    {
      "word": "singleton"
    },
    {
      "word": "singleton pattern"
    }
  ],
  "senses": [
    {
      "categories": [
        "en:Design",
        "en:Software"
      ],
      "glosses": [
        "A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created."
      ],
      "links": [
        [
          "software",
          "software"
        ],
        [
          "design",
          "design#Noun"
        ],
        [
          "creational design pattern",
          "creational pattern"
        ],
        [
          "singleton",
          "singleton"
        ],
        [
          "key",
          "key"
        ],
        [
          "instance",
          "instance"
        ],
        [
          "class",
          "class"
        ]
      ],
      "raw_glosses": [
        "(software, design) A creational design pattern resembling the singleton pattern except that multiple keyed instances of the class can be created."
      ],
      "tags": [
        "uncountable"
      ],
      "topics": [
        "arts",
        "computing",
        "design",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    },
    {
      "categories": [
        "en:Programming"
      ],
      "glosses": [
        "The class used for the multiton pattern."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "class",
          "class"
        ]
      ],
      "raw_glosses": [
        "(programming) The class used for the multiton pattern."
      ],
      "tags": [
        "uncountable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "translations": [
    {
      "code": "de",
      "lang": "German",
      "sense": "Translations",
      "tags": [
        "neuter"
      ],
      "word": "Multiton"
    }
  ],
  "wikipedia": [
    "multiton"
  ],
  "word": "multiton"
}

Download raw JSONL data for multiton meaning in English (2.9kB)


This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-12-08 from the enwiktionary dump dated 2024-12-04 using wiktextract (bb46d54 and 0c3c9f6). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.