|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SeqFeature
Represents, in general, what would be a GenBank Feature Table annotation for a sequence.
| Method Summary | |
|---|---|
java.lang.String |
getBasis()
Returns the value of this SeqFeature object's basis attribute. |
SeqFeatureLocation[] |
getRegions()
Returns the value of this SeqFeature object's regions attribute. |
void |
setBasis(java.lang.String p_basis)
Sets the basis attribute. |
void |
setRegions(SeqFeatureLocation[] p_regions)
Sets the regions attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setBasis(java.lang.String p_basis)
SeqFeature object.
p_basis - The new value for basis.getBasis()java.lang.String getBasis()
SeqFeature object's basis attribute.
Description of basis:
How the evidence for a SeqFeature was determined.
enum {experimental, computational,both,unknown,NA} The value of basis.void setRegions(SeqFeatureLocation[] p_regions)
SeqFeature object.
p_regions - The new value for regions.getRegions()SeqFeatureLocation[] getRegions()
SeqFeature object's regions attribute.
gov.nih.nci.mageom.bean.BioSequence.SeqFeatureLocation[] The value of regions.SeqFeatureLocation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||