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
Results <|-- AssociationResults
Results <|-- AssociationTableResults
Results <|-- EntityResults
Results <|-- SearchResults
Results : limit
Results : offset
Results : total
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
limit | 1..1 Integer |
number of items to return in a response | direct |
offset | 1..1 Integer |
offset into the total number of items | direct |
total | 1..1 Integer |
total number of items matching a query | direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
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