HERD
- See also:
Format Specification or Source Specification for HERD.
- class types.hdmf_experimental.HERD(varargin)[source]
Bases:
types.hdmf_common.Container,types.untyped.GroupClassHERD - HDMF External Resources Data Structure. A set of six tables for tracking external resource references in a file or across multiple files.
- Required Properties*:
- Constructor Summary
- HERD(varargin)
-
- Syntax:
hERD =
types.hdmf_experimental.HERD`() creates a :class:`HERDobject with unset property values.hERD =
types.hdmf_experimental.HERD`(Name, Value) creates a :class:`HERDobject where one or more property values are specified using name-value pairs.- Input Arguments (Name-Value Arguments):
entities (
Data) - A table for mapping user terms (i.e., keys) to resource entities.entity_keys (
Data) - A table for identifying which keys use which entity.files (
Data) - A table for storing object ids of files used in external resources.keys (
Data) - A table for storing user terms that are used to refer to external resources.object_keys (
Data) - A table for identifying which objects use which keys.objects (
Data) - A table for identifying which objects in a file contain references to external resources.
- Output Arguments:
hERD (
types.hdmf_experimental.HERD) - AHERDobject
- Property Summary
Tip
* If a required property link is not functional, the property may be defined in a superclass. Please refer to the superclass documentation.