|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDomain
Domain class holds Conformation information for a Domain in a Subunit
| Constructor Summary | |
Domain(java.lang.String stname,
java.util.Vector c,
javax.vecmath.Vector3d pos,
int di)
Constructs a Domain with specified parameters (SubunitType ID, Vector of Conformations, Vector of Positions, Domain id) |
|
Domain(java.lang.String stname,
java.util.Vector c,
javax.vecmath.Vector3d pos,
int di,
Conformation cc)
Constructs a Domain with specified parameters (SubunitType ID, Vector of Conformations, Vector of Positions, Domain id, current Conformation) |
|
| Method Summary | |
boolean |
changeConf(Conformation newconf)
Changes this Domain's current Conformation to newconf, returns true on success, false on failure |
java.util.HashMap |
getConfMaps()
|
java.util.Vector |
getConfs()
Returns vector of Conformations for this Domain |
Conformation |
getCurConf()
Returns the current Conformation for this Domain |
int |
getDomainId()
|
javax.vecmath.Vector3d |
getPos()
Returns the position of this Domain in the Subunit |
java.lang.String |
toString()
Returns a String version of this Domain |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Domain(java.lang.String stname,
java.util.Vector c,
javax.vecmath.Vector3d pos,
int di)
stname - String, the name of the SubunitType associated with this
Domainc - Vector of Conformationspos - Vector3D postion of this Domain in the Subunitdi - Domain id
public Domain(java.lang.String stname,
java.util.Vector c,
javax.vecmath.Vector3d pos,
int di,
Conformation cc)
stname - String, the name of the SubunitType associated with this
Domainc - Vector of Conformationspos - Vector3D postion of this Domain in the Subunitdi - Domain idcc - Conformation, current Conformation for this Domain| Method Detail |
public java.util.HashMap getConfMaps()
public java.util.Vector getConfs()
public javax.vecmath.Vector3d getPos()
public boolean changeConf(Conformation newconf)
newconf - changing this Domain's current Conformation to newconf
public Conformation getCurConf()
public int getDomainId()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||