License |
License |
---|---|
Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
GroupId | GroupIdnet.sourceforge.jadex |
ArtifactId | ArtifactIdjadex-kernel-gpmn |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjadex-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.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |