| Package | Description |
|---|---|
| org.openscience.cdk | |
| org.openscience.cdk.debug | |
| org.openscience.cdk.interfaces | |
| org.openscience.cdk.silent |
| Modifier and Type | Class and Description |
|---|---|
class |
Mapping
A Mapping is an relation between two ChemObjects in a non-chemical
entity.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMapping[] |
Reaction.map |
| Modifier and Type | Method and Description |
|---|---|
IMapping |
Reaction.getMapping(int pos)
Retrieves a mapping between the reactant and product side to this
Reaction.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IMapping> |
Reaction.mappings()
Returns the mappings between the reactant and the product side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reaction.addMapping(IMapping mapping)
Adds a mapping between the reactant and product side to this
Reaction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DebugMapping
Debugging data class.
|
| Modifier and Type | Method and Description |
|---|---|
IMapping |
IReaction.getMapping(int pos)
Retrieves a mapping between the reactant and product side to this
Reaction.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IMapping> |
IReaction.mappings()
Returns the mappings between the reactant and the product side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IReaction.addMapping(IMapping mapping)
Adds a mapping between the reactant and product side to this
Reaction.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMapping[] |
Reaction.map |
| Modifier and Type | Method and Description |
|---|---|
IMapping |
Reaction.getMapping(int pos)
Retrieves a mapping between the reactant and product side to this
Reaction.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IMapping> |
Reaction.mappings()
Returns the mappings between the reactant and the product side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Reaction.addMapping(IMapping mapping)
Adds a mapping between the reactant and product side to this
Reaction.
|
Copyright © 2021. All rights reserved.