Class FilterImportExportList


  • public class FilterImportExportList
    extends java.lang.Object
    Class that wraps and holds list of filters, which are meant to be exported/imported. This is the root class of xml file, that is created after exporting of filters. The root tag of the xml file is: tag is followed by list of tags. Whole schema for the xml file is on the path: resources/petriNets/filter_export_schema.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterImportExportList

        public FilterImportExportList()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object