Class FilterableRootset

  • Direct Known Subclasses:
    UniverseRootset

    public abstract class FilterableRootset
    extends java.lang.Object
    Filterable root sets are predefined sets that are commonly used as a starting point for filtering experiments
    Author:
    Ben Holland
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      abstract java.lang.String getDescription()
      A short description of the filter
      abstract java.lang.String getName()
      The display name of the filter
      abstract com.ensoftcorp.atlas.core.query.Q getRootSet()
      Returns the root set
      int hashCode()  
      java.lang.String toString()
      Returns the filter name
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FilterableRootset

        public FilterableRootset()
    • Method Detail

      • getName

        public abstract java.lang.String getName()
        The display name of the filter
        Returns:
      • getDescription

        public abstract java.lang.String getDescription()
        A short description of the filter
        Returns:
      • getRootSet

        public abstract com.ensoftcorp.atlas.core.query.Q getRootSet()
        Returns the root set
        Returns:
      • toString

        public java.lang.String toString()
        Returns the filter name
        Overrides:
        toString in class java.lang.Object
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object