KarrLab / obj_tables

Tools for creating and reusing high-quality spreadsheets
https://objtables.org
MIT License
8 stars 2 forks source link

Potentially support SBtab-style of headings for nested tables for *-to-one relationships #91

Closed jonrkarr closed 5 years ago

jonrkarr commented 5 years ago

Example: !ClassAttribute:RelatedClassAttribute

jonrkarr commented 5 years ago

':" are allowed in the verbose names of attributes, and multiple attributes can have the same prefix to their verbose names.

However, unlike groups of columns that have a common heading that represent a *-to-one relationships, the ':' has no semantic meaning to obj_tables. Sets of attributes that have common prefixes to their verbose names and colons in their verbose names are simplify treated as unrelated attributes without any encapsulation into a related class.