fybdp-d3-kg
Version:
Knowledge Graph using React and D3.js
16 lines (15 loc) • 454 B
TypeScript
export declare class PrefixRepresentationModule {
/** variable defs **/
prefixRepresentationModule: {};
currentPrefixModel: {};
private graph;
constructor(graph: any);
updatePrefixModel(): void;
validURL(url: any): boolean;
private _validURL;
splitURLIntoBaseAndResource(fullURL: any): {
base: string;
resource: string;
};
getPrefixRepresentationForFullURI(fullURL: any): any;
}