Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Balking_pattern> ?p ?o. }
Showing items 1 to 19 of
19
with 100 items per page.
- Balking_pattern abstract "The balking pattern is a software design pattern that only executes an action on an object when the object is in a particular state. For example, if an object reads ZIP files and a calling method invokes a get method on the object when the ZIP file is not open, the object would "balk" at the request. In the Java programming language, for example, an IllegalStateException might be thrown under these circumstances.There are some specialists in this field who think this is more of an anti-pattern, than a design pattern. If an object cannot support its API, it should either limit the API so that the offending call is not available or so that the call can be made without limitation, it should: Be created in a sane state Not make itself available until it is in a sane state Become a facade and answer back an object that is in a sane state".
- Balking_pattern wikiPageID "164870".
- Balking_pattern wikiPageRevisionID "592957423".
- Balking_pattern hasPhotoCollection Balking_pattern.
- Balking_pattern subject Category:Software_design_patterns.
- Balking_pattern type Abstraction100002137.
- Balking_pattern type Cognition100023271.
- Balking_pattern type Form105930736.
- Balking_pattern type PsychologicalFeature100023100.
- Balking_pattern type SoftwareDesignPatterns.
- Balking_pattern type Structure105726345.
- Balking_pattern comment "The balking pattern is a software design pattern that only executes an action on an object when the object is in a particular state. For example, if an object reads ZIP files and a calling method invokes a get method on the object when the ZIP file is not open, the object would "balk" at the request.".
- Balking_pattern label "Balking pattern".
- Balking_pattern sameAs m.015yxt.
- Balking_pattern sameAs Q4851131.
- Balking_pattern sameAs Q4851131.
- Balking_pattern sameAs Balking_pattern.
- Balking_pattern wasDerivedFrom Balking_pattern?oldid=592957423.
- Balking_pattern isPrimaryTopicOf Balking_pattern.