org.argouml.model
Interface PseudostateKind
- public interface PseudostateKind
The different PseudostateKinds.
getBranch
public Object getBranch()
- Deprecated. UML 1.3 - use getChoice
- Returns:
- Returns the Branch PseudostateKind.
getChoice
public Object getChoice()
- Returns:
- Returns the Choice (Branch in UML 1.3) PseudostateKind.
- Since:
- UML 1.4
getDeepHistory
public Object getDeepHistory()
- Returns:
- Returns the DeepHistory PseudostateKind.
getFork
public Object getFork()
- Returns:
- Returns the Fork PseudostateKind.
getInitial
public Object getInitial()
- Returns:
- Returns the Initial PseudostateKind.
getJoin
public Object getJoin()
- Returns:
- Returns the Join PseudostateKind.
getJunction
public Object getJunction()
- Returns:
- Returns the Junction PseudostateKind.
getShallowHistory
public Object getShallowHistory()
- Returns:
- Returns the ShallowHistory PseudostateKind.