Uses of Interface
org.biojavax.bio.seq.Position
-
Packages that use Position Package Description org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of Position in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement Position Modifier and Type Class Description classSimplePositionA simple implementation of the Position interface.Fields in org.biojavax.bio.seq declared as Position Modifier and Type Field Description static PositionPosition. EMPTY_POSITIONThe empty position lies nowhere.Methods in org.biojavax.bio.seq that return Position Modifier and Type Method Description PositionEmptyRichLocation. getMaxPosition()Retrieves the end position of this location.PositionMultiSourceCompoundRichLocation. getMaxPosition()Retrieves the end position of this location.PositionRichLocation. getMaxPosition()Retrieves the end position of this location.PositionSimpleRichLocation. getMaxPosition()Retrieves the end position of this location.PositionEmptyRichLocation. getMinPosition()Retrieves the start position of this location.PositionMultiSourceCompoundRichLocation. getMinPosition()Retrieves the start position of this location.PositionRichLocation. getMinPosition()Retrieves the start position of this location.PositionSimpleRichLocation. getMinPosition()Retrieves the start position of this location.protected PositionSimpleRichLocation. posmax(Position a, Position b)protected PositionSimpleRichLocation. posmin(Position a, Position b)PositionPosition. translate(int distance)Takes this position and returns a copy translated by 'distance' bases.PositionSimplePosition. translate(int distance)Takes this position and returns a copy translated by 'distance' bases.Methods in org.biojavax.bio.seq with parameters of type Position Modifier and Type Method Description intPositionResolver.AverageResolver. getMax(Position e)Resolves the maximum possible base for this position.intPositionResolver. getMax(Position end)Resolves the maximum possible base for this position.intPositionResolver.MaximalResolver. getMax(Position e)Resolves the maximum possible base for this position.intPositionResolver.MinimalResolver. getMax(Position e)Resolves the maximum possible base for this position.intPositionResolver.AverageResolver. getMin(Position s)Resolves the minimum possible base for this position.intPositionResolver. getMin(Position start)Resolves the minimum possible base for this position.intPositionResolver.MaximalResolver. getMin(Position s)Resolves the minimum possible base for this position.intPositionResolver.MinimalResolver. getMin(Position s)Resolves the minimum possible base for this position.protected PositionSimpleRichLocation. posmax(Position a, Position b)protected PositionSimpleRichLocation. posmin(Position a, Position b)protected voidSimpleRichLocation. setMaxPosition(Position max)protected voidSimpleRichLocation. setMinPosition(Position min)Constructors in org.biojavax.bio.seq with parameters of type Position Constructor Description SimpleRichLocation(Position pos, int rank)Creates a new instance of SimpleRichSequenceLocation that points to a single position on the positive strand.SimpleRichLocation(Position pos, int rank, RichLocation.Strand strand)Creates a new instance of SimpleRichSequenceLocation that points to a single position.SimpleRichLocation(Position pos, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a single position on another sequence.SimpleRichLocation(Position min, Position max, int rank)Creates a new instance of SimpleRichSequenceLocation that points to a range position on the positive strand.SimpleRichLocation(Position min, Position max, int rank, RichLocation.Strand strand)Creates a new instance of SimpleRichSequenceLocation that points to a range position.SimpleRichLocation(Position min, Position max, int rank, RichLocation.Strand strand, CrossRef crossRef)Creates a new instance of SimpleRichSequenceLocation that points to a range position on another sequence.
-