Class FilterableRootset
- java.lang.Object
-
- com.ensoftcorp.open.commons.filters.rootset.FilterableRootset
-
- Direct Known Subclasses:
UniverseRootset
public abstract class FilterableRootset extends java.lang.ObjectFilterable root sets are predefined sets that are commonly used as a starting point for filtering experiments- Author:
- Ben Holland
-
-
Constructor Summary
Constructors Constructor Description FilterableRootset()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)abstract java.lang.StringgetDescription()A short description of the filterabstract java.lang.StringgetName()The display name of the filterabstract com.ensoftcorp.atlas.core.query.QgetRootSet()Returns the root setinthashCode()java.lang.StringtoString()Returns the filter name
-
-
-
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:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-