org.jmol.adapter.smarter
public class Structure extends Object
| Field Summary | |
|---|---|
| char | endChainID |
| char | endInsertionCode |
| int | endSequenceNumber |
| int | modelIndex |
| char | startChainID |
| char | startInsertionCode |
| int | startSequenceNumber |
| String | structureType |
| Constructor Summary | |
|---|---|
| Structure() | |
| Structure(int modelIndex, String structureType, char startChainID, int startSequenceNumber, char startInsertionCode, char endChainID, int endSequenceNumber, char endInsertionCode) | |