Questions tagged [hierarchy]

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

A hierarchy is an arrangement of items (objects, names, values, categories, resources, etc.) in which the items are represented as being "above," "below," or "at the same level as" one another. Abstractly, a hierarchy is simply an ordered set or an acyclic directed graph.

A hierarchy can link entities either directly or indirectly, and either vertically or horizontally. The only direct links in a hierarchy, insofar as they are hierarchical, are to one's immediate superior or to one of one's subordinates, although a system that is largely hierarchical can also incorporate alternative hierarchies. Indirect hierarchical links can extend "vertically" upwards or downwards via multiple links in the same direction, following a path. All parts of the hierarchy which are not linked vertically to one another nevertheless can be "horizontally" linked through a path by traveling up the hierarchy to find a common direct or indirect superior, and then down again.

2838 questions
0
votes
1 answer

File hierarchy vs Package hierarchy in IDE(Eclipse)

Let assume I have such class: package com.stackoverflow.hierarchy; class A {} that is located in ~/MyProject/src/com/hierarchy Is that possible to avoid compilation errors in IDE for A-class (like *The declared package "com.stackoverflow.hierarchy"…
Michael Z
  • 3,883
  • 10
  • 43
  • 57
0
votes
4 answers

Hierarchy consideration

I have a game I am making that has a current class hierarchy of GenerateStats -> ClassStats -> CreateCharacter. I feel as though this may be going backwards. Stats don't have class stats, and class stats do not have characters. Am I going backwards?…
0
votes
2 answers

Treeview C# building Hierarchy WPF

how do i create a hierarchical structure in WPF using treeview?
BigBug
  • 6,202
  • 23
  • 87
  • 138
0
votes
2 answers

Need to get descendent items list in stored procedure

Description: There is table wich consist of two columns (ParentId and ChildId) that displays hierarchy of some entities. Each Id could be presented in ParentId column only one time. That means that each entity have only one child entity. Problem: I…
Anatolii Gabuza
  • 6,184
  • 2
  • 36
  • 54
0
votes
1 answer

Telerik Hierarchical RadGrid NeedDatasource: How to reference to ParentID?

I have a RadGrid and inside the RadGrid1.MasterTableView.NestedViewTemplate I have another RadGrid. The outer RadGrid is RadGrid1, the inner RadGrid is RadGrid2. Both the RadGrids were created from code behind. I've defined a relation, like…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
0
votes
1 answer

Walk through viewController hierarchy from other controller

i want to send a message to a tableView in another controller. Actually i am in detalViewController. The tableView i want to address is in DashboardViewController: -UIViewController --UIView ---UITableView //i want to address this tableView. How can…
brush51
  • 5,691
  • 6
  • 39
  • 73
0
votes
1 answer

App hierarchy gets disturbed when app receives push message with app not running in Android?

I have implemented C2DM in the application and everything seems to work properly when app is running. But in case app is not running and push message is received. On tap of push message in the notification panel a separate activity is called. This…
sunil
  • 9,541
  • 18
  • 66
  • 88
0
votes
1 answer

How to set up dynamic hierarchies in OLAP

I'm currently setting up a bi-solution, and having difficulties by defining the cube and its hierarchies. A part of the schema definition looks like this:
gapvision
  • 999
  • 1
  • 10
  • 30
0
votes
4 answers

Hierarchy Visual Design

I have a hierarchy of categories, where a category can have a single parent (and you can have multiple levels of children.) I'm investigating ways to display this information to the user and it seems like a basic vanilla tree layout is the most…
thekevinscott
  • 5,263
  • 10
  • 44
  • 57
0
votes
2 answers

What is a "common JavaScript library", and how do put code into mine?

Is it just my /javascript directory? I'm only guessing. I've had trouble uncovering the answer with google, actually. Looking into the context of the code I'm trying to apply, though, this seems to be the case.
Wolfpack'08
  • 3,982
  • 11
  • 46
  • 78
0
votes
0 answers

How to Display Two Levels of Custom Post Type in Alpha Order?

I need to display two levels of a custom post type posts in alpha order -- while maintaining the parent/child hierarchy. Here's my existing code: