Files
abstract-factory
adapter
bridge
builder
callback
etc
callback.png
callback.ucls
src
pom.xml
chain
command
composite
dao
decorator
dependency-injection
double-checked-locking
double-dispatch
event-aggregator
execute-around
facade
factory-method
flux
flyweight
intercepting-filter
interpreter
iterator
lazy-loading
mediator
memento
model-view-controller
model-view-presenter
multiton
null-object
object-pool
observer
poison-pill
private-class-data
property
prototype
proxy
resource-acquisition-is-initialization
servant
service-layer
service-locator
singleton
specification
state
strategy
template-method
thread-pool
tolerant-reader
visitor
.gitignore
.travis.yml
LICENSE.md
README.md
design_pattern_relationships.gif
pom.xml
java-design-patterns/callback/etc/callback.ucls

41 lines
2.8 KiB
Plaintext
Raw Normal View History

2015-03-26 22:47:04 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
<interface id="1" language="java" name="com.iluwatar.callback.Callback" project="callback"
file="/callback/src/main/java/com/iluwatar/callback/Callback.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="204" y="292"/>
2015-03-26 22:47:04 +02:00
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</interface>
<class id="2" language="java" name="com.iluwatar.callback.SimpleTask" project="callback"
file="/callback/src/main/java/com/iluwatar/callback/SimpleTask.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="380" y="464"/>
2015-03-26 22:47:04 +02:00
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<class id="3" language="java" name="com.iluwatar.callback.Task" project="callback"
file="/callback/src/main/java/com/iluwatar/callback/Task.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="380" y="309"/>
2015-03-26 22:47:04 +02:00
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</display>
</class>
<generalization id="4">
<end type="SOURCE" refId="2"/>
2015-03-26 22:47:04 +02:00
<end type="TARGET" refId="3"/>
</generalization>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
sort-features="false" accessors="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true" static="true"/>
<operations public="true" package="true" protected="true" private="true" static="true"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>