PIP.Domains.Family
Class Cath

java.lang.Object
  extended by PIP.Domains.Family.HierarchicalFamily
      extended by PIP.Domains.Family.Cath
All Implemented Interfaces:
java.io.Serializable, Family

public class Cath
extends HierarchicalFamily

See Also:
Serialized Form

Constructor Summary
Cath(int c, int a, int t, int h, int f)
           
Cath(java.lang.String clss)
           
 
Method Summary
 int getArch()
           
 int getCls()
           
 int getFam()
           
 HFType getFamilyType()
           
 int getHomol()
           
 java.lang.String getLevel(int n)
           
 int getLevels()
           
 int getTopol()
           
 
Methods inherited from class PIP.Domains.Family.HierarchicalFamily
compareAt, compareTo, equals, hashCode, toString, withLevels
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cath

public Cath(java.lang.String clss)

Cath

public Cath(int c,
            int a,
            int t,
            int h,
            int f)
Method Detail

getFamilyType

public HFType getFamilyType()

getCls

public int getCls()

getArch

public int getArch()

getTopol

public int getTopol()

getHomol

public int getHomol()

getFam

public int getFam()

getLevel

public java.lang.String getLevel(int n)
Specified by:
getLevel in class HierarchicalFamily

getLevels

public int getLevels()
Specified by:
getLevels in class HierarchicalFamily