Matches in DBpedia 2015-04 for { <http://dbpedia.org/resource/Multiton_pattern> ?p ?o }
Showing triples 1 to 27 of
27
with 100 triples per page.
- Multiton_pattern abstract "In software engineering, the multiton pattern is a design pattern similar to the singleton, which allows only one instance of a class to be created. The multiton pattern expands on the singleton concept to manage a map of named instances as key-value pairs. Rather than having a single instance per application (e.g. the java.lang.Runtime object in the Java programming language) the multiton pattern instead ensures a single instance per key.Most people and textbooks consider this a singleton pattern. For example, multiton does not explicitly appear in the highly regarded object-oriented programming text book Design Patterns (it appears as a more flexible approach named registry of singletons).".
- Multiton_pattern thumbnail Multiton.svg?width=300.
- Multiton_pattern wikiPageExternalLink the-multiton-design-pattern.
- Multiton_pattern wikiPageExternalLink Facade.as.
- Multiton_pattern wikiPageExternalLink 0.0.1.
- Multiton_pattern wikiPageID "3430776".
- Multiton_pattern wikiPageRevisionID "640118077".
- Multiton_pattern hasPhotoCollection Multiton_pattern.
- Multiton_pattern subject Category:Articles_with_example_Java_code.
- Multiton_pattern subject Category:Software_design_patterns.
- Multiton_pattern type Abstraction100002137.
- Multiton_pattern type Cognition100023271.
- Multiton_pattern type Form105930736.
- Multiton_pattern type PsychologicalFeature100023100.
- Multiton_pattern type SoftwareDesignPatterns.
- Multiton_pattern type Structure105726345.
- Multiton_pattern comment "In software engineering, the multiton pattern is a design pattern similar to the singleton, which allows only one instance of a class to be created. The multiton pattern expands on the singleton concept to manage a map of named instances as key-value pairs. Rather than having a single instance per application (e.g.".
- Multiton_pattern label "Multiton pattern".
- Multiton_pattern label "Multiton".
- Multiton_pattern sameAs Multiton.
- Multiton_pattern sameAs m.09c1qs.
- Multiton_pattern sameAs Q186468.
- Multiton_pattern sameAs Q186468.
- Multiton_pattern sameAs Multiton_pattern.
- Multiton_pattern wasDerivedFrom Multiton_pattern?oldid=640118077.
- Multiton_pattern depiction Multiton.svg.
- Multiton_pattern isPrimaryTopicOf Multiton_pattern.