Uses of Interface
org.openscience.cdk.interfaces.IReactionScheme
-
-
Uses of IReactionScheme in org.openscience.cdk
Classes in org.openscience.cdk that implement IReactionScheme Modifier and Type Class Description classReactionSchemeClasses that extends the definition of reaction to a scheme.Methods in org.openscience.cdk that return types with arguments of type IReactionScheme Modifier and Type Method Description Iterable<IReactionScheme>ReactionScheme. reactionSchemes()Returns an Iterable for looping over all IMolecularScheme in this ReactionScheme.Methods in org.openscience.cdk with parameters of type IReactionScheme Modifier and Type Method Description voidReactionScheme. add(IReactionScheme scheme)Add a Scheme of Reactions.voidReactionScheme. removeReactionScheme(IReactionScheme scheme)Removes an IReactionScheme from this chemObject. -
Uses of IReactionScheme in org.openscience.cdk.debug
Classes in org.openscience.cdk.debug that implement IReactionScheme Modifier and Type Class Description classDebugReactionSchemeDebugging data class.Methods in org.openscience.cdk.debug that return types with arguments of type IReactionScheme Modifier and Type Method Description Iterable<IReactionScheme>DebugReactionScheme. reactionSchemes()Returns an Iterable for looping over all IMolecularScheme in this ReactionScheme.Methods in org.openscience.cdk.debug with parameters of type IReactionScheme Modifier and Type Method Description voidDebugReactionScheme. add(IReactionScheme scheme)Add a Scheme of Reactions. -
Uses of IReactionScheme in org.openscience.cdk.interfaces
Methods in org.openscience.cdk.interfaces that return types with arguments of type IReactionScheme Modifier and Type Method Description Iterable<IReactionScheme>IReactionScheme. reactionSchemes()Returns an Iterable for looping over all IMolecularScheme in this ReactionScheme.Methods in org.openscience.cdk.interfaces with parameters of type IReactionScheme Modifier and Type Method Description voidIReactionScheme. add(IReactionScheme reactScheme)Add a scheme of reactions.voidIReactionScheme. removeReactionScheme(IReactionScheme scheme)Removes an IReactionScheme from this chemObject. -
Uses of IReactionScheme in org.openscience.cdk.libio.cml
Methods in org.openscience.cdk.libio.cml with parameters of type IReactionScheme Modifier and Type Method Description org.xmlcml.cml.element.CMLReactionSchemeConvertor. cdkReactionSchemeToCMLReactionScheme(IReactionScheme cdkScheme)org.xmlcml.cml.element.CMLCmlConvertor. cdkReactionSchemeToCMLReactionSchemeAndMoleculeList(IReactionScheme cdkScheme) -
Uses of IReactionScheme in org.openscience.cdk.silent
Classes in org.openscience.cdk.silent that implement IReactionScheme Modifier and Type Class Description classReactionSchemeClasses that extends the definition of reaction to a scheme.Methods in org.openscience.cdk.silent that return types with arguments of type IReactionScheme Modifier and Type Method Description Iterable<IReactionScheme>ReactionScheme. reactionSchemes()Returns an Iterable for looping over all IMolecularScheme in this ReactionScheme.Methods in org.openscience.cdk.silent with parameters of type IReactionScheme Modifier and Type Method Description voidReactionScheme. add(IReactionScheme scheme)Add a Scheme of Reactions.voidReactionScheme. removeReactionScheme(IReactionScheme scheme)Removes an IReactionScheme from this chemObject. -
Uses of IReactionScheme in org.openscience.cdk.tools.manipulator
Methods in org.openscience.cdk.tools.manipulator that return IReactionScheme Modifier and Type Method Description static IReactionSchemeReactionSchemeManipulator. createReactionScheme(IReactionSet reactionSet)Create a IReactionScheme give a IReactionSet object.Methods in org.openscience.cdk.tools.manipulator with parameters of type IReactionScheme Modifier and Type Method Description static IReactionSetReactionSchemeManipulator. extractTopReactions(IReactionScheme reactionScheme)Extract a set of Reactions which are in top of a IReactionScheme.static IAtomContainerSetReactionSchemeManipulator. getAllAtomContainers(IReactionScheme scheme)get all AtomContainers object from a set of Reactions.static IAtomContainerSetReactionSchemeManipulator. getAllAtomContainers(IReactionScheme scheme, IAtomContainerSet molSet)Get all molecule objects from a set of Reactions given aIAtomContainerSetto add.static List<String>ReactionSchemeManipulator. getAllIDs(IReactionScheme scheme)Get all ID of this IReactionSet.static IReactionSetReactionSchemeManipulator. getAllReactions(IReactionScheme scheme)Get all IReaction's object from a given IReactionScheme.static ArrayList<IAtomContainerSet>ReactionSchemeManipulator. getAtomContainerSet(IAtomContainer origenMol, IAtomContainer finalMol, IReactionScheme reactionScheme)Extract the list of AtomContainers taking part in the IReactionScheme to originate a product given a reactant.
-