Uses of Class
org.biojava.nbio.core.alignment.template.AlignedSequence.Step
-
Packages that use AlignedSequence.Step Package Description org.biojava.nbio.core.alignment org.biojava.nbio.core.alignment.template -
-
Uses of AlignedSequence.Step in org.biojava.nbio.core.alignment
Constructor parameters in org.biojava.nbio.core.alignment with type arguments of type AlignedSequence.Step Constructor Description SimpleAlignedSequence(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.SimpleProfile(Profile<S,C> query, Profile<S,C> target, List<AlignedSequence.Step> sx, List<AlignedSequence.Step> sy)Creates a pair profile for the given profiles.SimpleProfile(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.Step Modifier and Type Method Description static AlignedSequence.StepAlignedSequence.Step. valueOf(String name)Returns the enum constant of this type with the specified name.static AlignedSequence.Step[]AlignedSequence.Step. values()Returns an array containing the constants of this enum type, in the order they are declared.
-