public interface ProcessorMeta extends Descriptive, HasVersion
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns the optional category name or
null if not set. |
Map<String,Object> |
getFeatures()
Returns the processor features.
|
void |
setCategory(String category)
Sets the category name.
|
void |
setFeatures(Map<String,Object> features)
Sets the (optional) processor features.
|
getDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersionMap<String,Object> getFeatures()
null.void setFeatures(Map<String,Object> features)
null.features - the processor features.String getCategory()
null if not set.void setCategory(String category)
category - the category name.Copyright © 2016–2019 Softelnet. All rights reserved.