| Package | Description |
|---|---|
| org.colomoto.biolqm.io |
Input/Output for Logical Model.
|
| org.colomoto.biolqm.service | |
| org.colomoto.biolqm.tool |
Tool definition, used to run actions from the command-line interface.
|
| Constructor and Description |
|---|
AbstractFormat(String id,
String[] aliases,
String name,
MultivaluedSupport modelType) |
AbstractFormat(String id,
String name,
MultivaluedSupport modelType) |
| Modifier and Type | Method and Description |
|---|---|
MultivaluedSupport |
Service.getMultivaluedSupport()
Precise type of support for multivalued models.
|
MultivaluedSupport |
BaseService.getMultivaluedSupport() |
static MultivaluedSupport |
MultivaluedSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultivaluedSupport[] |
MultivaluedSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseService(String id,
String[] aliases,
String name,
String descr,
MultivaluedSupport mvsupport) |
BaseService(String id,
String name,
String descr,
MultivaluedSupport mvsupport) |
| Constructor and Description |
|---|
AbstractToolService(String id,
String[] aliases,
String name,
String helpMessage,
MultivaluedSupport supportsMultivalued) |
AbstractToolService(String id,
String name,
String helpMessage,
MultivaluedSupport supportsMultivalued) |
Copyright © 2012–2020. All rights reserved.