Uses of Interface
org.openscience.cdk.interfaces.IMonomer
-
-
Uses of IMonomer in org.openscience.cdk
Classes in org.openscience.cdk that implement IMonomer Modifier and Type Class Description classAminoAcidA AminoAcid is Monomer which stores additional amino acid specific informations, like the N-terminus atom.classMonomerA Monomer is an AtomContainer which stores additional monomer specific informations for a group of Atoms.Methods in org.openscience.cdk that return IMonomer Modifier and Type Method Description IMonomerMonomer. clone()Clones thisIChemObject.IMonomerBioPolymer. getMonomer(String monName, String strandName)Retrieves a Monomer object by specifying its name.IMonomerPolymer. getMonomer(String cName)Retrieves a Monomer object by specifying its name.IMonomerStrand. getMonomer(String cName)Retrieves a Monomer object by specifying its name.Methods in org.openscience.cdk that return types with arguments of type IMonomer Modifier and Type Method Description Map<String,IMonomer>Strand. getMonomers()Returns a hashtable containing the monomers in the strand.Methods in org.openscience.cdk with parameters of type IMonomer Modifier and Type Method Description voidBioPolymer. addAtom(IAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the atom to a specified Strand and a specified Monomer.voidPolymer. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidStrand. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specific Monomer. -
Uses of IMonomer in org.openscience.cdk.debug
Classes in org.openscience.cdk.debug that implement IMonomer Modifier and Type Class Description classDebugAminoAcidDebugging data class.classDebugMonomerDebugging data class.classDebugPDBMonomerDebugging data class.Methods in org.openscience.cdk.debug that return IMonomer Modifier and Type Method Description IMonomerDebugMonomer. clone()Clones thisIChemObject.IMonomerDebugBioPolymer. getMonomer(String cName)Retrieves a Monomer object by specifying its name.IMonomerDebugBioPolymer. getMonomer(String monName, String strandName)Retrieves a Monomer object by specifying its name.IMonomerDebugPolymer. getMonomer(String cName)Retrieves a Monomer object by specifying its name.IMonomerDebugStrand. getMonomer(String cName)Retrieves a Monomer object by specifying its name.Methods in org.openscience.cdk.debug that return types with arguments of type IMonomer Modifier and Type Method Description Map<String,IMonomer>DebugStrand. getMonomers()Returns a hashtable containing the monomers in the strand.Methods in org.openscience.cdk.debug with parameters of type IMonomer Modifier and Type Method Description voidDebugBioPolymer. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidDebugBioPolymer. addAtom(IAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the atom to a specified Strand and a specified Monomer.voidDebugPolymer. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidDebugStrand. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specific Monomer. -
Uses of IMonomer in org.openscience.cdk.interfaces
Subinterfaces of IMonomer in org.openscience.cdk.interfaces Modifier and Type Interface Description interfaceIAminoAcidA AminoAcid is Monomer which stores additional amino acid specific informations, like the N-terminus atom.interfaceIPDBMonomerRepresents the idea of an protein monomer as found in PDB files.Methods in org.openscience.cdk.interfaces that return IMonomer Modifier and Type Method Description IMonomerIMonomer. clone()Returns a deep clone of this IChemObject.IMonomerIBioPolymer. getMonomer(String monName, String strandName)Retrieve aMonomerobject by specifying its name.IMonomerIPolymer. getMonomer(String cName)Retrieve a Monomer object by specifying its name.IMonomerIStrand. getMonomer(String cName)Retrieve a Monomer object by specifying its name.Methods in org.openscience.cdk.interfaces that return types with arguments of type IMonomer Modifier and Type Method Description Map<String,IMonomer>IStrand. getMonomers()Returns the monomers in this strand.Methods in org.openscience.cdk.interfaces with parameters of type IMonomer Modifier and Type Method Description voidIBioPolymer. addAtom(IAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the atom to a specified Strand and a specified Monomer.voidIPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the atom to a specified Strand and a specified Monomer.voidIPolymer. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidIStrand. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specific Monomer. -
Uses of IMonomer in org.openscience.cdk.io.cml
Fields in org.openscience.cdk.io.cml declared as IMonomer Modifier and Type Field Description protected IMonomerCMLCoreModule. currentMonomer -
Uses of IMonomer in org.openscience.cdk.libio.cml
Methods in org.openscience.cdk.libio.cml with parameters of type IMonomer Modifier and Type Method Description org.xmlcml.cml.element.CMLMoleculeConvertor. cdkMonomerToCMLMolecule(IMonomer monomer) -
Uses of IMonomer in org.openscience.cdk.protein.data
Classes in org.openscience.cdk.protein.data that implement IMonomer Modifier and Type Class Description classPDBMonomerRepresents the idea of an monomer as used in PDB files.Methods in org.openscience.cdk.protein.data with parameters of type IMonomer Modifier and Type Method Description voidPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the IPDBAtom oAtom to a specified Monomer of a specified Strand.voidPDBStrand. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer. -
Uses of IMonomer in org.openscience.cdk.silent
Classes in org.openscience.cdk.silent that implement IMonomer Modifier and Type Class Description classAminoAcidA AminoAcid is Monomer which stores additional amino acid specific informations, like the N-terminus atom.classMonomerA Monomer is an AtomContainer which stores additional monomer specific informations for a group of Atoms.classPDBMonomerRepresents the idea of an monomer as used in PDB files.Methods in org.openscience.cdk.silent that return IMonomer Modifier and Type Method Description IMonomerMonomer. clone()Clones thisIChemObject.IMonomerBioPolymer. getMonomer(String monName, String strandName)Retrieves a Monomer object by specifying its name.IMonomerPolymer. getMonomer(String cName)Retrieves a Monomer object by specifying its name.IMonomerStrand. getMonomer(String cName)Retrieves a Monomer object by specifying its name.Methods in org.openscience.cdk.silent that return types with arguments of type IMonomer Modifier and Type Method Description Map<String,IMonomer>Strand. getMonomers()Returns a hashtable containing the monomers in the strand.Methods in org.openscience.cdk.silent with parameters of type IMonomer Modifier and Type Method Description voidBioPolymer. addAtom(IAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the atom to a specified Strand and a specified Monomer.voidPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidPDBPolymer. addAtom(IPDBAtom oAtom, IMonomer oMonomer, IStrand oStrand)Adds the IPDBAtom oAtom to a specified Monomer of a specified Strand.voidPolymer. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specified Monomer.voidStrand. addAtom(IAtom oAtom, IMonomer oMonomer)Adds the atom oAtom to a specific Monomer.
-