Class | Description |
---|---|
DijkstraSolver |
This class applies the Dijkstra algorithm to get the shortest path between
two nodes.
|
GexfConverter |
This class converts a metamodel discoverer into a graph GEXF file.
|
ModelHelper |
Utility class con basic model actions.
|
Utilities for the JSON discoverer.
In particular, we have implemented
DijkstraSolver
).
The algorithm has been especially adapted to search path in EMF modelsGexfConverter
). This utility is used to generate graph representations
out of EMF models. In the context of the JSON discoverer, it is used to represent JSON-based Web APIs
as graphs and therefore facilitate the visualiation of APIs compositionsModelHelper
)