Uses of Class
org.biojava.bio.seq.Feature.Template
-
Packages that use Feature.Template Package Description org.biojava.bio.molbio The classes and interfaces in this package cover common molecular biological techniques such as restriction digests and PCR.org.biojava.bio.program.xff Event-driven parsing system for the Extensible Feature Format (XFF).org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology.org.biojava.bio.seq.impl Standard in-memory implementations ofSequence
andFeature
.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojava.bio.seq.io.agave Classes for converting between AGAVE XML and BioJava objects.org.biojava.bio.seq.io.game Event-driven parsing system for the Gene Annotation Markup Elements (GAME).org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of Feature.Template in org.biojava.bio.molbio
Subclasses of Feature.Template in org.biojava.bio.molbio Modifier and Type Class Description static class
RestrictionSite.Template
Template
for construction ofRestrictionSite
s. -
Uses of Feature.Template in org.biojava.bio.program.xff
Methods in org.biojava.bio.program.xff that return Feature.Template Modifier and Type Method Description protected Feature.Template
FeatureHandler. createFeatureTemplate()
Create a new template of the appropriate type.protected Feature.Template
StrandedFeatureHandler. createFeatureTemplate()
protected Feature.Template
FeatureHandler. getFeatureTemplate()
Get the template for the feature being constructed. -
Uses of Feature.Template in org.biojava.bio.seq
Subclasses of Feature.Template in org.biojava.bio.seq Modifier and Type Class Description static class
ComponentFeature.Template
Template for constructing a new ComponentFeature.static class
FramedFeature.Template
static class
RemoteFeature.Template
static class
StrandedFeature.Template
Template class for parameterizing the creation of a newStrandedFeature
.Methods in org.biojava.bio.seq that return Feature.Template Modifier and Type Method Description Feature.Template
Feature. makeTemplate()
Create a new Template that could be used to generate a feature identical to this one.Methods in org.biojava.bio.seq with parameters of type Feature.Template Modifier and Type Method Description Feature
AbstractFeatureHolder. createFeature(Feature.Template temp)
Feature
CircularView. createFeature(Feature.Template template)
Over rides ViewSequence to allow the use of locations that have coordinates outside of the sequence length (which are needed to describe locations that overlap the origin of a circular sequence).Feature
FeatureHolder. createFeature(Feature.Template ft)
Create a new Feature, and add it to this FeatureHolder.Feature
FeatureHolder.EmptyFeatureHolder. createFeature(Feature.Template f)
Feature
LazyFeatureHolder. createFeature(Feature.Template template)
Feature
NewSimpleAssembly. createFeature(Feature.Template temp)
Feature
SimpleAssembly. createFeature(Feature.Template temp)
Feature
FeatureRealizer. realizeFeature(Sequence seq, FeatureHolder parent, Feature.Template template)
Install a feature on the specified sequence.Feature
NewSimpleAssembly. realizeFeature(FeatureHolder fh, Feature.Template temp)
Feature
RealizingFeatureHolder. realizeFeature(FeatureHolder parent, Feature.Template template)
Realize a feature template.Feature
SimpleAssembly. realizeFeature(FeatureHolder fh, Feature.Template temp)
Feature
SimpleFeatureRealizer. realizeFeature(Sequence seq, FeatureHolder parent, Feature.Template temp)
Constructors in org.biojava.bio.seq with parameters of type Feature.Template Constructor Description Template(Feature.Template theTemplate)
Creates a RemoteFeature.Template that has the same values as the template passed in. -
Uses of Feature.Template in org.biojava.bio.seq.homol
Subclasses of Feature.Template in org.biojava.bio.seq.homol Modifier and Type Class Description static class
HomologyFeature.Template
static class
SimilarityPairFeature.Template
Template
for construction ofSimilarityPairFeature
s. -
Uses of Feature.Template in org.biojava.bio.seq.impl
Methods in org.biojava.bio.seq.impl that return Feature.Template Modifier and Type Method Description static Feature.Template
TemplateUtils. instantiateTemplate(Feature feat)
This attempts to divine the 'best' template class for a feature and return a new instance readly for pupulating.Feature.Template
SimpleFeature. makeTemplate()
Feature.Template
SimpleFramedFeature. makeTemplate()
Feature.Template
SimpleHomologyFeature. makeTemplate()
Feature.Template
SimpleRemoteFeature. makeTemplate()
Feature.Template
SimpleSimilarityPairFeature. makeTemplate()
Feature.Template
SimpleStrandedFeature. makeTemplate()
static Feature.Template
TemplateUtils. makeTemplate(Feature feat)
Methods in org.biojava.bio.seq.impl with parameters of type Feature.Template Modifier and Type Method Description Feature
DummySequence. createFeature(Feature.Template template)
Feature
LazyFilterFeatureHolder. createFeature(Feature.Template temp)
Feature
RevCompSequence. createFeature(Feature.Template ft)
createFeature() will call createFeature() on the underlying Sequence.Feature
SimpleFeature. createFeature(Feature.Template temp)
Feature
SimpleGappedSequence. createFeature(Feature.Template templ)
Feature
SimpleSequence. createFeature(Feature.Template template)
Feature
SimpleSequence. createFeature(FeatureHolder fh, Feature.Template template)
Deprecated.Please use new 1-arg createFeature instead.Feature
SubSequence. createFeature(Feature.Template templ)
Feature
ViewSequence. createFeature(Feature.Template template)
protected void
SimpleFeature. fillTemplate(Feature.Template ft)
static void
TemplateUtils. populate(Feature.Template templ, Feature feat)
This attempts to populate the fields of a template using the publically accessible information in a feature.Feature
SimpleFeature. realizeFeature(FeatureHolder fh, Feature.Template templ)
Feature
SimpleSequence. realizeFeature(FeatureHolder parent, Feature.Template template)
Feature
ViewSequence. realizeFeature(FeatureHolder parent, Feature.Template template)
Constructors in org.biojava.bio.seq.impl with parameters of type Feature.Template Constructor Description SimpleFeature(Sequence sourceSeq, FeatureHolder parent, Feature.Template template)
Create aSimpleFeature
on the given sequence. -
Uses of Feature.Template in org.biojava.bio.seq.io
Methods in org.biojava.bio.seq.io that return Feature.Template Modifier and Type Method Description Feature.Template
EmblLikeLocationParser. parseLocation(String location, Feature.Template theTemplate)
Deprecated.parseLocation
creates aLocation
from the String and returns a stranded location.Methods in org.biojava.bio.seq.io with parameters of type Feature.Template Modifier and Type Method Description Feature.Template
EmblLikeLocationParser. parseLocation(String location, Feature.Template theTemplate)
Deprecated.parseLocation
creates aLocation
from the String and returns a stranded location.void
EmblFileFormer. startFeature(Feature.Template templ)
Deprecated.void
GenbankFileFormer. startFeature(Feature.Template templ)
Deprecated.void
ProteinRefSeqFileFormer. startFeature(Feature.Template templ)
Deprecated.void
SeqIOAdapter. startFeature(Feature.Template templ)
void
SeqIOFilter. startFeature(Feature.Template templ)
void
SeqIOListener. startFeature(Feature.Template templ)
Notify the listener that a new feature object is starting.void
SequenceBuilderBase. startFeature(Feature.Template templ)
void
SequenceBuilderFilter. startFeature(Feature.Template templ)
void
SwissprotFileFormer. startFeature(Feature.Template templ)
Deprecated.Null implementation. -
Uses of Feature.Template in org.biojava.bio.seq.io.agave
Fields in org.biojava.bio.seq.io.agave declared as Feature.Template Modifier and Type Field Description protected Feature.Template
StAXFeatureHandler. featureTemplate
Methods in org.biojava.bio.seq.io.agave that return Feature.Template Modifier and Type Method Description protected Feature.Template
StAXFeatureHandler. createTemplate()
generates a very basic Template for the feature with SmallAnnotation in the annotation field. -
Uses of Feature.Template in org.biojava.bio.seq.io.game
Fields in org.biojava.bio.seq.io.game declared as Feature.Template Modifier and Type Field Description protected Feature.Template
StAXFeatureHandler. featureTemplate
Methods in org.biojava.bio.seq.io.game that return Feature.Template Modifier and Type Method Description protected Feature.Template
GAMEAnnotationHandler. createTemplate()
protected Feature.Template
GAMEFeatureSetHandler. createTemplate()
protected Feature.Template
GAMEFeatureSpanHandler. createTemplate()
protected Feature.Template
StAXFeatureHandler. createTemplate()
generates a very basic Template for the feature with SmallAnnotation in the annotation field. -
Uses of Feature.Template in org.biojava.bio.seq.projection
Methods in org.biojava.bio.seq.projection that return Feature.Template Modifier and Type Method Description Feature.Template
ProjectedFeature. makeTemplate()
Feature.Template
ProjectionEngine. revertTemplate(Feature.Template templ, ProjectionContext ctxt)
Revert a template so that it can be used on the original feature-space.Feature.Template
ProjectionEngine.TemplateProjector. revertTemplate(ProjectionContext ctxt, Feature.Template projTempl)
Methods in org.biojava.bio.seq.projection with parameters of type Feature.Template Modifier and Type Method Description Feature
ProjectedFeature. createFeature(Feature.Template temp)
Feature
ProjectedFeatureHolder. createFeature(Feature.Template templ)
Feature
ProjectionContext. createFeature(Feature.Template projTempl)
Create a projected feature with properties matching the template.Feature
ProjectionContext. createFeature(Feature projParent, Feature.Template projTempl)
Create a new projected feature.Feature
ReparentContext. createFeature(Feature.Template projTempl)
Feature
ReparentContext. createFeature(Feature f, Feature.Template projTempl)
Feature.Template
ProjectionEngine. revertTemplate(Feature.Template templ, ProjectionContext ctxt)
Revert a template so that it can be used on the original feature-space.Feature.Template
ProjectionEngine.TemplateProjector. revertTemplate(ProjectionContext ctxt, Feature.Template projTempl)
-
Uses of Feature.Template in org.biojavax.bio.seq
Subclasses of Feature.Template in org.biojavax.bio.seq Modifier and Type Class Description static class
RichFeature.Template
Added-value extension of Feature.Template including bits we're interested in, eg. featureRelationshipSet for relationships with other features, and rankedCrossRefs for lookups into other databases.Methods in org.biojavax.bio.seq that return Feature.Template Modifier and Type Method Description Feature.Template
SimpleRichFeature. makeTemplate()
Create a new Template that could be used to generate a feature identical to this one.Methods in org.biojavax.bio.seq with parameters of type Feature.Template Modifier and Type Method Description Feature
SimpleRichFeature. createFeature(Feature.Template ft)
Create a new Feature, and add it to this FeatureHolder.Feature
ThinRichSequence. createFeature(Feature.Template ft)
Create a new Feature, and add it to this FeatureHolder.Constructors in org.biojavax.bio.seq with parameters of type Feature.Template Constructor Description SimpleRichFeature(FeatureHolder parent, Feature.Template templ)
Creates a new instance of SimpleRichFeature based on a template. -
Uses of Feature.Template in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io with parameters of type Feature.Template Modifier and Type Method Description void
DebuggingRichSeqIOListener. startFeature(Feature.Template templ)
void
RichSeqIOAdapter. startFeature(Feature.Template templ)
void
SimpleRichSequenceBuilder. startFeature(Feature.Template templ)
Notify the listener that a new feature object is starting.
-