org.jmol.modelset

Class ModelCollection.Structure

static class ModelCollection.Structure extends Object

Field Summary
charendChainID
intendSeqcode
intmodelIndex
charstartChainID
intstartSeqcode
bytetype
StringtypeName
Constructor Summary
Structure(int modelIndex, String typeName, char startChainID, int startSeqcode, char endChainID, int endSeqcode)

Field Detail

endChainID

char endChainID

endSeqcode

int endSeqcode

modelIndex

int modelIndex

startChainID

char startChainID

startSeqcode

int startSeqcode

type

byte type

typeName

String typeName

Constructor Detail

Structure

Structure(int modelIndex, String typeName, char startChainID, int startSeqcode, char endChainID, int endSeqcode)