Uses of Interface
org.aksw.jenax.reprogen.hashid.HashIdCxt
Packages that use HashIdCxt
-
Uses of HashIdCxt in org.aksw.jenax.reprogen.core
Methods in org.aksw.jenax.reprogen.core that return HashIdCxtModifier and TypeMethodDescriptionstatic HashIdCxtMapperProxyUtils.getHashId(org.apache.jena.rdf.model.RDFNode root) Computes the hash id for a given subclass of RDF node.Methods in org.aksw.jenax.reprogen.core that return types with arguments of type HashIdCxtModifier and TypeMethodDescriptionstatic BiFunction<org.apache.jena.rdf.model.Resource,HashIdCxt, String> MapperProxyUtils.createDefaultStringIdProcessor(String prefix) static BiFunction<org.apache.jena.rdf.model.RDFNode,HashIdCxt, com.google.common.hash.HashCode> MapperProxyUtils.createPropertyHashIdProcessor(BiFunction<org.apache.jena.rdf.model.RDFNode, HashIdCxt, com.google.common.hash.HashCode> globalHashProcessor, org.apache.jena.sparql.path.P_Path0 path, Supplier<Collection<? extends org.apache.jena.rdf.model.RDFNode>> valuesSupplier) Methods in org.aksw.jenax.reprogen.core with parameters of type HashIdCxtModifier and TypeMethodDescriptionstatic voidMapperProxyUtils.collectReachableResources(org.apache.jena.rdf.model.RDFNode root, HashIdCxt cxt) static com.google.common.hash.HashCodestatic com.google.common.hash.HashCodeMapperProxyUtils.getHashIdActual(org.apache.jena.rdf.model.RDFNode root, HashIdCxt cxt) static com.google.common.hash.HashCodeMapperProxyUtils.getHashIdCore(org.apache.jena.rdf.model.RDFNode root, HashIdCxt cxt) Method parameters in org.aksw.jenax.reprogen.core with type arguments of type HashIdCxtModifier and TypeMethodDescriptionstatic BiFunction<org.apache.jena.rdf.model.RDFNode,HashIdCxt, com.google.common.hash.HashCode> MapperProxyUtils.createPropertyHashIdProcessor(BiFunction<org.apache.jena.rdf.model.RDFNode, HashIdCxt, com.google.common.hash.HashCode> globalHashProcessor, org.apache.jena.sparql.path.P_Path0 path, Supplier<Collection<? extends org.apache.jena.rdf.model.RDFNode>> valuesSupplier) -
Uses of HashIdCxt in org.aksw.jenax.reprogen.hashid
Classes in org.aksw.jenax.reprogen.hashid that implement HashIdCxtFields in org.aksw.jenax.reprogen.hashid with type parameters of type HashIdCxtModifier and TypeFieldDescriptionprotected Set<BiFunction<? super org.apache.jena.rdf.model.Resource,? super HashIdCxt, ? extends com.google.common.hash.HashCode>> ClassDescriptor.directHashIdProcessorsprotected Set<BiFunction<? super org.apache.jena.rdf.model.Resource,? super HashIdCxt, ? extends String>> ClassDescriptor.directStringIdProcessorsA sequence of functions (managed in a LinkedHashSet) that can compute a string id for a given resource and a HashIdCxt.protected BiFunction<? super org.apache.jena.rdf.model.RDFNode,? super HashIdCxt, ? extends com.google.common.hash.HashCode> HashIdCxtImpl.globalProcessorMethods in org.aksw.jenax.reprogen.hashid that return types with arguments of type HashIdCxtModifier and TypeMethodDescriptionBiFunction<? super org.apache.jena.rdf.model.RDFNode,? super HashIdCxt, ? extends com.google.common.hash.HashCode> HashIdCxt.getGlobalProcessor()BiFunction<? super org.apache.jena.rdf.model.RDFNode,? super HashIdCxt, ? extends com.google.common.hash.HashCode> HashIdCxtImpl.getGlobalProcessor()Methods in org.aksw.jenax.reprogen.hashid with parameters of type HashIdCxtModifier and TypeMethodDescriptionvoidClassDescriptor.collectReachableResources(org.apache.jena.rdf.model.Resource node, HashIdCxt cxt) com.google.common.hash.HashCodeClassDescriptor.computeHashId(org.apache.jena.rdf.model.Resource node, HashIdCxt cxt) Method parameters in org.aksw.jenax.reprogen.hashid with type arguments of type HashIdCxtModifier and TypeMethodDescriptionClassDescriptor.registerDirectHashIdProcessor(BiFunction<? super org.apache.jena.rdf.model.Resource, ? super HashIdCxt, ? extends com.google.common.hash.HashCode> processor) ClassDescriptor.registerDirectStringIdProcessor(BiFunction<? super org.apache.jena.rdf.model.Resource, ? super HashIdCxt, ? extends String> processor) Constructor parameters in org.aksw.jenax.reprogen.hashid with type arguments of type HashIdCxtModifierConstructorDescriptionHashIdCxtImpl(com.google.common.hash.HashFunction hashFn, BiFunction<? super org.apache.jena.rdf.model.RDFNode, ? super HashIdCxt, ? extends com.google.common.hash.HashCode> globalProcessor)