80 lines
		
	
	
		
			4.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			4.6 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">  
 | |
|   <class id="1" language="java" name="com.iluwatar.state.AngryState" project="state" 
 | |
|     file="/state/src/main/java/com/iluwatar/state/AngryState.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="124" width="157" x="98" y="310"/>    
 | |
|     <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.state.PeacefulState" project="state" 
 | |
|     file="/state/src/main/java/com/iluwatar/state/PeacefulState.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="124" width="173" x="295" y="310"/>    
 | |
|     <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.state.State" project="state" 
 | |
|     file="/state/src/main/java/com/iluwatar/state/State.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="106" width="136" x="138" y="674"/>    
 | |
|     <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.state.Mammoth" project="state" 
 | |
|     file="/state/src/main/java/com/iluwatar/state/Mammoth.java" binary="false" corner="BOTTOM_RIGHT">    
 | |
|     <position height="160" width="177" x="138" y="474"/>    
 | |
|     <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="5">    
 | |
|     <bendpoint x="107" y="474"/>    
 | |
|     <end type="SOURCE" refId="1"/>    
 | |
|     <end type="TARGET" refId="3"/>  
 | |
|   </realization>  
 | |
|   <association id="6">    
 | |
|     <end type="SOURCE" refId="4" navigable="false">      
 | |
|       <attribute id="7" name="state"/>      
 | |
|       <multiplicity id="8" minimum="0" maximum="1"/>    
 | |
|     </end>    
 | |
|     <end type="TARGET" refId="3" navigable="true"/>    
 | |
|     <display labels="true" multiplicity="true"/>  
 | |
|   </association>  
 | |
|   <realization id="9">    
 | |
|     <bendpoint x="345" y="474"/>    
 | |
|     <end type="SOURCE" refId="2"/>    
 | |
|     <end type="TARGET" refId="3"/>  
 | |
|   </realization>  
 | |
|   <association id="10">    
 | |
|     <end type="SOURCE" refId="1" navigable="false">      
 | |
|       <attribute id="11" name="mammoth"/>      
 | |
|       <multiplicity id="12" minimum="0" maximum="1"/>    
 | |
|     </end>    
 | |
|     <end type="TARGET" refId="4" navigable="true"/>    
 | |
|     <display labels="true" multiplicity="true"/>  
 | |
|   </association>  
 | |
|   <association id="13">    
 | |
|     <end type="SOURCE" refId="2" navigable="false">      
 | |
|       <attribute id="14" name="mammoth"/>      
 | |
|       <multiplicity id="15" minimum="0" maximum="1"/>    
 | |
|     </end>    
 | |
|     <end type="TARGET" refId="4" 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> |