A C E F G I K M N O P R S T V W 
All Classes All Packages

A

AllTests - Class in test.de.iip_ecosphere.platform.security.services.kodex
Defines the tests to be executed.
AllTests() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.AllTests
 

C

calcRuntime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Calculate the runtime.
calcRuntime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Calculate the runtime.
count - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
count - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 
createExcelFile(ArrayList<Long[]>) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Save runtime results as excel-file.
createExcelFile(ArrayList<Long[]>) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Save runtime results as excel-file.
createProcess(File, String...) - Static method in class test.de.iip_ecosphere.platform.security.services.kodex.TestService
Creates and starts a Python process.

E

endTime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
endTime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 

F

from(String) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.InDataJsonTypeTranslator
 
from(OutData) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.OutDataJsonTypeTranslator
 

G

getCount() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Returns counter of the tuple.
getCount() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Returns counter of the tuple.
getEndTime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Returns the end time of the service.
getEndTime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Returns the end time of the service.
getId() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.InData
Returns the id value.
getId() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
Returns the id value.
getKip() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
Returns the kip value introduced by KODEX.
getName() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.InData
Returns the name value.
getName() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
Returns the name value.
getStartTime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Returns the start time of the service.
getStartTime() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Returns the start time of the service.

I

id - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.InData
 
id - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
 
InData - Class in test.de.iip_ecosphere.platform.security.services.kodex
Represents the input data.
InData(String, String) - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.InData
Creates an instance.
InDataJsonTypeTranslator - Class in test.de.iip_ecosphere.platform.security.services.kodex
In-data JSON type translator.
InDataJsonTypeTranslator() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.InDataJsonTypeTranslator
 

K

kip - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
 
KodexRestServiceTest - Class in test.de.iip_ecosphere.platform.security.services.kodex
Tests the KODEX local server.
KodexRestServiceTest() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
KodexServiceTest - Class in test.de.iip_ecosphere.platform.security.services.kodex
Tests the KODEX service.
KodexServiceTest() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 

M

main(String...) - Static method in class test.de.iip_ecosphere.platform.security.services.kodex.TestService
Test execution of Kodex.
measure - Static variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
measure - Static variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 

N

name - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.InData
 
name - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.OutData
 

O

OutData - Class in test.de.iip_ecosphere.platform.security.services.kodex
Represents the output data.
OutData(String, String, String) - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.OutData
Creates an instance.
OutDataJsonTypeTranslator - Class in test.de.iip_ecosphere.platform.security.services.kodex
Out-data JSON type translator.
OutDataJsonTypeTranslator() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.OutDataJsonTypeTranslator
 

P

process(KodexRestService<InData, OutData>, InData) - Static method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Processes data on service and logs the sent input.
process(KodexService<InData, OutData>, InData) - Static method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Processes data on service and logs the sent input.

R

runtime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
runtime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 

S

setCount(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Set the new count of the tuple.
setCount(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Set the new count of the tuple.
setEndTime(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Set the new end time of the service.
setEndTime(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Set the new end time of the service.
setStartTime(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Set the start time of the service.
setStartTime(long) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Set the start time of the service.
startTime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
 
startTime - Variable in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
 

T

test.de.iip_ecosphere.platform.security.services.kodex - package test.de.iip_ecosphere.platform.security.services.kodex
Tests for the ECS runtime.
testKodexRestService() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Tests the KODEX local server.
testKodexService() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexServiceTest
Tests the KODEX service.
testMultiKodexRestService() - Method in class test.de.iip_ecosphere.platform.security.services.kodex.KodexRestServiceTest
Tests MultiKodexRestService.
TestService - Class in test.de.iip_ecosphere.platform.security.services.kodex
Integration of KIPROTECT KODEX as a service.
TestService() - Constructor for class test.de.iip_ecosphere.platform.security.services.kodex.TestService
 
to(String) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.OutDataJsonTypeTranslator
 
to(InData) - Method in class test.de.iip_ecosphere.platform.security.services.kodex.InDataJsonTypeTranslator
 

V

VERSION - Static variable in class test.de.iip_ecosphere.platform.security.services.kodex.TestService
 

W

WAITING_TIME - Static variable in class test.de.iip_ecosphere.platform.security.services.kodex.TestService
 
A C E F G I K M N O P R S T V W 
All Classes All Packages