public class StateScript extends Object
Modifier and Type | Field and Description |
---|---|
private BS |
bsAtoms1 |
private BS |
bsAtoms2 |
private BS |
bsBonds |
boolean |
inDefinedStateBlock |
private int |
modelIndex |
private String |
script1 |
private String |
script2 |
Constructor and Description |
---|
StateScript(int modelIndex,
String script1,
BS bsBonds,
BS bsAtoms1,
BS bsAtoms2,
String script2,
boolean inDefinedStateBlock) |
Modifier and Type | Method and Description |
---|---|
boolean |
deleteAtoms(int modelIndex,
BS bsBonds,
BS bsAtoms) |
boolean |
isConnect() |
boolean |
isValid() |
void |
setModelIndex(int index) |
String |
toString() |