Skip navigation links
A B C D E F G I L M O P R S T V 

A

AllTests - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Defines the tests to be executed.
AllTests() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.AllTests
 
args - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.RandomArgumentSelector
 

B

bind(String[]) - Method in interface test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.FunctionMapping
Binds the arguments to that function mapping and creates a new one.
bind(String[]) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.RandomArgumentSelector
 

C

confidence - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
 
createResponse(String, FakeRtsa.Deployment) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
Creates a fake response.

D

data - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Input
 
Deployment(File, String) - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
Creates a deployment specification.

E

extractDeployments(File) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
Extracts the deployments.

F

FakeRtsa - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
A very simple RTSA fake server as we are not allowed to publish RTSA.
FakeRtsa() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
 
FakeRtsa.Deployment - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents a deployment specification.
FakeRtsa.FunctionMapping - Interface in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents a function mapping.
FakeRtsa.FunctionMapping1 - Enum in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents a simple function mapping.
FakeRtsa.Input - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents RTSA input.
FakeRtsa.RandomArgumentSelector - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
A simple random argument selector.
FakeRtsa.Spec - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents the contents of a spec.yml file in a deployment.
FakeRtsaRestService(TypeTranslator<I, String>, TypeTranslator<String, O>, ReceptionCallback<O>, YamlService) - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest.FakeRtsaRestService
Creates an instance of the service with the required type translators to/from JSON.
file - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
 
forceFake() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest
Forces to use the fake RTSA if desired.
from(String) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InDataJsonTypeTranslator
 
from(OutData) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutDataJsonTypeTranslator
 
FunctionMapping1() - Constructor for enum test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.FunctionMapping1
 
functions - Static variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
 

G

getBaseDir(File) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest.FakeRtsaRestService
 
getClasspath(File) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest.FakeRtsaRestService
 
getConfidence() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Returns the confidence value.
getData() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Input
Returns the data.
getId() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
Returns the id value.
getId() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Returns the id value.
getMainClass(File) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest.FakeRtsaRestService
 
getMapping(String) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
Returns a function mapping.
getMappings() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
Returns all function mappings.
getMappings() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
Returns the function mappings.
getPath() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
Returns the desired REST path.
getPath() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
Returns the desired REST path.
getValue1() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
Returns the first value.
getValue1() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Returns the first value.
getValue2() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
Returns the second value.
getValue2() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Returns the second value.

I

id - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
 
id - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
 
InData - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents the input data.
InData(int, double, double) - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
Creates an instance.
InDataJsonTypeTranslator - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
In-data JSON type translator.
InDataJsonTypeTranslator() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InDataJsonTypeTranslator
 
Input() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Input
 
isPrediction() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Returns the prediction value.

L

lines(String) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
Replacement for Java 11 String.lines().
loadDeployments(File, String) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
Loads the unpacked deployments.
loader - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
 

M

main(String[]) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
Executes the fake server.
map(Object) - Method in interface test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.FunctionMapping
Maps an input value to an output value.
map(Object) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.RandomArgumentSelector
 
mappings - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
 

O

OutData - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Represents the output data.
OutData(int, double, double, double, boolean) - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
Creates an instance.
OutDataJsonTypeTranslator - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Out-data JSON type translator.
OutDataJsonTypeTranslator() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutDataJsonTypeTranslator
 

P

path - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
 
path - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
 
prediction - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
 
process(RtsaRestService<InData, OutData>, InData) - Static method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest
Processes data on service and logs the sent input.

R

random - Static variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa
 
RandomArgumentSelector() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.RandomArgumentSelector
Creates the prototype instance.
RandomArgumentSelector(String[]) - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.RandomArgumentSelector
Creates a random argument selector with arguments for binding.
readSpec(InputStream) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
Reads the YAML specification file "spec.yml" in the deployment file.
RtsaRestServiceTest - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Tests the RTSA local server.
RtsaRestServiceTest() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest
 
RtsaRestServiceTest.FakeRtsaRestService<I,O> - Class in test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Customized RTSA REST service for testing the integration without RTSA.

S

setData(Map<String, Object>[]) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Input
Changes the data.
setMappings(Map<String, String>) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
Sets the function mappings.
setPath(String) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
Defines the desired REST path.
spec - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Deployment
 
Spec() - Constructor for class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.Spec
 

T

test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa - package test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa
Tests for the ECS runtime.
testRtsaRestService() - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.RtsaRestServiceTest
Tests the KODEX local server.
to(InData) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InDataJsonTypeTranslator
 
to(String) - Method in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutDataJsonTypeTranslator
 

V

value1 - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
 
value1 - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
 
value2 - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.InData
 
value2 - Variable in class test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.OutData
 
valueOf(String) - Static method in enum test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.FakeRtsa.FunctionMapping1
Returns the enum constant of this type with the specified name.
values() - Static method in enum test.de.iip_ecosphere.platform.kiServices.rapidminer.rtsa.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 O P R S T V 
Skip navigation links

Copyright © 2022. All rights reserved.