Class InMemorySortResolver
java.lang.Object
ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver<S,InMemorySearchResolvingContext,InMemorySearchResolvingContext>
ai.stapi.graphoperations.graphLoader.inmemory.AbstractInMemorySearchOptionResolver<SortOption>
ai.stapi.graphoperations.graphLoader.inmemory.InMemorySortResolver
- All Implemented Interfaces:
SearchOptionResolver<InMemorySearchResolvingContext>
- Direct Known Subclasses:
InMemoryAscendingSortResolver,InMemoryDescendingSortResolver
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
AbstractSearchOptionResolver.SchemaAndCollectionComparisonOperator -
Field Summary
Fields inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
structureSchemaFinder -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInMemorySortResolver(StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected AttributeValue<?>getSortingValue(AbstractSortOption sortOption, TraversableGraphElement graphElement, AttributeValue<?> defaultValue, InMemorySearchResolvingContext context) Methods inherited from class ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver
createRelationshipStructureSchema, resolve, resolveTypedMethods 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.SearchOptionResolver
supports
-
Constructor Details
-
InMemorySortResolver
protected InMemorySortResolver(StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader)
-
-
Method Details
-
getSortingValue
protected AttributeValue<?> getSortingValue(AbstractSortOption sortOption, TraversableGraphElement graphElement, AttributeValue<?> defaultValue, InMemorySearchResolvingContext context)
-