JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
H
I
O
P
R
S
V
C
com.adeptik.algorithm.runtime
- package com.adeptik.algorithm.runtime
com.adeptik.algorithm.runtime.exceptions
- package com.adeptik.algorithm.runtime.exceptions
com.adeptik.algorithm.runtime.utils
- package com.adeptik.algorithm.runtime.utils
Context
- Interface in
com.adeptik.algorithm.runtime
Контекст запуска алгоритма для решения определенной задачи
H
handle(OutputStream)
- Method in interface com.adeptik.algorithm.runtime.utils.
OutputStreamHandler
Обработка сохранения данных в поток
I
input()
- Method in interface com.adeptik.algorithm.runtime.
Context
Объект для манипулирования входными данными задачи
InputManager
- Interface in
com.adeptik.algorithm.runtime
Класс для манипулирования входными данными задачи
O
openInput(String)
- Method in interface com.adeptik.algorithm.runtime.
InputManager
Открывает для чтения входные данные из определения задачи по имени ресурса
OutputStreamHandler
- Interface in
com.adeptik.algorithm.runtime.utils
Класс для сохранения данных в поток
P
post(SolutionStatus, OutputStreamHandler)
- Method in interface com.adeptik.algorithm.runtime.
SolutionManager
Сохранение решения задачи
R
RetryException
- Exception in
com.adeptik.algorithm.runtime.exceptions
Ошибка выполнения операции, исправление которой возможно, если повторить операцию позднее
RetryException()
- Constructor for exception com.adeptik.algorithm.runtime.exceptions.
RetryException
Создание экземпляра класса
RetryException
RetryException(String)
- Constructor for exception com.adeptik.algorithm.runtime.exceptions.
RetryException
Создание экземпляра класса
RetryException
RetryException(String, Throwable)
- Constructor for exception com.adeptik.algorithm.runtime.exceptions.
RetryException
Создание экземпляра класса
RetryException
RetryException(Throwable)
- Constructor for exception com.adeptik.algorithm.runtime.exceptions.
RetryException
Создание экземпляра класса
RetryException
S
solution()
- Method in interface com.adeptik.algorithm.runtime.
Context
Объект для манипулирования решением задачи
SolutionManager
- Interface in
com.adeptik.algorithm.runtime
Класс для манипулирования решением задачи
SolutionStatus
- Enum in
com.adeptik.algorithm.runtime
Статус решения задачи
V
valueOf(String)
- Static method in enum com.adeptik.algorithm.runtime.
SolutionStatus
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.adeptik.algorithm.runtime.
SolutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
C
H
I
O
P
R
S
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes