interface EdgeSingularData {
    isLoop(): boolean;
    isSimple(): boolean;
}

Hierarchy (view full)

Methods