Class UnknownOverlayModel

  • All Implemented Interfaces:
    OverlayModel

    public class UnknownOverlayModel
    extends Object
    implements OverlayModel
    An overlay model that is unknown to the current OpenRefine instance, but might be interpretable by another instance (for instance, a later version of OpenRefine, or using an extension). This class holds the JSON serialization of the overlay model, in the interest of being able to serialize it later, hence avoiding to discard it and lose metadata.
    • Constructor Detail

      • UnknownOverlayModel

        public UnknownOverlayModel()