|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEvent
FormBondEvent
FormBondEvent extends Event and is specified with two BindingSites involved in bond forming event
| Constructor Summary | |
FormBondEvent(double curTime,
double endTime,
java.lang.String[] assemNamesInvolved,
BindingSite bs,
BindingSite partner)
Constructs a FormBondEvent using the specified parameters |
|
| Method Summary | |
BindingSite |
getBS()
Returns the primary BindingSite involved in this FormBondEvent |
BindingSite |
getPartner()
Returns secondary BindingSite to be involved in this FormBondEvent |
void |
SetBS(BindingSite bsNew)
Change the primary BindingSite in this FormBondEvent to bsNew |
void |
SetPartner(BindingSite bsPartner)
Change the secondary BindingSite in this FormBondEvent to bsPartner |
java.lang.String |
toString()
Returns a String version of this FormBondEvent |
| Methods inherited from class Event |
compareTo, getAssemNamesInvolved, getEndTime, getPostTime, isValid, sameAssembly, setAssemNamesInvolved, setEndTime, setPostTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FormBondEvent(double curTime,
double endTime,
java.lang.String[] assemNamesInvolved,
BindingSite bs,
BindingSite partner)
curTime - double, time when the Event was found/sampledendTime - double, time when the Event will be completeassemNamesInvolved - String[], names of Assemblies involved in the eventbs - BindingSite, the BindingSite forming the bond from the first
Assembly named in assemNamesInvolvedpartner - BindingSite, the BindingSite forming the bond from the second
Assembly named in assemNamesInvolved| Method Detail |
public BindingSite getBS()
public BindingSite getPartner()
public void SetBS(BindingSite bsNew)
bsNew - BindingSite, new primary BindingSitepublic void SetPartner(BindingSite bsPartner)
bsPartner - BindingSite, new secondary BindingSitepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||