FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-design-patterns/command/etc/command.ucls at master · self-java/java-design-patterns · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
self-java
/
java-design-patterns
Public
forked from
iluwatar/java-design-patterns
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-design-patterns
/
command
/
etc
/
command.ucls
Copy path
More file actions
More file actions
Latest commit
History
History
History
116 lines (116 loc) · 6.65 KB
Breadcrumbs
java-design-patterns
/
command
/
etc
/
command.ucls
Copy path
File metadata and controls
116 lines (116 loc) · 6.65 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<?
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.command.ShrinkSpell
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/ShrinkSpell.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
178
"
width
=
"
141
"
x
=
"
-30
"
y
=
"
681
"
/>
<
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.command.Goblin
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/Goblin.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
-1
"
width
=
"
-1
"
x
=
"
129
"
y
=
"
1223
"
/>
<
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.command.Wizard
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/Wizard.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
-1
"
width
=
"
-1
"
x
=
"
129
"
y
=
"
362
"
/>
<
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.command.Command
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/Command.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
-1
"
width
=
"
-1
"
x
=
"
129
"
y
=
"
561
"
/>
<
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.command.InvisibilitySpell
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/InvisibilitySpell.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
160
"
width
=
"
141
"
x
=
"
151
"
y
=
"
681
"
/>
<
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
=
"
6
"
language
=
"
java
"
name
=
"
com.iluwatar.command.Target
"
project
=
"
command
"
file
=
"
/command/src/main/java/com/iluwatar/command/Target.java
"
binary
=
"
false
"
corner
=
"
BOTTOM_RIGHT
"
>
<
position
height
=
"
-1
"
width
=
"
-1
"
x
=
"
129
"
y
=
"
1014
"
/>
<
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
=
"
7
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
3
"
navigable
=
"
false
"
>
<
attribute
id
=
"
8
"
name
=
"
redoStack
"
>
<
position
height
=
"
20
"
width
=
"
67
"
x
=
"
140
"
y
=
"
451
"
/>
</
attribute
>
<
multiplicity
id
=
"
9
"
minimum
=
"
0
"
maximum
=
"
2147483647
"
>
<
position
height
=
"
18
"
width
=
"
25
"
x
=
"
221
"
y
=
"
452
"
/>
</
multiplicity
>
</
end
>
<
end
type
=
"
TARGET
"
refId
=
"
4
"
navigable
=
"
true
"
/>
<
display
labels
=
"
true
"
multiplicity
=
"
true
"
/>
</
association
>
<
generalization
id
=
"
10
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
2
"
/>
<
end
type
=
"
TARGET
"
refId
=
"
6
"
/>
</
generalization
>
<
association
id
=
"
11
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
1
"
navigable
=
"
false
"
>
<
attribute
id
=
"
12
"
name
=
"
target
"
/>
<
multiplicity
id
=
"
13
"
minimum
=
"
0
"
maximum
=
"
1
"
/>
</
end
>
<
end
type
=
"
TARGET
"
refId
=
"
6
"
navigable
=
"
true
"
/>
<
display
labels
=
"
true
"
multiplicity
=
"
true
"
/>
</
association
>
<
generalization
id
=
"
14
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
1
"
/>
<
end
type
=
"
TARGET
"
refId
=
"
4
"
/>
</
generalization
>
<
association
id
=
"
15
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
3
"
navigable
=
"
false
"
>
<
attribute
id
=
"
16
"
name
=
"
undoStack
"
>
<
position
height
=
"
20
"
width
=
"
70
"
x
=
"
-17
"
y
=
"
451
"
/>
</
attribute
>
<
multiplicity
id
=
"
17
"
minimum
=
"
0
"
maximum
=
"
2147483647
"
>
<
position
height
=
"
18
"
width
=
"
25
"
x
=
"
60
"
y
=
"
452
"
/>
</
multiplicity
>
</
end
>
<
end
type
=
"
TARGET
"
refId
=
"
4
"
navigable
=
"
true
"
/>
<
display
labels
=
"
true
"
multiplicity
=
"
true
"
/>
</
association
>
<
generalization
id
=
"
18
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
5
"
/>
<
end
type
=
"
TARGET
"
refId
=
"
4
"
/>
</
generalization
>
<
association
id
=
"
19
"
>
<
end
type
=
"
SOURCE
"
refId
=
"
5
"
navigable
=
"
false
"
>
<
attribute
id
=
"
20
"
name
=
"
target
"
/>
<
multiplicity
id
=
"
21
"
minimum
=
"
0
"
maximum
=
"
1
"
/>
</
end
>
<
end
type
=
"
TARGET
"
refId
=
"
6
"
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
>
Back
|
FazBrowse Home
|
New Git URL