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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CpdFamily
public CpdFamily()
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)