public interface FramedFeature extends StrandedFeature
Description: An feature that includes the concept of frame by extending stranded.
Copyright: Copyright (c) 2001
Modifier and Type | Interface and Description |
---|---|
static class |
FramedFeature.ReadingFrame
A singleton to hold the frame information
|
static class |
FramedFeature.Template |
StrandedFeature.Strand
Feature.ByLocationComparator
FeatureHolder.EmptyFeatureHolder
Annotatable.AnnotationForwarder
Modifier and Type | Field and Description |
---|---|
static FramedFeature.ReadingFrame |
FRAME_0 |
static FramedFeature.ReadingFrame |
FRAME_1 |
static FramedFeature.ReadingFrame |
FRAME_2 |
NEGATIVE, POSITIVE, STRAND, UNKNOWN
byLocationOrder, LOCATION, PROPERTY_DATA_KEY, SOURCE, SOURCETERM, TYPE, TYPETERM
EMPTY_FEATURE_HOLDER, FEATURES, SCHEMA
ANNOTATION
Modifier and Type | Method and Description |
---|---|
FramedFeature.ReadingFrame |
getReadingFrame()
return the reading frame of the feature.
|
StrandedFeature.Strand |
getStrand()
Retrieve the strand that this feature lies upon.
|
getSymbols, setStrand
features, getLocation, getParent, getSequence, getSource, getSourceTerm, getType, getTypeTerm, makeTemplate, setLocation, setSource, setSourceTerm, setType, setTypeTerm
containsFeature, countFeatures, createFeature, filter, filter, getSchema, removeFeature
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static final FramedFeature.ReadingFrame FRAME_0
static final FramedFeature.ReadingFrame FRAME_1
static final FramedFeature.ReadingFrame FRAME_2
FramedFeature.ReadingFrame getReadingFrame()
StrandedFeature.Strand getStrand()
StrandedFeature
This will be one of StrandedFeature.POSITIVE or NEGATIVE.
getStrand
in interface StrandedFeature
Copyright © 2014 BioJava. All rights reserved.