Uses of Enum Class
org.biojava.nbio.core.alignment.template.AlignedSequence.Step
Packages that use AlignedSequence.Step
-
Uses of AlignedSequence.Step in org.biojava.nbio.core.alignment
Constructor parameters in org.biojava.nbio.core.alignment with type arguments of type AlignedSequence.StepModifierConstructorDescriptionSimpleAlignedSequence(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps) Creates a newAlignedSequencefor the givenAlignedSequencein a global alignment.SimpleAlignedSequence(AlignedSequence<S, C> prev, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates a newAlignedSequencefor the givenAlignedSequencein a local alignment.SimpleAlignedSequence(S original, List<AlignedSequence.Step> steps) Creates anAlignedSequencefor the givenSequencein a global alignment.SimpleAlignedSequence(S original, List<AlignedSequence.Step> steps, int numBefore, int numAfter) Creates anAlignedSequencefor the givenSequencein a local alignment.protectedSimpleProfile(Profile<S, C> query, Profile<S, C> target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given profiles.protectedSimpleProfile(S query, S target, List<AlignedSequence.Step> sx, int xb, int xa, List<AlignedSequence.Step> sy, int yb, int ya) Creates a pair profile for the given sequences.SimpleProfilePair(Profile<S, C> query, Profile<S, C> target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given profiles.SimpleSequencePair(S query, S target, List<AlignedSequence.Step> sx, int xb, int xa, List<AlignedSequence.Step> sy, int yb, int ya) Creates a pair profile for the given sequences with a local alignment.SimpleSequencePair(S query, S target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy) Creates a pair profile for the given sequences with a global alignment. -
Uses of AlignedSequence.Step in org.biojava.nbio.core.alignment.template
Methods in org.biojava.nbio.core.alignment.template that return AlignedSequence.StepModifier and TypeMethodDescriptionstatic AlignedSequence.StepReturns the enum constant of this class with the specified name.static AlignedSequence.Step[]AlignedSequence.Step.values()Returns an array containing the constants of this enum class, in the order they are declared.