* Class: AIPathGraph2D
#author("2024-02-10T19:03:00+00:00","","")

- inherit from: AIPathGraph~
** Constructors
- ''new AIPathGraph2D''(nodes: Map): AIPathGraph2D~
-- ''nodes''~
** Methods
- ''addNode''(nid: string, node: AIPathNode, biRelations: boolean): AIPathNode~
-- ''nid''~
-- ''node''~
-- ''biRelations''~
~
- ''findNode''(predicateFn: Function)~
-- ''predicateFn''~
~
- ''findNodes''(predicateFn: Function)~
-- ''predicateFn''~
~
- ''getDistance''(a: AIPathNode, b: AIPathNode): number~
-- ''a''~
-- ''b''~
~
- ''getNode''(nid: string): AIPathNode~
-- ''nid''~
~
- ''loadFromFile''(path: string): Promise~
-- ''path''~
~
- ''removeNode''(nid: string): void~
-- ''nid''~
~
- ''removeNodeRelation''(nid: string, cnid: string): void~
-- ''nid''~
-- ''cnid''~
~
- ''reset''(): void~
~
- ''setNodeProperties''(nid: string, properties: Partial): void~
-- ''nid''~
-- ''properties''~


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes