Skip to content

Class: Results

  • NOTE: this is an abstract class and should not be instantiated directly

URI: https://w3id.org/monarch/monarch-py/:Results

 classDiagram
    class Results
    click Results href "../Results"
      Results <|-- AssociationResults
        click AssociationResults href "../AssociationResults"
      Results <|-- CompactAssociationResults
        click CompactAssociationResults href "../CompactAssociationResults"
      Results <|-- AssociationTableResults
        click AssociationTableResults href "../AssociationTableResults"
      Results <|-- CategoryGroupedAssociationResults
        click CategoryGroupedAssociationResults href "../CategoryGroupedAssociationResults"
      Results <|-- EntityResults
        click EntityResults href "../EntityResults"
      Results <|-- MappingResults
        click MappingResults href "../MappingResults"
      Results <|-- MultiEntityAssociationResults
        click MultiEntityAssociationResults href "../MultiEntityAssociationResults"
      Results <|-- SearchResults
        click SearchResults href "../SearchResults"

      Results : limit

      Results : offset

      Results : total

Inheritance

Slots

Name Cardinality and Range Description Inheritance
limit 1
Integer
number of items to return in a response direct
offset 1
Integer
offset into the total number of items direct
total 1
Integer
total number of items matching a query direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://w3id.org/monarch/monarch-py/:Results
native https://w3id.org/monarch/monarch-py/:Results

LinkML Source

Direct

name: Results
from_schema: https://w3id.org/monarch/monarch-py
abstract: true
slots:
- limit
- offset
- total

Induced

name: Results
from_schema: https://w3id.org/monarch/monarch-py
abstract: true
attributes:
  limit:
    name: limit
    description: number of items to return in a response
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: limit
    owner: Results
    domain_of:
    - Results
    range: integer
    required: true
  offset:
    name: offset
    description: offset into the total number of items
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: offset
    owner: Results
    domain_of:
    - Results
    range: integer
    required: true
  total:
    name: total
    description: total number of items matching a query
    from_schema: https://w3id.org/monarch/monarch-py
    rank: 1000
    alias: total
    owner: Results
    domain_of:
    - Results
    range: integer
    required: true