|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.sdsc.mbt.StructureComponent
edu.sdsc.mbt.Conformation
edu.sdsc.mbt.Helix
Implements a StructureComponent container for Helix conformation (secondary structure) data.
See the "PROGRAMMING NOTE" section of the StructureComponent class.
Structure,
Conformation,
,
Serialized Form| Field Summary | |
boolean |
righthand
TRUE=righthanded, FALSE=lefthanded |
| Fields inherited from class edu.sdsc.mbt.Conformation |
end_chain, end_compound, end_residue, name, start_chain, start_compound, start_residue, TYPE_UNDEFINED |
| Fields inherited from class edu.sdsc.mbt.StructureComponent |
structure |
| Constructor Summary | |
Helix()
Creates a new Helix object. |
|
| Method Summary | |
java.lang.Object |
clone()
Clone this object. |
void |
copy(StructureComponent structureComponent)
Copy all of the field values from the parameter object into "this". |
static java.lang.String |
getClassName()
This method returns the fully qualified name of this class. |
java.lang.String |
getStructureComponentType()
This method returns the fully qualified name of this class. |
boolean |
isVisible()
|
| Methods inherited from class edu.sdsc.mbt.StructureComponent |
getStructure, setStructure |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean righthand
| Constructor Detail |
public Helix()
| Method Detail |
public static java.lang.String getClassName()
StructureComponentThis name is used by the StructureComponentRegistry class to enable dynamic registration and discovery of new StructureComponent sub-classes/types. The name is also used to create instances of any sublcass dynamically from this name.
public java.lang.String getStructureComponentType()
getStructureComponentType in class StructureComponentpublic void copy(StructureComponent structureComponent)
copy in class Conformation
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class Conformationjava.lang.CloneNotSupportedExceptionpublic boolean isVisible()
isVisible in class StructureComponent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||