interface NodeSingularCompound {
    isChild(): boolean;
    isChildless(): boolean;
    isOrphan(): boolean;
    isParent(): boolean;
}

Hierarchy (view full)

Methods