| Package | Description |
|---|---|
| net.automatalib.commons.util.lib |
| Modifier and Type | Method and Description |
|---|---|
static LoadPolicy |
LoadPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadPolicy[] |
LoadPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibLoader.loadLibrary(Class<?> clazz,
String name,
LoadPolicy policy)
Loads a native library with the given
load policy. |
Copyright © 2019. All rights reserved.