pagination.ucls
4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<class-diagram version="1.0.3" icons="true" automaticImage="PNG" always-add-relationships="true" generalizations="true"
realizations="true" associations="true" dependencies="true" nesting-relationships="true">
<interface id="1" corner="BOTTOM_RIGHT" language="java" name="br.gov.frameworkdemoiselle.pagination.Pagination"
project="demoiselle-core"
file="/demoiselle-core/src/main/java/br/gov/frameworkdemoiselle/pagination/Pagination.java" binary="false">
<position x="121" y="-138" width="-1" height="-1"/>
<display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false"/>
<operations public="true" package="false" protected="false" private="false"/>
</display>
</interface>
<interface id="2" corner="BOTTOM_RIGHT" language="java" name="br.gov.frameworkdemoiselle.pagination.PaginationContext"
project="demoiselle-core"
file="/demoiselle-core/src/main/java/br/gov/frameworkdemoiselle/pagination/PaginationContext.java" binary="false">
<position x="-161" y="-138" width="-1" height="-1"/>
<display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false"/>
<operations public="true" package="false" protected="false" private="false"/>
</display>
</interface>
<class id="3" corner="BOTTOM_RIGHT" language="java"
name="br.gov.frameworkdemoiselle.internal.implementation.PaginationImpl" project="demoiselle-core"
file="/demoiselle-core/src/main/java/br/gov/frameworkdemoiselle/internal/implementation/PaginationImpl.java"
binary="false">
<position x="121" y="31" width="-1" height="-1"/>
<display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false"/>
<operations public="false" package="false" protected="false" private="false"/>
</display>
</class>
<class id="4" corner="BOTTOM_RIGHT" language="java"
name="br.gov.frameworkdemoiselle.internal.implementation.PaginationContextImpl" project="demoiselle-core"
file="/demoiselle-core/src/main/java/br/gov/frameworkdemoiselle/internal/implementation/PaginationContextImpl.java"
binary="false">
<position x="-161" y="31" width="-1" height="-1"/>
<display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="false" package="false" protected="false" private="false"/>
<operations public="false" package="false" protected="false" private="false"/>
</display>
</class>
<association>
<end type="SOURCE" nodeId="4" navigable="false">
<attribute name="cache">
<position x="-54" y="-33" width="32" height="13"/>
</attribute>
<multiplicity minimum="0" maximum="2147483647">
<position x="-61" y="-56" width="16" height="13"/>
</multiplicity>
</end>
<end type="TARGET" nodeId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<dependency>
<end type="SOURCE" nodeId="4"/>
<end type="TARGET" nodeId="3"/>
</dependency>
<realization>
<end type="SOURCE" nodeId="3"/>
<end type="TARGET" nodeId="1"/>
</realization>
<dependency>
<end type="SOURCE" nodeId="2"/>
<end type="TARGET" nodeId="1"/>
</dependency>
<realization>
<end type="SOURCE" nodeId="4"/>
<end type="TARGET" nodeId="2"/>
</realization>
<classifier-display autosize="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="false" protected="false" private="false"/>
<operations public="true" package="false" protected="false" private="false"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>