#30 abstract document java-design-patterns

fallback image probably showing plantuml error image

edit

zoom

Diagram Information

Created by: abulka   published
Language: Java
Repository: iluwatar/java-design-patterns  github
Commit: master
Tags: design pattern abstract featured-java

Description:

A document is an object that contains a number of properties. A property can for an example be a value like a number or a string, or it can be a list of other documents. Every property is referenced using a key.[2] When traversing the document tree, the user specifies a constructor to be used for creating the implementation class of the next level. The implementations are often a union of various traits that extend the Document interface, making it possible for them to handle setting and getting properties on their own.

See Abstract Document Pattern on Wikipedia.

Modules being visualised

List of repository modules/files being visualised in the above diagram: