Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type hierarchies #93

Closed
goodmami opened this issue Jan 20, 2017 · 0 comments
Closed

Type hierarchies #93

goodmami opened this issue Jan 20, 2017 · 0 comments
Milestone

Comments

@goodmami
Copy link
Member

Add to the tfs module, or perhaps make a new one, for modeling type hierarchies.

Since Python has multiple-inheritance, it might be possible to do this with metaclasses. I.e., each TDL type gets a Python class. But that might be more trouble than it's worth.

Type hierarchies are one requirement for doing subsumption checking (e.g. for VPM or SEM-I)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant