75 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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.strategy.DragonSlayingStrategy" project="strategy" 
 | |
|     file="/strategy/src/main/java/com/iluwatar/strategy/DragonSlayingStrategy.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="88" width="186" x="525" y="428"/>    
 | |
|     <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.strategy.ProjectileStrategy" project="strategy" 
 | |
|     file="/strategy/src/main/java/com/iluwatar/strategy/ProjectileStrategy.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="106" width="151" x="218" y="264"/>    
 | |
|     <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.strategy.SpellStrategy" project="strategy" 
 | |
|     file="/strategy/src/main/java/com/iluwatar/strategy/SpellStrategy.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="106" width="125" x="409" y="264"/>    
 | |
|     <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="4" language="java" name="com.iluwatar.strategy.DragonSlayer" project="strategy" 
 | |
|     file="/strategy/src/main/java/com/iluwatar/strategy/DragonSlayer.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="124" width="284" x="574" y="264"/>    
 | |
|     <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.strategy.MeleeStrategy" project="strategy" 
 | |
|     file="/strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="106" width="127" x="898" y="264"/>    
 | |
|     <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>  
 | |
|   <realization id="6">    
 | |
|     <end type="SOURCE" refId="5"/>    
 | |
|     <end type="TARGET" refId="1"/>  
 | |
|   </realization>  
 | |
|   <realization id="7">    
 | |
|     <end type="SOURCE" refId="2"/>    
 | |
|     <end type="TARGET" refId="1"/>  
 | |
|   </realization>  
 | |
|   <realization id="8">    
 | |
|     <end type="SOURCE" refId="3"/>    
 | |
|     <end type="TARGET" refId="1"/>  
 | |
|   </realization>  
 | |
|   <association id="9">    
 | |
|     <end type="SOURCE" refId="4" navigable="false">      
 | |
|       <attribute id="10" name="strategy"/>      
 | |
|       <multiplicity id="11" minimum="0" maximum="1"/>    
 | |
|     </end>    
 | |
|     <end type="TARGET" refId="1" navigable="true"/>    
 | |
|     <display labels="true" multiplicity="true"/>  
 | |
|   </association>  
 | |
|   <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> |