|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectConformation
Conformation holds information about a particular conformation Domain of a Subunit (energy, SubunitType, Domain, BindingSites present in this Conformation)
| Constructor Summary | |
Conformation()
Constructs a default conformation |
|
Conformation(java.util.Vector bs,
double e,
java.lang.String n)
Constructs a Conformation with specified BindingSite Vector bs, energy e, and name. |
|
| Method Summary | |
boolean |
bound()
Checks if any BindingSite in this Conformation is bound, if so, returns true |
java.util.Vector |
getBindSites()
Returns the bindingsites present in this conformation |
int |
getDomainID()
Returns the ID of this Conformation's Domain |
double |
getE()
Returns of energy of this Conformation |
java.lang.String |
getName()
Returns the name of this Conformation |
java.util.Vector |
getSites()
Returns Vector of BindingSites present in this Conformation |
boolean |
hasBS(BindingSite bs)
Returns true if this Conformation contains the BindingSite bs |
boolean |
isEqual(Conformation c)
Returns true if c is equal to this |
void |
setSubunitType(java.lang.String stname,
int did)
Sets the name of SubunitType in this Conformation to stname, sets the ID of Domain of this Conformation to did |
java.lang.String |
toString()
Returns a String version of this Conformation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Conformation()
public Conformation(java.util.Vector bs,
double e,
java.lang.String n)
bs - Vector of BindingSitee - double energyn - String name of this Conformation| Method Detail |
public java.util.Vector getBindSites()
public boolean bound()
public boolean hasBS(BindingSite bs)
bs - BindingSite to be checked
public void setSubunitType(java.lang.String stname,
int did)
stname - String stnamedid - int Domain IDpublic java.lang.String getName()
public int getDomainID()
public double getE()
public java.util.Vector getSites()
public boolean isEqual(Conformation c)
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||