src/app/services/ontology-adjuster/ontology-adjuster.service.ts
OntologyAdjuster connection service.
Properties |
|
Methods |
|
constructor()
|
Constructs the ontology adjuster service. ~constructor |
Public adjustOntology |
adjustOntology()
|
Adjusts the ontology.
Returns :
void
|
Public calculatePath | ||||||
calculatePath(ontologyEntry?: OntologyEntry)
|
||||||
Calculate the ontology.
Parameters :
Returns :
any
|
Public recalculateOntology |
recalculateOntology()
|
Recalculate the ontology.
Returns :
void
|
Public ontology |
Default value : new Ontology()
|
Ontology data. |