|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBindingSiteType
BindingSiteType hold information that is common to every BindingSite of a certain type (compatibility with other BindingSites and tolerences).
| Constructor Summary | |
BindingSiteType()
Constructs a BindingSiteType using default parameters, sets tolerance to 0, ID and Conformation ID to -1. |
|
BindingSiteType(double[] t,
java.lang.String n,
java.util.Vector p)
Constructs a BindingSiteType with the given tolerances, id, name, and compatible partners. |
|
| Method Summary | |
void |
addPartner(java.lang.String pn)
Adds the name of a new BindingSiteType to the list of compatible BindingSiteTypes |
java.lang.String |
getName()
Returns name of this BindingSiteType |
java.util.Vector |
getPartners()
Gets the vector of names of compatible BindingSiteTypes (Strings) |
boolean |
isCompat(BindingSiteType bst)
Checks whether this BindingSiteType is compatible with the specified BindingSiteType bst |
void |
setConf(java.lang.String cname)
Sets this BindingSiteType's Conformation name |
java.lang.String |
toString()
Returns a String version of this BindingSiteType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BindingSiteType()
public BindingSiteType(double[] t,
java.lang.String n,
java.util.Vector p)
t - array of 3 doubles as the tolerencesn - String the name BindingSiteTypep - Vector of String, the names of compatible BindingSiteTypes| Method Detail |
public boolean isCompat(BindingSiteType bst)
bst - BindingSiteType, which is checked for compatibility
public void setConf(java.lang.String cname)
cname - String, the new conformation namepublic java.util.Vector getPartners()
public void addPartner(java.lang.String pn)
pn - String the name of a BindingSiteType to addpublic java.lang.String getName()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||