Class IsoAlkanes
- java.lang.Object
-
- org.openscience.cdk.templates.saturatedhydrocarbons.IsoAlkanes
-
-
Constructor Summary
Constructors Constructor Description IsoAlkanes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAtomContainergetIsobutane(IChemObjectBuilder builder)static IAtomContainergetIsohexane(IChemObjectBuilder builder)static IAtomContainergetIsopentane(IChemObjectBuilder builder)
-
-
-
Method Detail
-
getIsobutane
public static IAtomContainer getIsobutane(IChemObjectBuilder builder)
-
getIsopentane
public static IAtomContainer getIsopentane(IChemObjectBuilder builder)
-
getIsohexane
public static IAtomContainer getIsohexane(IChemObjectBuilder builder)
-
-