Top "Hierarchy" questions

For issues relating to creating, maintaining, or displaying a hierarchy of data or resources, etc.

Build JSON Hierarchy from Structured Data

C# | .NET 4.5 | Entity Framework 5 I have data coming back from a SQL Query in the form of ID,ParentID,Name. …

c# json entity-framework json.net hierarchy
Maven naming conventions for hierarchical multiple module projects

I've got a question on Maven naming conventions (groupId, artifactId and directory names) in a multiple module project with a …

maven naming-conventions hierarchy directory-structure multi-module
How to find where an abstract method is implemented in Eclipse?

I would like to find where an abstract method is implemented, in which class? Is there a link in Eclipse …

java eclipse hierarchy abstract
Is it OK to have an empty method?

Is it OK to have an empty method and have it overridden in its subclass(es)? This is how it …

java oop subclass hierarchy chess
Drupal 7: Pathauto hierarchical taxonomy terms pattern

I have a Drupal 7.9 taxonomy vocabulary according to the following scheme: category-1 category-1 > subcategory-1-1 category-1 > subcategory-1-2 …

drupal-7 design-patterns hierarchy taxonomy
Retrieving Hierarchical/Nested Data From CouchDB

I'm pretty new to couchDB and even after reading (latest archive as now deleted) http://wiki.apache.org/couchdb/How_…

nested couchdb hierarchy hierarchical-data
Java Generics: set List of superclass using List of subclass

If I have a method in MyClass such as setSuperClassList(List<Superclass>) ...should I be able to do …

java generics class hierarchy
Linq extension method, how to find child in collection recursive

I'm already familiar with Linq but have little understanding of extension methods I'm hoping someone can help me out. So …

c# linq recursion extension-methods hierarchy
Tree drawing orientation

I've made a slightly modified tree using the tree layout. I needed to orient the tree right-to-left instead of the …

d3.js hierarchy
Flatten Adjacency List Hierarchy To A List Of All Paths

I have a Table that stores Hierarchical information using the Adjacency List model. (uses a self referential key - example …

sql hierarchy adjacency-list flatten