MavenCommandPool
PAK Extra – MavenCommandPool Last updated 2024-12-19 10:07:55 +0100
Register
Table of Contents 1. Register 1. Register In order to use implementations of ICommandRestService, services have to be registered within the ServiceLoader: A META-INF-directory has to be inserted within the resources-directory of the main-module. Insert another directory, named services within the newly created META-INF-directory. files must be added to the services-directory. The name of the […]
Model Parameterization
Model Parameterization in PAK In Progress… Last updated 2024-12-19 10:07:55 +0100
IEngine
PAK Core – IEngine Last updated 2024-12-19 10:07:55 +0100
IEngineConfig
Core – IEngineConfig In Progress… Last updated 2024-12-19 10:07:55 +0100
IModel
PAK Core – IModel Last updated 2024-12-19 10:07:55 +0100
EngineObservers
PAK Core – Engine Observers & Callbacks Last updated 2024-12-19 10:07:55 +0100
ICommandPool
PAK Core – ICommandPool Last updated 2024-12-19 10:07:55 +0100
EngineBuilder
PAK Core – EngineBuilder In Progress… Last updated 2024-12-19 10:07:55 +0100
@workflowDocu
Java Command Annotations – @workflowDocu Table of Contents 1. Basics 1.1. Requirements 2. Usage 2.1. @workflowDocu for input parameters 2.2. @workflowDocu for output parameters 2.3. @workflowDocu on Command-level Java command annotations are used for the developing Java commands in PAK. This chapter describes the functionality of the @workflowDocu annotation. It also gives an example of […]