/
githubmirror
/
java-design-patterns
Обзор
Документация
Войти
/
githubmirror
/
java-design-patterns
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.14.0
proxy/etc/proxy.ucls
72 строки
4 KB
Ilkka Seppälä
Proxy pattern: Improve the example
23 ноя 2016, 23:03
23 ноя 2016, 23:03
82d3d7b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <class-diagram version="1.1.11" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true" realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN"> <class id="1" language="java" name="com.iluwatar.proxy.WizardTowerProxy" project="proxy" file="/proxy/src/main/java/com/iluwatar/proxy/WizardTowerProxy.java" binary="false" corner="BOTTOM_RIGHT"> <position height="149" width="191" x="388" y="271"/> <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="2" language="java" name="com.iluwatar.proxy.Wizard" project="proxy" file="/proxy/src/main/java/com/iluwatar/proxy/Wizard.java" binary="false" corner="BOTTOM_RIGHT"> <position height="113" width="102" x="619" y="271"/> <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> <interface id="3" language="java" name="com.iluwatar.proxy.WizardTower" project="proxy" file="/proxy/src/main/java/com/iluwatar/proxy/WizardTower.java" binary="false" corner="BOTTOM_RIGHT"> <position height="77" width="116" x="388" y="460"/> <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="4" language="java" name="com.iluwatar.proxy.IvoryTower" project="proxy" file="/proxy/src/main/java/com/iluwatar/proxy/IvoryTower.java" binary="false" corner="BOTTOM_RIGHT"> <position height="113" width="116" x="761" y="271"/> <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="5" language="java" name="com.iluwatar.proxy.App" project="proxy" file="/proxy/src/main/java/com/iluwatar/proxy/App.java" binary="false" corner="BOTTOM_RIGHT"> <position height="95" width="114" x="917" y="271"/> <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> <association id="6"> <end type="SOURCE" refId="1" navigable="false"> <attribute id="7" name="tower"/> <multiplicity id="8" minimum="0" maximum="1"/> </end> <end type="TARGET" refId="3" navigable="true"/> <display labels="true" multiplicity="true"/> </association> <realization id="9"> <end type="SOURCE" refId="4"/> <end type="TARGET" refId="3"/> </realization> <realization id="10"> <end type="SOURCE" refId="1"/> <end type="TARGET" refId="3"/> </realization> <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>