|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.softsyn.util.DIFHierarchyUtilities
public class DIFHierarchyUtilities
The DIFHierarchy utilities. This class contains utilities for manipulating DIFHierarchy.
Method Summary | |
---|---|
static java.util.LinkedList |
retrieveHierarchies(DIFHierarchy hierarchy)
This method will retrieve all hierarchies inside the top level DIFHierarchy and put them into a LinkedList
in depth first order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.LinkedList retrieveHierarchies(DIFHierarchy hierarchy)
LinkedList
in depth first order. Hierarchies in the same level are stored in a
LinkedList
. This method returns a LinkedList
of LinkedList
s of DIFHierarchy
s in the
lowest level first order.
hierarchy
- A DIFHierarchy object.
LinkedList
of LinkedList
s of DIFHierarchy
s.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |