com.ibm.websphere.pmi.client
Class CpdFamily

java.lang.Object
  |
  +--com.ibm.websphere.pmi.client.CpdFamily

public class CpdFamily
extends java.lang.Object

The CpdFamily is a 4.0 class and will be supported in 5.0. It helps to display related data in the same table from GUI.


Constructor Summary
CpdFamily()
           
 
Method Summary
static java.lang.String getColumn(CpdData d1)
           
static java.lang.String getFamilyName(CpdData d1)
           
static java.lang.String getRow(CpdData d1)
           
static boolean isSameColumn(CpdData d1, CpdData d2)
           
static boolean isSameFamily(CpdData d1, CpdData d2)
          Return whether the two objects are in the same family.
static boolean isSameRow(CpdData d1, CpdData d2)
          Return whether the two objects are in the same row
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CpdFamily

public CpdFamily()
Method Detail

isSameFamily

public static boolean isSameFamily(CpdData d1,
                                   CpdData d2)
Return whether the two objects are in the same family. Data in same family could be displayed in the same table in Resource analyzer.


isSameRow

public static boolean isSameRow(CpdData d1,
                                CpdData d2)
Return whether the two objects are in the same row


isSameColumn

public static boolean isSameColumn(CpdData d1,
                                   CpdData d2)

getRow

public static java.lang.String getRow(CpdData d1)

getColumn

public static java.lang.String getColumn(CpdData d1)

getFamilyName

public static java.lang.String getFamilyName(CpdData d1)


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.