Slot: class_call
Class instantiation and call (alternative to callable/function). Use for external library classes that need init then call. Example: Bold monitor from tvboptim.
URI: tvbo:slot/class_call Alias: class_call
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| FunctionCall | Invocation of a function in a pipeline | no |
Properties
- Range: ClassReference
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/tvbo
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | tvbo:class_call |
| native | tvbo:class_call |
LinkML Source
name: class_call
description: 'Class instantiation and call (alternative to callable/function). Use
for external library classes that need __init__ then __call__. Example: Bold monitor
from tvboptim.'
from_schema: https://w3id.org/tvbo
rank: 1000
alias: class_call
owner: FunctionCall
domain_of:
- FunctionCall
range: ClassReference
inlined: true