Modifier and Type | Method and Description |
---|---|
ConceptBreakdown |
Database.addConceptBreakdown(String code) |
ConceptBreakdown |
Database.addConceptBreakdown(String parentCode,
String code) |
ConceptBreakdown |
ConceptBreakdown.getCodeBreakdown(String conceptCode)
Returns this or a child BreakdownInfo with the given code, which might
include '\' separators to define a path of concept codes.
|
ConceptBreakdown |
Database.getRoot()
Returns the database root
Concept . |
ConceptBreakdown |
Database.setRoot(String code)
Creates and sets a new root concept breakdown for the database.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ConceptBreakdown> |
ConceptBreakdown.getChildBreakdownInfos()
Breakdown of this chapter in subchapters or work units.
|
Modifier and Type | Method and Description |
---|---|
Concept |
Database.getConcept(ConceptBreakdown bd)
Returns the concept related to a concept breakdown.
|
Copyright © 2014 DiSiD Technologies. All rights reserved.