public class AcReactionSetFactory extends Object
public static AcReactionSetFactory getInstance()
public AcReactionSet createDNAStrandRS(AcDNAStrandSpec spec, AcDNAStrandSpeciesSet speciesSet)
public AcReactionSet createComplexRS(Collection<AcSpecies> species, AcReactionSetConstraints reactionSetConstraints, AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy)
public AcReactionSet createComplexRS(Collection<AcSpecies> allowedReactantSpecies, Collection<AcSpecies> allowedProductSpecies, Collection<AcSpecies> allowedCatalystSpecies, Collection<AcSpecies> allowedInhibitorSpecies, AcReactionSetConstraints reactionSetConstraints, AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy)
public AcReactionSet createComplexRS(Map<AcSpeciesAssociationType,Collection<AcSpecies>> assocTypeAllowedSpeciesMap, AcReactionSetConstraints reactionSetConstraints, AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy)
public AcReactionSet createRandomRS(int reactionsNumber, int reactantsNumber, int productsNumber, int catalystsNumber, int inhibitorsNumber, AcSpeciesSet speciesSet, AcReactionSpeciesForbiddenRedundancy speciesForbiddenRedundancy)
public AcReactionSet createRandomReactionSymmetricRS(AcSymmetricSpec spec, AcSpeciesSet speciesSet)
public AcReactionSet createOutputFeedbackRS(AcSpeciesSet speciesSet)
public AcReactionSet mergeReactionSets(AcReactionSet[] reactionSets)
Copyright © 2019. All Rights Reserved.