Uses of Interface
org.biojava.bio.seq.projection.ProjectionContext
- 
Packages that use ProjectionContext Package Description org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties.
- 
- 
Uses of ProjectionContext in org.biojava.bio.seq.implClasses in org.biojava.bio.seq.impl that implement ProjectionContext Modifier and Type Class Description classSimpleGappedSequence.GappedContextstatic classSubSequence.SubProjectedFeatureContextTargetContext that implements the mapping between the parent sequence and this sub-sequence.
- 
Uses of ProjectionContext in org.biojava.bio.seq.projectionClasses in org.biojava.bio.seq.projection that implement ProjectionContext Modifier and Type Class Description classReparentContextA good base class to implement ProjectionContext from.classTranslateFlipContextA ProjectionContext that translates and optionaly flips features.Methods in org.biojava.bio.seq.projection that return ProjectionContext Modifier and Type Method Description ProjectionContextProjectedFeatureHolder. getContext()ProjectionContextProjectedFeature. getProjectionContext()ProjectionContextProjection. getProjectionContext()Methods in org.biojava.bio.seq.projection with parameters of type ProjectionContext Modifier and Type Method Description FeatureProjectionEngine. projectFeature(Feature f, ProjectionContext ctx)Return a projection of Featurefinto the system defined by a given ProjectionContext.Feature.TemplateProjectionEngine. revertTemplate(Feature.Template templ, ProjectionContext ctxt)Revert a template so that it can be used on the original feature-space.Feature.TemplateProjectionEngine.TemplateProjector. revertTemplate(ProjectionContext ctxt, Feature.Template projTempl)Constructors in org.biojava.bio.seq.projection with parameters of type ProjectionContext Constructor Description ProjectedFeature(Feature f, ProjectionContext ctx)ProjectedFeatureHolder(ProjectionContext context)
 
-