From: kjvdheide Date: Tue, 14 Nov 2017 17:15:54 +0000 (+0000) Subject: JAL-2805 added getters for hashmaps filled with associated seqs/nodes X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=19c9c39756c61eff449d42b93f835d9dbb8c196f;p=jalview.git JAL-2805 added getters for hashmaps filled with associated seqs/nodes --- diff --git a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java index d5262c5..b1dc106 100644 --- a/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java +++ b/src/jalview/ext/archaeopteryx/AptxNodeAssociation.java @@ -76,6 +76,17 @@ public class AptxNodeAssociation } } + + public Map getAlignmentWithNodes() + { + return alignmentWithNodes; + } + + public Map getNodesWithAlignment() + { + return nodesWithAlignment; + } + // { // SequenceIdMatcher algnIds = new SequenceIdMatcher(seqs); //