org.jmol.modelset
Class ModelCollection.Structure

java.lang.Object
  extended by org.jmol.modelset.ModelCollection.Structure
Enclosing class:
ModelCollection

private static class ModelCollection.Structure
extends java.lang.Object


Field Summary
(package private)  char endChainID
           
(package private)  int endSeqcode
           
(package private)  int modelIndex
           
(package private)  int serialID
           
(package private)  char startChainID
           
(package private)  int startSeqcode
           
(package private)  int strandCount
           
(package private)  java.lang.String structureID
           
(package private)  byte type
           
(package private)  java.lang.String typeName
           
 
Constructor Summary
ModelCollection.Structure(int modelIndex, java.lang.String typeName, java.lang.String structureID, int serialID, int strandCount, char startChainID, int startSeqcode, char endChainID, int endSeqcode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeName

java.lang.String typeName

type

byte type

startChainID

char startChainID

startSeqcode

int startSeqcode

endChainID

char endChainID

endSeqcode

int endSeqcode

modelIndex

int modelIndex

structureID

java.lang.String structureID

serialID

int serialID

strandCount

int strandCount
Constructor Detail

ModelCollection.Structure

ModelCollection.Structure(int modelIndex,
                          java.lang.String typeName,
                          java.lang.String structureID,
                          int serialID,
                          int strandCount,
                          char startChainID,
                          int startSeqcode,
                          char endChainID,
                          int endSeqcode)