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(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader) -
Method Summary
Modifier and TypeMethodDescriptionprotected ai.stapi.graph.attribute.attributeValue.AttributeValue<?>getSortingValue(AbstractSortOption sortOption, ai.stapi.graph.traversableGraphElements.TraversableGraphElement graphElement, ai.stapi.graph.attribute.attributeValue.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(ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder structureSchemaFinder, InMemoryGraphLoader inMemoryGraphLoader)
-
-
Method Details
-
getSortingValue
protected ai.stapi.graph.attribute.attributeValue.AttributeValue<?> getSortingValue(AbstractSortOption sortOption, ai.stapi.graph.traversableGraphElements.TraversableGraphElement graphElement, ai.stapi.graph.attribute.attributeValue.AttributeValue<?> defaultValue, InMemorySearchResolvingContext context)
-