jqueues-guided-tour

Guided Tour to org.javades.jqueues (and org.javades.jsimulation)

Лицензия

Лицензия

Категории

Категории

IDE Инструменты разработки GUI Взаимодействие с пользователем
Группа

Группа

org.javades
Идентификатор

Идентификатор

jqueues-guided-tour
Последняя версия

Последняя версия

5.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

jqueues-guided-tour
Guided Tour to org.javades.jqueues (and org.javades.jsimulation)
Ссылка на сайт

Ссылка на сайт

https://github.com/jandejongh/jqueues-guided-tour
Система контроля версий

Система контроля версий

https://github.com/jandejongh/jqueues-guided-tour

Скачать jqueues-guided-tour

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.javades/jqueues-guided-tour/ -->
<dependency>
    <groupId>org.javades</groupId>
    <artifactId>jqueues-guided-tour</artifactId>
    <version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.javades/jqueues-guided-tour/
implementation 'org.javades:jqueues-guided-tour:5.2.0'
// https://jarcasting.com/artifacts/org.javades/jqueues-guided-tour/
implementation ("org.javades:jqueues-guided-tour:5.2.0")
'org.javades:jqueues-guided-tour:jar:5.2.0'
<dependency org="org.javades" name="jqueues-guided-tour" rev="5.2.0">
  <artifact name="jqueues-guided-tour" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.javades', module='jqueues-guided-tour', version='5.2.0')
)
libraryDependencies += "org.javades" % "jqueues-guided-tour" % "5.2.0"
[org.javades/jqueues-guided-tour "5.2.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.javades : jqueues jar 5.2.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

jqueues-guided-tour

A Guided Tour to the JQueues Java package for Discrete-Event Simulation of Queueing Systems

First Full Draft: May 3rd, 2018.

First chapters are quite OK, but subsequent ones (Chapter 8 and beyond) need serious reviewing.

Introduction

The jqueues (https://github.com/jandejongh/jqueues) package and its dependency jsimulation (https://github.com/jandejongh/jsimulation) provide Java support for discrete-event simulation of queueing systems, loosely modeled after Graham Birtwistle's DEMOS package for SIMULA. Both projects have been released under Apache v2 License. This project contains a guided tour to both packages. This documentation, though, is released under a different LICENSE, basically stating that my company, TNO, and I are the sole copyright holders and that you are not allowed to distribute modified versions of the documentation without my consent.

Structure

This project's structure is that of a Maven project. The source code of the project consists of all compile-able examples introduced in the documentation, and follows Maven coventions for Java source code. The LaTeX-based documentation itself and the resulting PDF file(s) are in the 'doc' subdirectory of the project. Note that the documentation is not under Maven control (so you cannot build/deploy it from Maven).

Usage

Grab the PDF file(s) in the 'doc' subdirectory, and use them to your advantage.

Contributions

Provided that you accept the LICENSE agreement, contributions to the text are more than welcome, as well as any feedback on the contents of the documentation. Please do not hesitate to contact me, or submit an issue, if the documentation is in any way unclear, incomplete or simply wrong. Needless to say, I will be more than happy to at the very least acknowledge your contribution in the documentation.

Copyright

The documentation and sample code in jqueues-guided-tour are copyright (C) 2010-2018 TNO, The Netherlands, and (C) 2010-2018 Jan de Jongh, The Netherlands.

License

The documentation and sample code in jqueues-guided-tour are licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-nc-nd/4.0/.

Версии библиотеки

Версия
5.2.0