Skip to content
Snippets Groups Projects
Commit 21f4b32c authored by Brutzman, Don's avatar Brutzman, Don
Browse files

start/stop messages

parent f0207beb
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ public class RunTwoCraneBerthsOpenDis7 ...@@ -42,6 +42,7 @@ public class RunTwoCraneBerthsOpenDis7
*/ */
public static void main(String[] args) public static void main(String[] args)
{ {
System.out.println ("RunTwoCraneBerthsOpenDis7 started"); // here we go
RandomVariate interarrivalTimeGenerator = RandomVariate interarrivalTimeGenerator =
RandomVariateFactory.getInstance("Exponential", 0.7); RandomVariateFactory.getInstance("Exponential", 0.7);
RandomVariate unloadingTimeGenerator = RandomVariate unloadingTimeGenerator =
...@@ -92,6 +93,7 @@ public class RunTwoCraneBerthsOpenDis7 ...@@ -92,6 +93,7 @@ public class RunTwoCraneBerthsOpenDis7
delayInQueueStat.getMean()); delayInQueueStat.getMean());
twoCraneBerthsOpenDis7.shutdownDisChannel(); twoCraneBerthsOpenDis7.shutdownDisChannel();
System.out.println ("RunTwoCraneBerthsOpenDis7 finished"); // out here
System.exit(0); System.exit(0);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment