public class SuperAtoms
extends java.lang.Object
Constructor and Description |
---|
SuperAtoms() |
Modifier and Type | Method and Description |
---|---|
org.openscience.cdk.interfaces.IBond |
getCrossingBond() |
int |
getIndex() |
org.openscience.cdk.interfaces.IAtom |
getPrevAtom() |
org.openscience.cdk.interfaces.IPseudoAtom |
getPseudoAtom() |
int |
getSgroupIndex() |
java.lang.String |
getSgroupType() |
void |
setCrossingBond(org.openscience.cdk.interfaces.IBond crossingBond) |
void |
setIndex(int index) |
void |
setPrevAtom(org.openscience.cdk.interfaces.IAtom prevAtom) |
void |
setPseudoAtom(org.openscience.cdk.interfaces.IPseudoAtom pseudoAtom) |
void |
setSgroupIndex(int sgroupIndex) |
void |
setSgroupType(java.lang.String sgroupType) |
public java.lang.String getSgroupType()
public void setSgroupType(java.lang.String sgroupType)
sgroupType
- the sgroupType to setpublic org.openscience.cdk.interfaces.IPseudoAtom getPseudoAtom()
public void setPseudoAtom(org.openscience.cdk.interfaces.IPseudoAtom pseudoAtom)
pseudoAtom
- the pseudoAtom to setpublic int getIndex()
public void setIndex(int index)
index
- the index to setpublic org.openscience.cdk.interfaces.IAtom getPrevAtom()
public void setPrevAtom(org.openscience.cdk.interfaces.IAtom prevAtom)
prevAtom
- the prevAtom to setpublic int getSgroupIndex()
public void setSgroupIndex(int sgroupIndex)
sgroupIndex
- the sgroupIndex to setpublic org.openscience.cdk.interfaces.IBond getCrossingBond()
public void setCrossingBond(org.openscience.cdk.interfaces.IBond crossingBond)
crossingBond
- the crossingBond to set