Uses of Interface
ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query.GraphElementQueryDescription
Packages that use GraphElementQueryDescription
Package
Description
-
Uses of GraphElementQueryDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query
Subinterfaces of GraphElementQueryDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.queryClasses in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query that implement GraphElementQueryDescriptionModifier and TypeClassDescriptionclassclassclass -
Uses of GraphElementQueryDescription in ai.stapi.graphoperations.graphLoader
Methods in ai.stapi.graphoperations.graphLoader with parameters of type GraphElementQueryDescriptionModifier and TypeMethodDescriptionGraphLoader.find(GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) GraphLoader.findAsTraversable(GraphElementQueryDescription graphDescription) <T> GraphLoaderGetAsObjectOutput<T>GraphLoader.get(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) GraphLoader.getAsTraversable(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphDescription) -
Uses of GraphElementQueryDescription in ai.stapi.graphoperations.graphLoader.inmemory
Methods in ai.stapi.graphoperations.graphLoader.inmemory with parameters of type GraphElementQueryDescriptionModifier and TypeMethodDescriptionInMemoryGraphLoader.find(GraphElementQueryDescription graphElementQueryDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) InMemoryGraphLoader.findAsTraversable(GraphElementQueryDescription graphDescription) <T> GraphLoaderGetAsObjectOutput<T>InMemoryGraphLoader.get(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphDescription, Class<T> objectClass, GraphLoaderReturnType... returnTypes) InMemoryGraphLoader.getAsTraversable(ai.stapi.identity.UniqueIdentifier elementId, GraphElementQueryDescription graphDescription)