|
|||||||||||
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.Coil
Implements a StructureComponent container for Coil conformation (secondary structure) data.
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 | |
Coil()
Creates a new Coil 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 Coil()
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 |