|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSubunitType
a SubunitType is a class of Subunits with common Conformations, Domains and BindingSites
| Constructor Summary | |
SubunitType()
Constructs SubunitType with default parameters |
|
SubunitType(java.util.Vector ds,
java.lang.String n,
Solution s,
double m,
double r)
Constructs SubunitType with specified parameters, |
|
| Method Summary | |
java.util.Vector |
getConfsAtDomain(int d)
Returns vector of possible conformations of Domain with id d |
java.util.Vector |
getConfSets()
Returns Vector of Vectors of all Conformations for this SubunitType |
double |
getMass()
Returns this SubunitType's mass |
java.lang.String |
getName()
Gets the name of this SubunitType |
double |
getRadius()
Returns this SubunitType's radius |
boolean |
isConf(Conformation c,
int di)
Returns true if Conformation c is a possible conformation of Domain di, false if not |
boolean |
isEqual(SubunitType s)
Returns if s is the same as this SubunitType |
java.lang.String |
toString()
Returns a String version of this SubunitType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SubunitType()
public SubunitType(java.util.Vector ds,
java.lang.String n,
Solution s,
double m,
double r)
ds - Vector which includes Domain information of this SubunitTypen - String the name of this SubunitTypes - Soltionm - double mass of this SubunitTyper - double radius of this SubunitType| Method Detail |
public java.util.Vector getConfSets()
public java.util.Vector getConfsAtDomain(int d)
d - int Domain id
public double getMass()
public double getRadius()
public java.lang.String toString()
public boolean isConf(Conformation c,
int di)
public java.lang.String getName()
public boolean isEqual(SubunitType s)
s - SubunitType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||