Class AbstractSortOption
java.lang.Object
ai.stapi.graphoperations.graphLoader.search.AbstractSearchOption<PositiveGraphDescription>
ai.stapi.graphoperations.graphLoader.search.sortOption.AbstractSortOption
- All Implemented Interfaces:
SearchOption<PositiveGraphDescription>,SortOption
- Direct Known Subclasses:
AscendingSortOption,DescendingSortOption
public abstract class AbstractSortOption
extends AbstractSearchOption<PositiveGraphDescription>
implements SortOption
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractSortOption(String strategy, PositiveGraphDescription attributeNamePath) protectedAbstractSortOption(String strategy, String attributeName) -
Method Summary
Methods inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOption
getOptionType, getParameters, getStrategyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphoperations.graphLoader.search.SearchOption
getOptionType, getParameters, getStrategy
-
Field Details
-
OPTION_TYPE
- See Also:
-
-
Constructor Details
-
AbstractSortOption
protected AbstractSortOption() -
AbstractSortOption
-
AbstractSortOption
-
-
Method Details
-
isLeaf
public boolean isLeaf() -
getAttributeName
-