| Package | Description |
|---|---|
| com.banda.chemistry.business.factory | |
| com.banda.chemistry.domain |
| Modifier and Type | Method and Description |
|---|---|
AcReactionSet |
AcReactionSetFactory.createComplexRS(Collection<AcSpecies> species,
AcReactionSetConstraints reactionSetConstraints,
AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy) |
AcReactionSet |
AcReactionSetFactory.createComplexRS(Collection<AcSpecies> allowedReactantSpecies,
Collection<AcSpecies> allowedProductSpecies,
Collection<AcSpecies> allowedCatalystSpecies,
Collection<AcSpecies> allowedInhibitorSpecies,
AcReactionSetConstraints reactionSetConstraints,
AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy) |
AcReactionSet |
AcReactionSetFactory.createComplexRS(Map<AcSpeciesAssociationType,Collection<AcSpecies>> assocTypeAllowedSpeciesMap,
AcReactionSetConstraints reactionSetConstraints,
AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy) |
AcReactionSet |
AcReactionSetFactory.createRandomRS(int reactionsNumber,
int reactantsNumber,
int productsNumber,
int catalystsNumber,
int inhibitorsNumber,
AcSpeciesSet speciesSet,
AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy) |
| Modifier and Type | Method and Description |
|---|---|
AcReactionSpeciesForbiddenRedundancy |
ArtificialChemistrySpec.getSpeciesForbiddenRedundancy() |
static AcReactionSpeciesForbiddenRedundancy |
AcReactionSpeciesForbiddenRedundancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcReactionSpeciesForbiddenRedundancy[] |
AcReactionSpeciesForbiddenRedundancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtificialChemistrySpec.setSpeciesForbiddenRedundancy(AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy) |
Copyright © 2019. All Rights Reserved.