fUML.Semantics.CommonBehaviors.Communications
Class ExecutionQueue

java.lang.Object
  extended by fUML.Semantics.CommonBehaviors.Communications.ExecutionQueue

public class ExecutionQueue
extends java.lang.Object


Constructor Summary
ExecutionQueue()
           
 
Method Summary
static void enqueue(Execution execution)
           
static boolean notStarted()
           
static void start(Execution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionQueue

public ExecutionQueue()
Method Detail

notStarted

public static boolean notStarted()

start

public static void start(Execution execution)

enqueue

public static void enqueue(Execution execution)


Copyright © 2015. All Rights Reserved.