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, wait
getType
protected List<org.openscience.cdk.interfaces.IAtom> atoms
protected long rank
protected IIUPACComponent.CompState state
public IIUPACComponent.CompState getState()
getState
in interface IIUPACComponent
public void setState(IIUPACComponent.CompState state)
setState
in interface IIUPACComponent
public long getRank()
getRank
in interface IIUPACComponent
public void setRank(long rank)
setRank
in interface IIUPACComponent
public List<org.openscience.cdk.interfaces.IAtom> getAtoms()
getAtoms
in interface IIUPACComponent
public void setAtoms(List<org.openscience.cdk.interfaces.IAtom> atoms)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.