okomarov/getSubclas​ses

List subclasses and their dependency graph
45 download
Aggiornato 1 lug 2016

Description
Matlab function to list subclasses and dependencies
Syntax
getSublasses(ROOTCLASS, [ROOTPATH])

Lists all subclasses of ROOTCLASS and their node dependency. ROOTCLASS can be a string with the name of the class, an object or a meta.class().

It looks for subclasses in the ROOTPATH folder and in all its subfolders (at any depth). If ROOTPATH is not specified, it is set to the folder where ROOTCLASS is located. ROOTCLASS can also be a negative integer indicating how many folders above that of ROOTCLASS to begin the search.
Output

Produces a table with names, from and to nodes, i.e. the current and the node of the direct subclass.

If the getSubclasses() is called without an output, it will plot a graph() with the dependencies (requires version R2015b).

Example
which sde
C:\Program Files\MATLAB\R2016a\toolbox\finance\finsupport\@sde\sde.m % sde constructor

getSubclasses('sde','C:\Program Files\MATLAB\R2016a\toolbox\finance\finsupport\');

Cita come

Oleg Komarov (2024). okomarov/getSubclasses (https://github.com/okomarov/getSubclasses), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Verification, Validation, and Test in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
1.0.0.0

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.