Package | Description |
---|---|
ambit2.base.data |
Base data structures; no chemistry.
|
ambit2.base.data.substance |
Chemical substances, with complex composition (including nanomaterials)
|
ambit2.base.relation |
Classes to describe relations between chemical structures |
ambit2.base.relation.composition |
Classes to describe chemical composition |
ambit2.db.substance.relation |
Modifier and Type | Method and Description |
---|---|
IStructureRelation |
SubstanceRecord.addStructureRelation(String compositionUUID,
IStructureRecord record,
STRUCTURE_RELATION relation,
Proportion value) |
Modifier and Type | Method and Description |
---|---|
STRUCTURE_RELATION |
ParticleTypes.getDefaultRole() |
Modifier and Type | Method and Description |
---|---|
STRUCTURE_RELATION |
STRUCTURE_RELATION.inverseOf() |
static STRUCTURE_RELATION |
STRUCTURE_RELATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STRUCTURE_RELATION[] |
STRUCTURE_RELATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompositionRelation(SubstanceRecord structure1,
IStructureRecord structure2,
STRUCTURE_RELATION type,
Proportion proportion) |
Constructor and Description |
---|
ChemicalBySubstanceRelation(STRUCTURE_RELATION relation) |
DeleteSubstanceRelation(SubstanceRecord structure1,
IStructureRecord structure2,
STRUCTURE_RELATION relation) |
ReadSubstanceRelation(STRUCTURE_RELATION relation,
SubstanceRecord id) |
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.