|
|||||||||||
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.Strand
Implements a StructureComponent container for Strand conformation (secondary structure) data.
IMPORTANT!: Each individual SHEET record in most data sources (eg: PDB and mmCIF files) really represents a single STRAND. And, it takes multiple SHEET records in order to fully specify a sheet structure. So, in this toolkit, we treat each individual sheet record as a Strand.
See the "PROGRAMMING NOTE" section of the StructureComponent class.
Structure
,
Conformation
,
,
Serialized FormField Summary |
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 | |
Strand()
Creates a new Strand 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 |
Constructor Detail |
public Strand()
Method Detail |
public static java.lang.String getClassName()
StructureComponent
This 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 StructureComponent
public void copy(StructureComponent structureComponent)
copy
in class Conformation
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Conformation
java.lang.CloneNotSupportedException
public boolean isVisible()
isVisible
in class StructureComponent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |