org.argouml.model
Interface PseudostateKind


public interface PseudostateKind

Encapsulation of the enumeration PseudostateKind.


Method Summary
 java.lang.Object getChoice()
           
 java.lang.Object getDeepHistory()
           
 java.lang.Object getEntryPoint()
           
 java.lang.Object getExitPoint()
           
 java.lang.Object getFork()
           
 java.lang.Object getInitial()
           
 java.lang.Object getJoin()
           
 java.lang.Object getJunction()
           
 java.lang.Object getShallowHistory()
           
 java.lang.Object getTerminate()
           
 

Method Detail

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


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook