* Returns the Graph representing connectivity of resources within this document. * @hidden
()
| 108 | * @hidden |
| 109 | */ |
| 110 | public getGraph(): Graph<Property> { |
| 111 | return this._graph; |
| 112 | } |
| 113 | |
| 114 | /** Returns the {@link Logger} instance used for any operations performed on this document. */ |
| 115 | public getLogger(): ILogger { |
no outgoing calls