HierarchicalElement

Represents an element which belongs to some hierarchy.

Inheritors

Functions

Link copied to clipboard
Returns the child elements, or the empty set if there are no child elements.
Link copied to clipboard
abstract fun getDescription(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
@Nullable
abstract fun getParent(): HierarchicalElement
Returns the parent of this element, or null if there is no parent.