public class NamespacesKt
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUILTIN_ENTITY_EVALUATOR_NAMESPACE
Built in entity evaluator namespace (for now only duckling).
|
static java.lang.String |
DEFAULT_APP_NAMESPACE
The default app namespace.
|
static java.lang.String |
TOCK_NAMESPACE
The Tock namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDefaultNamespace()
The Tock app namespace.
|
static java.lang.String |
getTockAppDefaultNamespace()
The internal app namespace - var only for tests.
Use property "tock_default_namespace" and as default value DEFAULT_APP_NAMESPACE.
|
static void |
setTockAppDefaultNamespace(java.lang.String p)
The internal app namespace - var only for tests.
Use property "tock_default_namespace" and as default value DEFAULT_APP_NAMESPACE.
|
@NotNull public static java.lang.String TOCK_NAMESPACE
The Tock namespace.
@NotNull public static java.lang.String BUILTIN_ENTITY_EVALUATOR_NAMESPACE
Built in entity evaluator namespace (for now only duckling).
@NotNull public static java.lang.String DEFAULT_APP_NAMESPACE
The default app namespace.
@NotNull public static java.lang.String getTockAppDefaultNamespace()
The internal app namespace - var only for tests. Use property "tock_default_namespace" and as default value DEFAULT_APP_NAMESPACE.
public static void setTockAppDefaultNamespace(@NotNull
java.lang.String p)
The internal app namespace - var only for tests. Use property "tock_default_namespace" and as default value DEFAULT_APP_NAMESPACE.
@NotNull public static java.lang.String getDefaultNamespace()
The Tock app namespace.