Uses of Interface
textbender.d.transfer.MutantAbstractor

Packages that use MutantAbstractor
textbender.a.u.branch   
textbender.a.u.transfer.clipboard   
textbender.d.gene.xhtml   
textbender.d.transfer   
 

Uses of MutantAbstractor in textbender.a.u.branch
 

Constructors in textbender.a.u.branch with parameters of type MutantAbstractor
Brancher(Element gg, List<Element> gList, DOMImplementationLS domLS, MutantAbstractor mutantAbstractor, LSParser parser, StringBuilder stringBuilder, TransformerFactory transformerFactory, UUIDStringifier uuidStringifier)
          Creates a Brancher for a document.
 

Uses of MutantAbstractor in textbender.a.u.transfer.clipboard
 

Constructors in textbender.a.u.transfer.clipboard with parameters of type MutantAbstractor
Replacer(Element gg, List<Element> gList, StringBuilder b, DOMImplementationLS domLS, MutantAbstractor mutantAbstractor, LSParser parser, TransformerFactory transformerFactory, UUIDStringifier uuidStringifier)
          Creates a Replacer for a document.
 

Uses of MutantAbstractor in textbender.d.gene.xhtml
 

Classes in textbender.d.gene.xhtml that implement MutantAbstractor
 class RecombinantXHTML
          Recombinant XHTML definitions and utilities.
 

Uses of MutantAbstractor in textbender.d.transfer
 

Methods in textbender.d.transfer with parameters of type MutantAbstractor
static boolean Transfer.isTransferMutant(Element gene, Element g, List<Element> gList, MutantAbstractor mutantAbstractor, DOMImplementationLS domLS, LSParser parser, StringBuilder b)
          Returns true if the gene's sequence has changed enough that the mutation should be recorded in transfer ancestry.