diff --git a/_modules/index.html b/_modules/index.html index d064831..ca33cfe 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -78,14 +78,13 @@

All modules for which code is available

  • owlapy.iri
  • +
  • owlapy.meta_classes
  • owlapy.namespaces
  • owlapy.owl_annotation
  • owlapy.owl_axiom
  • owlapy.owl_class_expression
  • -
  • owlapy.owl_data
  • owlapy.owl_individual
  • owlapy.owl_literal
  • owlapy.owl_property
  • @@ -128,18 +124,6 @@

    Classes

    HasIndex

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

    -

    HasIRI

    -

    Simple class to access the IRI.

    - -

    HasOperands

    -

    An interface to objects that have a collection of operands.

    - -

    HasFiller

    -

    An interface to objects that have a filler.

    - -

    HasCardinality

    -

    An interface to objects that have a cardinality.

    -
    @@ -160,109 +144,6 @@

    Classes

    -
    -
    -class owlapy.has.HasIRI[source]
    -

    Simple class to access the IRI.

    -
    -
    -__slots__ = ()
    -
    - -
    -
    -abstract get_iri() IRI[source]
    -

    Gets the IRI of this object.

    -
    -
    Returns:
    -

    The IRI of this object.

    -
    -
    -
    - -
    - -
    -
    -class owlapy.has.HasOperands[source]
    -

    Bases: Generic[_T]

    -

    An interface to objects that have a collection of operands.

    -
    -
    Parameters:
    -

    _T – Operand type.

    -
    -
    -
    -
    -__slots__ = ()
    -
    - -
    -
    -abstract operands() Iterable[_T][source]
    -

    Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent -classes axiom.

    -
    -
    Returns:
    -

    The operands.

    -
    -
    -
    - -
    - -
    -
    -class owlapy.has.HasFiller[source]
    -

    Bases: Generic[_T]

    -

    An interface to objects that have a filler.

    -
    -
    Parameters:
    -

    _T – Filler type.

    -
    -
    -
    -
    -__slots__ = ()
    -
    - -
    -
    -abstract get_filler() _T[source]
    -

    Gets the filler for this restriction. In the case of an object restriction this will be an individual, in -the case of a data restriction this will be a constant (data value). For quantified restriction this will be -a class expression or a data range.

    -
    -
    Returns:
    -

    the value

    -
    -
    -
    - -
    - -
    -
    -class owlapy.has.HasCardinality[source]
    -

    An interface to objects that have a cardinality.

    -
    -
    -__slots__ = ()
    -
    - -
    -
    -abstract get_cardinality() int[source]
    -

    Gets the cardinality of a restriction.

    -
    -
    Returns:
    -

    The cardinality. A non-negative integer.

    -
    -
    -
    - -
    - diff --git a/autoapi/owlapy/index.html b/autoapi/owlapy/index.html index 0b357af..bdcff4c 100644 --- a/autoapi/owlapy/index.html +++ b/autoapi/owlapy/index.html @@ -60,11 +60,11 @@
  • Submodules
  • +
  • owlapy.meta_classes
  • owlapy.namespaces
  • owlapy.owl_annotation
  • owlapy.owl_axiom
  • owlapy.owl_class_expression
  • -
  • owlapy.owl_data
  • owlapy.owl_individual
  • owlapy.owl_literal
  • owlapy.owl_property
  • @@ -276,7 +276,7 @@

    Classes