Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Category:Scout HG

Revision as of 14:56, 23 October 2011 by Dev.jmini.fr (Talk | contribs) (New page: category:Scout Image This category contains Scout '''hierarchical graph''' images. They show hierarchical relations between the scout concepts. The are similar to the class or interfa...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


This category contains Scout hierarchical graph images. They show hierarchical relations between the scout concepts. The are similar to the class or interface hierarchy graph, but they focus on the concepts developed in the wiki and not on the code.

Each node stands for a concept developed in this wiki. An edge from A to B indicates that B is a specific sub-concept of A.

There is one graph for each concept (this concept appears in red). In one graph not all concepts are represented (in order to keep the graph readable).

These graphs are generated with dot. The source code (dot) is provided in each image description.


Example

a NodePage (interface The Scout documentation has been moved to https://eclipsescout.github.io/.) is a specific type of Page (interface The Scout documentation has been moved to https://eclipsescout.github.io/.). Therefore there is an edge from NodePage to Page.

HG NodePage.png

This can also be seen in the java code in the interface declaration:

public interface IPageWithNodes extends IPage

Media in category "Scout HG"

The following 5 files are in this category, out of 5 total.

Back to the top