1 | |
|
2 | |
|
3 | |
|
4 | |
|
5 | |
|
6 | |
|
7 | |
|
8 | |
|
9 | |
|
10 | |
|
11 | |
|
12 | |
|
13 | |
package org.argouml.model.euml; |
14 | |
|
15 | |
import org.argouml.model.PseudostateKind; |
16 | |
|
17 | |
|
18 | |
|
19 | |
|
20 | |
|
21 | |
|
22 | |
|
23 | |
|
24 | 0 | class PseudostateKindEUMLImpl implements PseudostateKind { |
25 | |
|
26 | |
public Object getChoice() { |
27 | 0 | return org.eclipse.uml2.uml.PseudostateKind.CHOICE_LITERAL; |
28 | |
} |
29 | |
|
30 | |
public Object getDeepHistory() { |
31 | 0 | return org.eclipse.uml2.uml.PseudostateKind.DEEP_HISTORY_LITERAL; |
32 | |
} |
33 | |
|
34 | |
public Object getEntryPoint() { |
35 | 0 | return org.eclipse.uml2.uml.PseudostateKind.ENTRY_POINT_LITERAL; |
36 | |
} |
37 | |
|
38 | |
public Object getExitPoint() { |
39 | 0 | return org.eclipse.uml2.uml.PseudostateKind.EXIT_POINT_LITERAL; |
40 | |
} |
41 | |
|
42 | |
public Object getFork() { |
43 | 0 | return org.eclipse.uml2.uml.PseudostateKind.FORK_LITERAL; |
44 | |
} |
45 | |
|
46 | |
public Object getInitial() { |
47 | 0 | return org.eclipse.uml2.uml.PseudostateKind.INITIAL_LITERAL; |
48 | |
} |
49 | |
|
50 | |
public Object getJoin() { |
51 | 0 | return org.eclipse.uml2.uml.PseudostateKind.JOIN_LITERAL; |
52 | |
} |
53 | |
|
54 | |
public Object getJunction() { |
55 | 0 | return org.eclipse.uml2.uml.PseudostateKind.JUNCTION_LITERAL; |
56 | |
} |
57 | |
|
58 | |
public Object getShallowHistory() { |
59 | 0 | return org.eclipse.uml2.uml.PseudostateKind.SHALLOW_HISTORY_LITERAL; |
60 | |
} |
61 | |
|
62 | |
public Object getTerminate() { |
63 | 0 | return org.eclipse.uml2.uml.PseudostateKind.TERMINATE_LITERAL; |
64 | |
} |
65 | |
|
66 | |
} |