Skip to content
Snippets Groups Projects
Commit 509f7863 authored by thomascecil's avatar thomascecil
Browse files

Merge origin/master

parents 8cbb440a a883d6f1
No related branches found
No related tags found
No related merge requests found
main.class=SimkitOpenDis7Examples.run.RunSimpleServerOpenDis7
main.class=SimkitOpenDis7Examples.run.RunTwoCranesBerth main.class=SimkitOpenDis7Examples.run.RunTwoCraneBerths
main.class=SimkitOpenDis7Examples.run.RunTwoCraneBerthsOpenDis7
...@@ -48,7 +48,7 @@ public class RunSimpleServer ...@@ -48,7 +48,7 @@ public class RunSimpleServer
double beta = 1.8; double beta = 1.8;
RandomVariate serviceTimeGenerator = RandomVariateFactory.getInstance(rvName, alpha, beta); RandomVariate serviceTimeGenerator = RandomVariateFactory.getInstance(rvName, alpha, beta);
int numServ = 2; int numServ = 1;
SimpleServer server = new SimpleServer(numServ, serviceTimeGenerator); SimpleServer server = new SimpleServer(numServ, serviceTimeGenerator);
arrival.addSimEventListener(server); arrival.addSimEventListener(server);
......
ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=SimkitOpenDis7Examples/run/RunSimpleServer.java -Drun.class=SimkitOpenDis7Examples.run.RunSimpleServer run-single ant -f C:\\x3d-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=SimkitOpenDis7Examples/run/RunSimpleServer.java -Drun.class=SimkitOpenDis7Examples.run.RunSimpleServer run-single
init: init:
Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties Deleting: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar: deps-jar:
Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties Updating property file: C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes Compiling 1 source file to C:\x3d-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
warning: [options] system modules path not set in conjunction with -source 17
1 warning
compile-single: compile-single:
run-single: run-single:
ArrivalProcess.1 ArrivalProcess.1
interarrivalTimeGenerator = Uniform (0.900, 2.200) interarrivalTimeGenerator = Uniform (0.900, 2.200)
SimpleServer.2 SimpleServer.2
totalNumberServers = 2 totalNumberServers = 1
serviceTimeGenerator = Gamma (1.700, 1.800) serviceTimeGenerator = Gamma (1.700, 1.800)
Simulation ended at time 100,000.000 Simulation ended at time 100,000.000
There have been 64,475 arrivals There have been 64,526 arrivals
There have been 64,472 customers served There have been 32,790 customers served
Average number in queue 15.9655 Average number in queue 15912.7375
Average utilization 0.9819 Average utilization 1.0000
BUILD SUCCESSFUL (total time: 3 seconds) BUILD SUCCESSFUL (total time: 5 seconds)
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