ch.nix.ert.keypartition
Class KeyGroup

java.lang.Object
  extended bych.nix.ert.keypartition.KeyGroup
All Implemented Interfaces:
java.lang.Comparable

public class KeyGroup
extends java.lang.Object
implements java.lang.Comparable

Author:
michi TODO Edit this text for a better description

Constructor Summary
KeyGroup(InternalKey keyGroupId)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 Node getDownlinkNode()
           
 InternalKey getKeyGroupId()
           
 Node getUplinkNode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyGroup

public KeyGroup(InternalKey keyGroupId)
Parameters:
keyGroupId - sets the unique ID of this KeyGroup.
Method Detail

getKeyGroupId

public InternalKey getKeyGroupId()
Returns:
Returns the KeyGroup ID.

getDownlinkNode

public Node getDownlinkNode()
Returns:
Returns the downlinkNode.

getUplinkNode

public Node getUplinkNode()
Returns:
Returns the uplinkNode.

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()


Copyright © 2004 Michael Kussmaul - Revision: 183 - Date: 2004-11-16T15:42:13.763853Z