com.banda.chemistry.domain
Class AcDNAStrandSpeciesSet
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcVariableSet<AcSpecies>
com.banda.chemistry.domain.AcSpeciesSet
com.banda.chemistry.domain.AcDNAStrandSpeciesSet
- All Implemented Interfaces:
- AcVariableGroupIF<AcSpecies>, AcVariableSetIF<AcSpecies>, com.banda.core.domain.KeyHolder<Long>, Serializable
public class AcDNAStrandSpeciesSet
- extends AcSpeciesSet
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.chemistry.domain.AcSpeciesSet |
addSpeciesToGroup, getInternalSpecies, getLevel, getNextVarSequenceNum, getNonInputFeedbackSpecies, getNonInternalSpecies, getOwnAndInheritedSpecies, getOwnAndInheritedVariables, getParameterSet, getParentSpeciesSet, getSpecies, getSpeciesGroup, getSpeciesGroupMap, getSpeciesNumber, getVariablesNumber, getVarSequenceNum, hasParentSpeciesSet, hasSpecies, initVarSequenceNum, main, setParameterSet, setParentSpeciesSet, setSpeciesGroupMap, setVarSequenceNum |
| Methods inherited from class com.banda.chemistry.domain.AcVariableSet |
addVariable, addVariables, containsVariable, getCreatedBy, getCreateTime, getName, getOwnAndInheritedVariablesSorted, getVariables, getVariablesSorted, hasOwnVariables, initVariables, removeVariable, setCreatedBy, setCreateTime, setName, setVariables, toString |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom, equals, hashCode |
AcDNAStrandSpeciesSet
public AcDNAStrandSpeciesSet()
getUpperStrands
public Collection<AcSpecies> getUpperStrands()
setUpperStrands
public void setUpperStrands(Collection<AcSpecies> upperStrands)
getLowerStrands
public Collection<AcSpecies> getLowerStrands()
setLowerStrands
public void setLowerStrands(Collection<AcSpecies> lowerStrands)
getFullDoubleStrands
public Collection<AcCompositeSpecies> getFullDoubleStrands()
setFullDoubleStrands
public void setFullDoubleStrands(Collection<AcCompositeSpecies> fullDoubleStrands)
getPartialDoubleStrands
public Collection<AcCompositeSpecies> getPartialDoubleStrands()
setPartialDoubleStrands
public void setPartialDoubleStrands(Collection<AcCompositeSpecies> partialDoubleStrands)
addUpperStrand
public void addUpperStrand(AcSpecies upperStrand)
addLowerStrand
public void addLowerStrand(AcSpecies lowerStrand)
addFullDoubleStrand
public void addFullDoubleStrand(AcCompositeSpecies fullDoubleStrand)
addPartialDoubleStrand
public void addPartialDoubleStrand(AcCompositeSpecies partialDoubleStrand)
Copyright © 2013. All Rights Reserved.