Interface ReducedModelList

    • Method Detail

      • create

        ReducedModel create​(java.lang.String tag,
                            java.lang.String type)
        Creates a reduced model instance of the specified type.
        Specified by:
        create in interface PropFeatureList<ReducedModel>
        Parameters:
        tag - Reduced model tag.
        type - Reduced model type.
        Returns:
        Created reduced model instance.
      • exportReducedModel

        void exportReducedModel​(java.lang.String tag,
                                java.lang.String zipFilename)
                         throws java.io.IOException
        Exports a reduced model instance into a given archive.
        Parameters:
        tag - Reduced model tag.
        zipFilename - Reduced model archive container.
        Throws:
        java.io.IOException
      • importReducedModel

        ReducedModel importReducedModel​(java.lang.String tag,
                                        java.lang.String zipFilename)
                                 throws java.io.IOException
        Imports a reduced model instance from a given archive.
        Parameters:
        tag - Reduced model tag.
        zipFilename - Reduced model archive container.
        Returns:
        Imported reduced model instance.
        Throws:
        java.io.IOException