db_AI-4/doku/diagrammes/getrents.svg

27 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentScriptType="application/ecmascript" contentStyleType="text/css" height="193px" preserveAspectRatio="none" style="width:159px;height:193px;" version="1.1" viewBox="0 0 159 193" width="159px" zoomAndPan="magnify"><defs><filter height="300%" id="fkrx0z0" width="300%" x="-1" y="-1"><feGaussianBlur result="blurOut" stdDeviation="2.0"/><feColorMatrix in="blurOut" result="blurOut2" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .4 0"/><feOffset dx="4.0" dy="4.0" in="blurOut2" result="blurOut3"/><feBlend in="SourceGraphic" in2="blurOut3" mode="normal"/></filter></defs><g><!--class GetRents--><rect fill="#FEFECE" filter="url(#fkrx0z0)" height="176.0469" style="stroke: #A80036; stroke-width: 1.5;" width="144" x="6" y="8"/><ellipse cx="46.65" cy="24" fill="#ADD1B2" rx="11" ry="11" style="stroke: #A80036; stroke-width: 1.0;"/><path d="M49.6188,29.6406 Q49.0406,29.9375 48.4,30.0859 Q47.7594,30.2344 47.0563,30.2344 Q44.5563,30.2344 43.2359,28.5859 Q41.9156,26.9375 41.9156,23.8125 Q41.9156,20.6875 43.2359,19.0313 Q44.5563,17.375 47.0563,17.375 Q47.7594,17.375 48.4078,17.5313 Q49.0563,17.6875 49.6188,17.9844 L49.6188,20.7031 Q48.9938,20.125 48.4,19.8516 Q47.8063,19.5781 47.1813,19.5781 Q45.8375,19.5781 45.15,20.6484 Q44.4625,21.7188 44.4625,23.8125 Q44.4625,25.9063 45.15,26.9766 Q45.8375,28.0469 47.1813,28.0469 Q47.8063,28.0469 48.4,27.7734 Q48.9938,27.5 49.6188,26.9219 L49.6188,29.6406 Z "/><text fill="#000000" font-family="sans-serif" font-size="12" lengthAdjust="spacingAndGlyphs" textLength="55" x="66.35" y="28.1543">GetRents</text><line style="stroke: #A80036; stroke-width: 1.5;" x1="7" x2="149" y1="40" y2="40"/><ellipse cx="17" cy="51.9023" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="57" x="26" y="54.2104">int rent_id</text><ellipse cx="17" cy="64.707" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="90" x="26" y="67.0151">string rent_date</text><ellipse cx="17" cy="77.5117" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="117" x="26" y="79.8198">string payment_date</text><ellipse cx="17" cy="90.3164" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="82" x="26" y="92.6245">int member_id</text><ellipse cx="17" cy="103.1211" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="91" x="26" y="105.4292">int rent_price_id</text><ellipse cx="17" cy="115.9258" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="78" x="26" y="118.2339">int location_id</text><ellipse cx="17" cy="128.7305" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="101" x="26" y="131.0386">string streetname</text><ellipse cx="17" cy="141.5352" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="115" x="26" y="143.8433">int location_capacity</text><ellipse cx="17" cy="154.3398" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="118" x="26" y="156.6479">string location_name</text><ellipse cx="17" cy="167.1445" fill="none" rx="3" ry="3" style="stroke: #038048; stroke-width: 1.0;"/><text fill="#000000" font-family="sans-serif" font-size="11" lengthAdjust="spacingAndGlyphs" textLength="83" x="26" y="169.4526">string RentInfo</text><line style="stroke: #A80036; stroke-width: 1.5;" x1="7" x2="149" y1="176.0469" y2="176.0469"/><!--
@startuml
class GetRents {
+ int rent_id
+ string rent_date
+ string payment_date
+ int member_id
+ int rent_price_id
+ int location_id
+ string streetname
+ int location_capacity
+ string location_name
+ string RentInfo
}
@enduml
PlantUML version 2017.10(Thu Apr 06 20:43:00 CEST 2017)
(GPL source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Java Version: 1.8.0_141-8u141-b15-3-b15
Operating System: Linux
OS Version: 4.12.0
Default Encoding: UTF-8
Language: en
Country: GB
--></g></svg>