Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
Modifier and Type | Method and Description |
---|---|
NodeType |
TreeDB.getNodeType(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NodeType> |
TreeDB.getTypes()
Method to get map of element types in form of pairs String type name -> NodeType
|
Modifier and Type | Method and Description |
---|---|
void |
TreeDB.createType(NodeType newType) |