protected static class

ShapeHierarchy.HierarchyStructure

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.maps.ShapeHierarchy.HierarchyStructure

Class Overview

A inner class used to store the child:parent relationship objects

Summary

Fields
public Map<String, Set<String>> childrenPool
public Map<String, Set<String>> parentsPool
public Map<String, List<String>> typedPair
Public Constructors
HierarchyStructure()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Map<String, Set<String>> childrenPool

public Map<String, Set<String>> parentsPool

public Map<String, List<String>> typedPair

Public Constructors

public HierarchyStructure ()