Class BinaryDecodingResult


  • public class BinaryDecodingResult
    extends Object
    • Constructor Detail

      • BinaryDecodingResult

        public BinaryDecodingResult​(ByteArrayOutputStream xmiData,
                                    com.google.common.collect.Multimap<Integer,​Integer> sofaElements,
                                    boolean shrinkArraysAndListsIfReferenceNotLoaded)
    • Method Detail

      • isShrinkArraysAndListsIfReferenceNotLoaded

        public boolean isShrinkArraysAndListsIfReferenceNotLoaded()
      • getXmiPortionsToModify

        public List<DataRange> getXmiPortionsToModify()
      • setXmiPortionsToModify

        public void setXmiPortionsToModify​(List<DataRange> xmiPortionsToModify)
      • getSofaElements

        public com.google.common.collect.Multimap<Integer,​Integer> getSofaElements()
        Returns a map from sofa ID to the XMI IDs of annotations contained in the sofa.
        Returns:
      • setSofaElements

        public void setSofaElements​(com.google.common.collect.Multimap<Integer,​Integer> sofaElements)