Uses of Interface
org.biojavax.bio.seq.Position
Packages that use Position
-
Uses of Position in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement PositionModifier and TypeClassDescriptionclassA simple implementation of the Position interface.Fields in org.biojavax.bio.seq declared as PositionModifier and TypeFieldDescriptionstatic final PositionPosition.EMPTY_POSITIONThe empty position lies nowhere.Methods in org.biojavax.bio.seq that return PositionModifier and TypeMethodDescriptionEmptyRichLocation.getMaxPosition()Retrieves the end position of this location.MultiSourceCompoundRichLocation.getMaxPosition()Retrieves the end position of this location.RichLocation.getMaxPosition()Retrieves the end position of this location.SimpleRichLocation.getMaxPosition()Retrieves the end position of this location.EmptyRichLocation.getMinPosition()Retrieves the start position of this location.MultiSourceCompoundRichLocation.getMinPosition()Retrieves the start position of this location.RichLocation.getMinPosition()Retrieves the start position of this location.SimpleRichLocation.getMinPosition()Retrieves the start position of this location.protected Positionprotected PositionPosition.translate(int distance) Takes this position and returns a copy translated by 'distance' bases.SimplePosition.translate(int distance) Takes this position and returns a copy translated by 'distance' bases.Methods in org.biojavax.bio.seq with parameters of type PositionModifier and TypeMethodDescriptionintResolves the maximum possible base for this position.intResolves the maximum possible base for this position.intResolves the maximum possible base for this position.intResolves the maximum possible base for this position.intResolves the minimum possible base for this position.intResolves the minimum possible base for this position.intResolves the minimum possible base for this position.intResolves the minimum possible base for this position.protected Positionprotected Positionprotected voidSimpleRichLocation.setMaxPosition(Position max) protected voidSimpleRichLocation.setMinPosition(Position min) Constructors in org.biojavax.bio.seq with parameters of type PositionModifierConstructorDescriptionSimpleRichLocation(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.