Interface Unflattener

All Known Implementing Classes:
DetectionExporter, Mpeg7IO, XMLEncodeDecode

public interface Unflattener
interface to be used for unflattening (i.e. importing) MMFGs based on a String
  • Method Summary

    Modifier and Type Method Description
    MMFG unflatten​(java.lang.String s)
    returns the MMFG contained in the string
  • Method Details

    • unflatten

      MMFG unflatten​(java.lang.String s)
      returns the MMFG contained in the string