-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.d.ts.tocopy
75 lines (65 loc) · 3.18 KB
/
index.d.ts.tocopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*
* Copyright (c) 2016-present, IBM Research
* Licensed under The MIT License [see LICENSE for details]
*/
/*
Do not regenerate this file. TSC cannot generate proper code for it.
Update it manually to fit index.js
*/
export { default as Node } from "./node";
export { default as HKNode } from "./node";
export { default as Context } from "./context";
export { default as HKContext } from "./context";
export { default as Connector } from "./connector";
export { default as HKConnector } from "./connector";
export { default as Reference } from "./reference";
export { default as HKReference } from "./reference";
export { default as Link } from "./link";
export { default as HKLink } from "./link";
export { default as Trail } from "./trail";
export { default as HKTrail } from "./trail";
export { default as HKEntity } from "./hkentity";
export { default as HKGraph } from "./hkgraph";
export { default as VirtualNode } from "./virtualnode";
export { default as HKVirtualNode } from "./virtualnode";
export { default as VirtualContext } from "./virtualcontext";
export { default as HKVirtualContext } from "./virtualcontext";
export { default as VirtualLink } from "./virtuallink";
export { default as HKVirtualLink } from "./virtuallink";
export { default as Types } from "./types";
export { default as HKTypes } from "./types";
export { NODE as NODE_TYPE } from "./types";
export { CONTEXT as CONTEXT_TYPE } from "./types";
export { REFERENCE as REFERENCE_TYPE } from "./types";
export { LINK as LINK_TYPE } from "./types";
export { CONNECTOR as CONNECTOR_TYPE } from "./types";
export { BIND as BIND_TYPE } from "./types";
export { INTERFACE as INTERFACE } from "./types";
export { TRAIL as TRAIL_TYPE } from "./types";
export { VIRTUAL_NODE as VIRTUAL_NODE } from "./types";
export { VIRTUAL_CONTEXT as VIRTUAL_CONTEXT } from "./types";
export { VIRTUAL_SOURCE_PROPERTY } from "./types";
export { default as RoleTypes } from "./roletypes";
export { default as HKRoleTypes } from "./roletypes";
export { OBJECT as OBJECT } from "./roletypes";
export { SUBJECT as SUBJECT } from "./roletypes";
export { PARENT as PARENT } from "./roletypes";
export { CHILD as CHILD } from "./roletypes";
export { default as ConnectorClass } from "./connectorclass";
export { default as HKConnectorClass } from "./connectorclass";
export { HIERARCHY as HIERARCHY } from "./connectorclass";
export { FACTS as FACTS } from "./connectorclass";
export { REASONING as REASONING } from "./connectorclass";
export { CONSTRAINT as CONSTRAINT } from "./connectorclass";
export { CAUSAL as CAUSAL } from "./connectorclass";
export { POSSIBILITY as POSSIBILITY } from "./connectorclass";
export { POSSIBILITYRESOLVER as POSSIBILITYRESOLVER } from "./connectorclass";
export { default as hyperify } from "./hyperify";
export { default as deserialize } from "./deserialize";
export { default as Constants } from "./constants";
export { default as HKDatasource } from "./datasource/hkdatasource";
export { default as HKRepository } from "./datasource/hkrepository";
export { default as GraphBuilder } from "./graphbuilder";
export { default as FI } from "./fi/fi";
export { default as FIOperator } from "./fi/fioperator";
export { default as FIAnchor } from "./fi/fianchor";