public class AcDNAStrandSpeciesSet extends AcSpeciesSet
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcDNAStrandSpeciesSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFullDoubleStrand(AcCompositeSpecies fullDoubleStrand) |
void |
addLowerStrand(AcSpecies lowerStrand) |
void |
addPartialDoubleStrand(AcCompositeSpecies partialDoubleStrand) |
void |
addUpperStrand(AcSpecies upperStrand) |
Collection<AcCompositeSpecies> |
getFullDoubleStrands() |
Collection<AcSpecies> |
getLowerStrands() |
Collection<AcCompositeSpecies> |
getPartialDoubleStrands() |
Collection<AcSpecies> |
getUpperStrands() |
void |
setFullDoubleStrands(Collection<AcCompositeSpecies> fullDoubleStrands) |
void |
setLowerStrands(Collection<AcSpecies> lowerStrands) |
void |
setPartialDoubleStrands(Collection<AcCompositeSpecies> partialDoubleStrands) |
void |
setUpperStrands(Collection<AcSpecies> upperStrands) |
addSpeciesToGroup, getInternalSpecies, getLevel, getNextVarSequenceNum, getNonInputFeedbackSpecies, getNonInternalSpecies, getOwnAndInheritedSpecies, getOwnAndInheritedVariables, getParameterSet, getParentSpeciesSet, getSpecies, getSpeciesGroup, getSpeciesGroupMap, getSpeciesNumber, getVariablesNumber, getVarSequenceNum, hasParentSpeciesSet, hasSpecies, initVarSequenceNum, main, setParameterSet, setParentSpeciesSet, setSpeciesGroupMap, setVarSequenceNumaddVariable, addVariables, containsVariable, getCreatedBy, getCreateTime, getName, getOwnAndInheritedVariablesSorted, getVariables, getVariablesSorted, hasOwnVariables, initVariables, removeVariable, setCreatedBy, setCreateTime, setName, setVariables, toStringgetId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCodepublic Collection<AcSpecies> getUpperStrands()
public void setUpperStrands(Collection<AcSpecies> upperStrands)
public Collection<AcSpecies> getLowerStrands()
public void setLowerStrands(Collection<AcSpecies> lowerStrands)
public Collection<AcCompositeSpecies> getFullDoubleStrands()
public void setFullDoubleStrands(Collection<AcCompositeSpecies> fullDoubleStrands)
public Collection<AcCompositeSpecies> getPartialDoubleStrands()
public void setPartialDoubleStrands(Collection<AcCompositeSpecies> partialDoubleStrands)
public void addUpperStrand(AcSpecies upperStrand)
public void addLowerStrand(AcSpecies lowerStrand)
public void addFullDoubleStrand(AcCompositeSpecies fullDoubleStrand)
public void addPartialDoubleStrand(AcCompositeSpecies partialDoubleStrand)
Copyright © 2019. All Rights Reserved.