A B C D E F G I L M P R S V
A
- args - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.RandomArgumentSelector
-
B
- bind(String[]) - Method in interface de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.FunctionMapping
-
Binds the arguments to that function mapping and creates a new one.
- bind(String[]) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.RandomArgumentSelector
-
C
- createResponse(String, FakeRtsa.Deployment) - Static method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
Creates a fake response.
D
- data - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Input
-
- de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake - package de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Implementation of the RTSA fake.
- Deployment(File, String) - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
Creates a deployment specification.
E
- extractDeployments(File) - Static method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
Extracts the deployments.
F
- FakeRtsa - Class in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
A very simple RTSA fake server as we are not allowed to publish RTSA.
- FakeRtsa() - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
- FakeRtsa.Deployment - Class in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Represents a deployment specification.
- FakeRtsa.FunctionMapping - Interface in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Represents a function mapping.
- FakeRtsa.FunctionMapping1 - Enum in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Represents a simple function mapping.
- FakeRtsa.Input - Class in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Represents RTSA input.
- FakeRtsa.RandomArgumentSelector - Class in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
A simple random argument selector.
- FakeRtsa.Spec - Class in de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake
-
Represents the contents of a spec.yml file in a deployment.
- file - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
- FunctionMapping1() - Constructor for enum de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.FunctionMapping1
-
- functions - Static variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
G
- getData() - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Input
-
Returns the data.
- getMapping(String) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
Returns a function mapping.
- getMappings() - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
Returns all function mappings.
- getMappings() - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
Returns the function mappings.
- getPath() - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
Returns the desired REST path.
- getPath() - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
Returns the desired REST path.
I
- Input() - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Input
-
L
- lines(String) - Static method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
Replacement for Java 11 String.lines().
- loadDeployments(File, String) - Static method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
Loads the unpacked deployments.
- loader - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
M
- main(String[]) - Static method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
Executes the fake server.
- map(Object) - Method in interface de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.FunctionMapping
-
Maps an input value to an output value.
- map(Object) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.RandomArgumentSelector
-
- mappings - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
P
- path - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
- path - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
R
- random - Static variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa
-
- RandomArgumentSelector() - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.RandomArgumentSelector
-
Creates the prototype instance.
- RandomArgumentSelector(String[]) - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.RandomArgumentSelector
-
Creates a random argument selector with arguments for binding.
- readSpec(InputStream) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
Reads the YAML specification file "spec.yml" in the deployment file.
S
- setData(Map<String, Object>[]) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Input
-
Changes the data.
- setMappings(Map<String, String>) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
Sets the function mappings.
- setPath(String) - Method in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
Defines the desired REST path.
- spec - Variable in class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Deployment
-
- Spec() - Constructor for class de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.Spec
-
V
- valueOf(String) - Static method in enum de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.FunctionMapping1
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.iip_ecosphere.platform.kiServices.rapidminer.rtsaFake.FakeRtsa.FunctionMapping1
-
Returns an array containing the constants of this enum type, in
the order they are declared.
A B C D E F G I L M P R S V
Copyright © 2025. All rights reserved.