public abstract class AbstractComponent extends Object implements IIUPACComponent
IIUPACComponent.CompState, IIUPACComponent.CompType| Modifier and Type | Field and Description |
|---|---|
protected List<org.openscience.cdk.interfaces.IAtom> |
atoms |
protected long |
rank |
protected IIUPACComponent.CompState |
state |
| Constructor and Description |
|---|
AbstractComponent() |
| Modifier and Type | Method and Description |
|---|---|
List<org.openscience.cdk.interfaces.IAtom> |
getAtoms() |
long |
getRank() |
IIUPACComponent.CompState |
getState() |
void |
setAtoms(List<org.openscience.cdk.interfaces.IAtom> atoms) |
void |
setRank(long rank) |
void |
setState(IIUPACComponent.CompState state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeprotected List<org.openscience.cdk.interfaces.IAtom> atoms
protected long rank
protected IIUPACComponent.CompState state
public IIUPACComponent.CompState getState()
getState in interface IIUPACComponentpublic void setState(IIUPACComponent.CompState state)
setState in interface IIUPACComponentpublic long getRank()
getRank in interface IIUPACComponentpublic void setRank(long rank)
setRank in interface IIUPACComponentpublic List<org.openscience.cdk.interfaces.IAtom> getAtoms()
getAtoms in interface IIUPACComponentpublic void setAtoms(List<org.openscience.cdk.interfaces.IAtom> atoms)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.