org.argouml.model
Interface ConcurrencyKind


public interface ConcurrencyKind

The different ConcurrencyKinds.


Method Summary
 java.lang.Object getConcurrent()
           
 java.lang.Object getGuarded()
           
 java.lang.Object getSequential()
           
 

Method Detail

getConcurrent

java.lang.Object getConcurrent()
Returns:
Returns the Concurrent CallConcurrencyKind.

getGuarded

java.lang.Object getGuarded()
Returns:
Returns the Guarded CallConcurrencyKind.

getSequential

java.lang.Object getSequential()
Returns:
Returns the Sequential CallConcurrencyKind.


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook