mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
sneakers-the-rat
be21325123
- split off generated subclasses into "include" files, not sure if that's good, but in any case we have them separable now. - more work on cleanly un-nesting scalar and 1D-vector data into attributes and lists, respectively - brought the pydantic generator in-repo to do a bunch of overrides
22 lines
622 B
YAML
22 lines
622 B
YAML
name: core.nwb.epoch.include
|
|
id: core.nwb.epoch.include
|
|
imports:
|
|
- hdmf-common.table
|
|
- core.nwb.base
|
|
- nwb.language
|
|
- core.nwb.epoch.include
|
|
- core.nwb.epoch
|
|
default_prefix: core.nwb.epoch.include/
|
|
classes:
|
|
TimeIntervals__tags_index:
|
|
name: TimeIntervals__tags_index
|
|
description: Index for tags.
|
|
is_a: VectorIndex
|
|
TimeIntervals__timeseries:
|
|
name: TimeIntervals__timeseries
|
|
description: An index into a TimeSeries object.
|
|
is_a: TimeSeriesReferenceVectorData
|
|
TimeIntervals__timeseries_index:
|
|
name: TimeIntervals__timeseries_index
|
|
description: Index for timeseries.
|
|
is_a: VectorIndex
|