public interface TinyTree
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassDef> |
getClasses()
Gets all the classes in the mappings.
|
Map<String,ClassDef> |
getDefaultNamespaceClassMap()
Gets the map from the default namespace class names to the class mappings.
|
TinyMetadata |
getMetadata()
Gets the metadata of this mapping tree.
|
TinyMetadata getMetadata()
Map<String,ClassDef> getDefaultNamespaceClassMap()
Collection<ClassDef> getClasses()