dev > master: code py - documentation erzeugt
This commit is contained in:
13
code/python/docs/config/Models/AppOptions.md
Normal file
13
code/python/docs/config/Models/AppOptions.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# AppOptions
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**logMinuslevel** | [**EnumLogLevel**](EnumLogLevel.md) | | [default to null]
|
||||
**verbose** | [**Boolean**](boolean.md) | Global setting for verbosity. | [optional] [default to false]
|
||||
**tarjan** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
||||
**tsp** | [**AppOptions_tarjan**](AppOptions_tarjan.md) | | [default to null]
|
||||
**hirschberg** | [**AppOptions_hirschberg**](AppOptions_hirschberg.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
13
code/python/docs/config/Models/AppOptionsHirschberg.md
Normal file
13
code/python/docs/config/Models/AppOptionsHirschberg.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# AppOptionsHirschberg
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**penalityMinusmismatch** | [**BigDecimal**](number.md) | | [default to 1]
|
||||
**penalityMinusgap** | [**BigDecimal**](number.md) | | [default to 1]
|
||||
**moveMinuspriorities** | [**AppOptions_hirschberg_move_priorities**](AppOptions_hirschberg_move_priorities.md) | | [default to null]
|
||||
**verbose** | [**List**](EnumHirschbergVerbosity.md) | | [optional] [default to []]
|
||||
**show** | [**List**](EnumHirschbergShow.md) | | [optional] [default to []]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# AppOptionsHirschbergMovePriorities
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**diagonal** | [**Integer**](integer.md) | | [optional] [default to 0]
|
||||
**horizontal** | [**Integer**](integer.md) | | [optional] [default to 1]
|
||||
**vertical** | [**Integer**](integer.md) | | [optional] [default to 2]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
9
code/python/docs/config/Models/AppOptionsTarjan.md
Normal file
9
code/python/docs/config/Models/AppOptionsTarjan.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# AppOptionsTarjan
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**verbose** | [**Boolean**](boolean.md) | | [default to false]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
10
code/python/docs/config/Models/Config.md
Normal file
10
code/python/docs/config/Models/Config.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Config
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**info** | [**Info**](Info.md) | | [default to null]
|
||||
**options** | [**AppOptions**](AppOptions.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
8
code/python/docs/config/Models/EnumHirschbergShow.md
Normal file
8
code/python/docs/config/Models/EnumHirschbergShow.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# EnumHirschbergShow
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# EnumHirschbergVerbosity
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
8
code/python/docs/config/Models/EnumLogLevel.md
Normal file
8
code/python/docs/config/Models/EnumLogLevel.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# EnumLogLevel
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
11
code/python/docs/config/Models/Info.md
Normal file
11
code/python/docs/config/Models/Info.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Info
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**title** | [**String**](string.md) | | [default to null]
|
||||
**description** | [**String**](string.md) | | [default to null]
|
||||
**author** | [**String**](string.md) | | [default to null]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user