| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Dex Универсальные библиотеки Utility JADE |
| Группа | Группаnet.sourceforge.jadex |
| Идентификатор | Идентификаторjadex-kernel-gpmn |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjadex-kernel-gpmn
The Jadex GPMN (goal oriented process modeling
notation) kernel provides a goal-oriented workflow
kernel. The idea is that a workflow is specified as
declarative goal hierarchy, which describes what has
to be achieved to fulfill the workflow. At runtime
goals are pursued by executing plans represented by
standard BPMN workflows. The execution of goal-based
workflows is achieved by conversion to BDI agents.
|
| Имя Файла | Размер |
|---|---|
| jadex-kernel-gpmn-2.4.pom | |
| jadex-kernel-gpmn-2.4.jar | 64 KB |
| jadex-kernel-gpmn-2.4-tests.jar | 1 KB |
| jadex-kernel-gpmn-2.4-sources.jar | 42 KB |
| jadex-kernel-gpmn-2.4-javadoc.jar | 140 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-kernel-gpmn</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/
implementation 'net.sourceforge.jadex:jadex-kernel-gpmn:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/
implementation ("net.sourceforge.jadex:jadex-kernel-gpmn:2.4")
'net.sourceforge.jadex:jadex-kernel-gpmn:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-gpmn" rev="2.4">
<artifact name="jadex-kernel-gpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-gpmn', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-gpmn" % "2.4"
[net.sourceforge.jadex/jadex-kernel-gpmn "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sourceforge.jadex : jadex-commons | jar | 2.4 |
| net.sourceforge.jadex : jadex-xml | jar | 2.4 |
| net.sourceforge.jadex : jadex-rules | jar | 2.4 |
| net.sourceforge.jadex : jadex-bridge | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-bdi | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-bdibpmn | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |