owlapy.model.HasIndex

class owlapy.model.HasIndex(*args, **kwargs)[source]

Bases: Protocol

Interface for types with an index; this is used to group objects by type when sorting.

Methods

type_index: ClassVar[int]

index for this type. This is a sorting index for the types.