|
|||||||||||
| 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
Implements a an abstract StructureComponent container for conformation (secondary structure) data.
See the "PROGRAMMING NOTE" section of the StructureComponent class.
Atom,
Structure,
StructureComponent,
StructureComponentIterator,
,
Serialized Form| Field Summary | |
java.lang.String |
end_chain
This value corresponds to the end Atom.chain_id value. |
java.lang.String |
end_compound
For example, "ALA", "GLU", "LYS", etc. |
int |
end_residue
This value corresponds to the end Atom.residue_id value. |
java.lang.String |
name
For example, "helix_BA", "turn_1A" |
java.lang.String |
start_chain
This value corresponds to the start Atom.chain_id value. |
java.lang.String |
start_compound
For example, "ALA", "GLU", "LYS", etc. |
int |
start_residue
This value corresponds to the Atom.residue_id value. |
static java.lang.String |
TYPE_UNDEFINED
If a residue conformation / chain fragment type is not defined, use this value. |
| Fields inherited from class edu.sdsc.mbt.StructureComponent |
structure |
| Constructor Summary | |
Conformation()
|
|
| 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. |
| Methods inherited from class edu.sdsc.mbt.StructureComponent |
getStructure, getStructureComponentType, isVisible, setStructure |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String TYPE_UNDEFINED
public java.lang.String name
public java.lang.String start_compound
public java.lang.String start_chain
public int start_residue
public java.lang.String end_compound
public java.lang.String end_chain
public int end_residue
| Constructor Detail |
public Conformation()
| Method Detail |
public void copy(StructureComponent structureComponent)
copy in class StructureComponent
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class StructureComponentjava.lang.CloneNotSupportedExceptionpublic 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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||