org.argouml.model
Interface PseudostateKind
public interface PseudostateKind
Encapsulation of the enumeration PseudostateKind.
getChoice
java.lang.Object getChoice()
- Returns:
- Returns the Choice (Branch in UML 1.3) PseudostateKind.
- Since:
- UML 1.4
getDeepHistory
java.lang.Object getDeepHistory()
- Returns:
- Returns the DeepHistory PseudostateKind.
getFork
java.lang.Object getFork()
- Returns:
- Returns the Fork PseudostateKind.
getInitial
java.lang.Object getInitial()
- Returns:
- Returns the Initial PseudostateKind.
getJoin
java.lang.Object getJoin()
- Returns:
- Returns the Join PseudostateKind.
getJunction
java.lang.Object getJunction()
- Returns:
- Returns the Junction PseudostateKind.
getShallowHistory
java.lang.Object getShallowHistory()
- Returns:
- Returns the ShallowHistory PseudostateKind.
getEntryPoint
java.lang.Object getEntryPoint()
- Returns:
- the EntryPoint kind.
- Since:
- 0.25.4 UML 2.x only
getExitPoint
java.lang.Object getExitPoint()
- Returns:
- the ExitPoint kind.
- Since:
- 0.25.4 UML 2.x only
getTerminate
java.lang.Object getTerminate()
- Returns:
- the Terminate kind.
- Since:
- 0.25.4 UML 2.x only