public interface Config
Model configuration.
The Model used during the execution of tools is based on configuration data provided by this interface and its members.
Config data exposed through this interface is considered static at runtime.
However, classes and child classes implementing this interface and child
interfaces may also implement MutableConfig and mutable child
interfaces allowing the configuration data to be changed.
| Modifier and Type | Method and Description |
|---|---|
ClassificationNodeConfig |
getClassificationNodeConfigRoot() |
ClassificationNodeConfig getClassificationNodeConfigRoot()
ClassificationNodeConfig.Copyright © 2015–2017 AZYVA INC.. All rights reserved.