JGraphLayout
v1.4.0.2


com.jgraph.layout.hierarchical.model
Class JGraphHierarchyRank

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byjava.util.LinkedHashSet
                  extended bycom.jgraph.layout.hierarchical.model.JGraphHierarchyRank
All Implemented Interfaces:
Cloneable, Collection, Serializable, Set

public class JGraphHierarchyRank
extends LinkedHashSet

An abstraction of a rank in the hierarchy layout. Should be ordered, perform remove in constant time and contains in constant time

See Also:
Serialized Form

Constructor Summary
JGraphHierarchyRank()
           
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Constructor Detail

JGraphHierarchyRank

public JGraphHierarchyRank()

JGraphLayout
v1.4.0.2


Copyright (C) 2005 JGraph.com. All rights reserved.