|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEvent
ConfChangeEvent
ConfChangeEvent extends Event and is specified with Subunit, ID of Domain and Conformation involved in Conformation change event
| Constructor Summary | |
ConfChangeEvent(double curTime,
double endTime,
java.lang.String[] assemNamesInvolved,
Subunit sub,
int domainID,
Conformation conf)
Constructs ConfChangeEvent which extends Event, with the specified Curent time, end time and names of Assemblies and Subunit involved, int domainID and Conformation conf |
|
| Method Summary | |
int |
getDomainID()
Gets the ID of Domain involved in ConfChangeEvent |
Conformation |
getNewConf()
Gets the Conformationt involved in ConfChangeEvent |
Subunit |
getSubunit()
Gets the subunit involved in ConfChangeEvent |
java.lang.String |
toString()
Prints the information of Assembly names, posting time, end time related to this ConfChangeEvent |
| 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 ConfChangeEvent(double curTime,
double endTime,
java.lang.String[] assemNamesInvolved,
Subunit sub,
int domainID,
Conformation conf)
curTime - double, Event post time TODO explain endTimeendTime - double, used for priorityassemNamesInvolved - String[]sub - SubunitdomainID - intconf - Conformation| Method Detail |
public Subunit getSubunit()
public int getDomainID()
public Conformation getNewConf()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||