public class Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
getConcepts() |
String |
getId() |
String |
getLabel() |
List<Param> |
getParams() |
boolean |
hasConcepts() |
boolean |
isClaim() |
Category |
setClaim(boolean claim) |
Category |
setConcepts(List<Concept> concepts) |
Category |
setId(String id) |
Category |
setLabel(String label) |
Category |
setParams(List<Param> params) |
Copyright © 2025. All rights reserved.