Uses of Enum Class
org.apache.jena.mem2.pattern.MatchPattern
Packages that use MatchPattern
-
Uses of MatchPattern in org.apache.jena.mem2.pattern
Methods in org.apache.jena.mem2.pattern that return MatchPatternModifier and TypeMethodDescriptionstatic MatchPatternstatic MatchPatternstatic MatchPatternReturns the enum constant of this class with the specified name.static MatchPattern[]MatchPattern.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatchPattern in org.apache.jena.mem2.store.roaring.strategies
Methods in org.apache.jena.mem2.store.roaring.strategies with parameters of type MatchPatternModifier and TypeMethodDescriptionbooleanEagerStoreStrategy.containsMatch(Triple tripleMatch, MatchPattern pattern) booleanLazyStoreStrategy.containsMatch(Triple tripleMatch, MatchPattern pattern) booleanManualStoreStrategy.containsMatch(Triple tripleMatch, MatchPattern pattern) booleanMinimalStoreStrategy.containsMatch(Triple tripleMatch, MatchPattern pattern) booleanStoreStrategy.containsMatch(Triple tripleMatch, MatchPattern pattern) Check if the index contains a match for the given triple and pattern.EagerStoreStrategy.findMatch(Triple tripleMatch, MatchPattern pattern) LazyStoreStrategy.findMatch(Triple tripleMatch, MatchPattern pattern) ManualStoreStrategy.findMatch(Triple tripleMatch, MatchPattern pattern) MinimalStoreStrategy.findMatch(Triple tripleMatch, MatchPattern pattern) StoreStrategy.findMatch(Triple tripleMatch, MatchPattern pattern) Find the triples that match the given triple and pattern.EagerStoreStrategy.streamMatch(Triple tripleMatch, MatchPattern pattern) LazyStoreStrategy.streamMatch(Triple tripleMatch, MatchPattern pattern) ManualStoreStrategy.streamMatch(Triple tripleMatch, MatchPattern pattern) MinimalStoreStrategy.streamMatch(Triple tripleMatch, MatchPattern pattern) StoreStrategy.streamMatch(Triple tripleMatch, MatchPattern pattern) Stream the triples that match the given triple and pattern.