Uses of Class
org.biojava.bio.alignment.IllegalAlignmentEditException
-
Packages that use IllegalAlignmentEditException Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments. -
-
Uses of IllegalAlignmentEditException in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment that throw IllegalAlignmentEditException Modifier and Type Method Description voidEditableAlignment. shiftAtAlignmentLoc(Object label, Location loc, int offset)loc in this case is the Alignment LocationvoidFlexibleAlignment. shiftAtAlignmentLoc(Object label, Location loc, int offset)loc in this case is the Alignment LocationvoidEditableAlignment. shiftAtSequenceLoc(Object label, Location loc, int offset)loc in this case is the SymbolList LocationvoidFlexibleAlignment. shiftAtSequenceLoc(Object label, Location loc, int offset)loc in this case is the SymbolList Location
-