Class BreakBondEvent

java.lang.Object
  extended byEvent
      extended byBreakBondEvent
All Implemented Interfaces:
java.lang.Comparable

public class BreakBondEvent
extends Event

BreakBondEvent and is specified with two BindingSites involved in bond break event


Constructor Summary
BreakBondEvent(double curTime, double endTime, java.lang.String[] assemNamesInvolved, BindingSite bs, BindingSite partner)
          Constructs a subclass of Event, First three parameters are used for Event Construction.
 
Method Summary
 BindingSite getBS()
          Returns BindingSite involved in this BreakBondEvent
 BindingSite getPartner()
          Returns BindingSite to be involved in this BreakBondEvent
 java.lang.String toString()
          Prints the information of Assemblies, BindingSite and Subunit involved in this BreakBondEvent
 
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

BreakBondEvent

public BreakBondEvent(double curTime,
                      double endTime,
                      java.lang.String[] assemNamesInvolved,
                      BindingSite bs,
                      BindingSite partner)
Constructs a subclass of Event, First three parameters are used for Event Construction. BindingSite bs and partner are involved in the break of a bond

Parameters:
curTime - double, Event post time
endTime - double, used for priority
assemNamesInvolved - String[]
bs - BindingSite
partner - BindingSite
Method Detail

getBS

public BindingSite getBS()
Returns BindingSite involved in this BreakBondEvent

Returns:
BindingSite

getPartner

public BindingSite getPartner()
Returns BindingSite to be involved in this BreakBondEvent

Returns:
BindingSite

toString

public java.lang.String toString()
Prints the information of Assemblies, BindingSite and Subunit involved in this BreakBondEvent

Returns:
String