add hierarchy docs

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-08-04 20:02:49 +02:00
parent 110381c0af
commit 29118f59d9
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -19,6 +19,9 @@ import { TxProcessor } from './tx'
import core from './component'
/**
* @public
*/
export class Hierarchy {
private readonly classes = new Map<Ref<Class<Obj>>, Class<Obj>>()
private readonly attributes = new Map<Ref<Class<Obj>>, Map<string, AnyAttribute>>()