We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Bamboo Integration
class Witness { String id; Token[] tokens; } Witness[] tokenize(String[] sources, @Null Object parameters); CollationRef align(Witness[] witnesses, @Null Witness base, Function matches); // boolean matches(Token a, Token b) AlignmentTable toAlignmentTable(CollationRef collation, Sigil[] returnSet); AlignmentTable toAlignmentTable(CollationRef collation); // return all witnesses AlignmentTable toAlignmentTable(VariantGraph vg); VariantGraph toVariantGraph(CollationRef collation); DifferenceSet toDifferenceSet(CollationRef collation, Sigil[] returnSet);
There was an error while loading. Please reload this page.