Class IsoMatcherImpl<V,E,G extends org.jgrapht.Graph<V,E>>
java.lang.Object
org.aksw.commons.graph.index.jena.IsoMatcherImpl<V,E,G>
- All Implemented Interfaces:
org.aksw.commons.graph.index.core.IsoMatcher<G,V>
public class IsoMatcherImpl<V,E,G extends org.jgrapht.Graph<V,E>>
extends Object
implements org.aksw.commons.graph.index.core.IsoMatcher<G,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Function<com.google.common.collect.BiMap<? extends V,? extends V>, Comparator<E>> protected Function<com.google.common.collect.BiMap<? extends V,? extends V>, Comparator<V>> -
Constructor Summary
ConstructorsConstructorDescriptionIsoMatcherImpl(Function<com.google.common.collect.BiMap<? extends V, ? extends V>, Comparator<V>> createVertexComparator, Function<com.google.common.collect.BiMap<? extends V, ? extends V>, Comparator<E>> createEdgeComparator) -
Method Summary
-
Field Details
-
createVertexComparator
protected Function<com.google.common.collect.BiMap<? extends V,? extends V>, createVertexComparatorComparator<V>> -
createEdgeComparator
protected Function<com.google.common.collect.BiMap<? extends V,? extends V>, createEdgeComparatorComparator<E>>
-
-
Constructor Details
-
IsoMatcherImpl
public IsoMatcherImpl(Function<com.google.common.collect.BiMap<? extends V, ? extends V>, Comparator<V>> createVertexComparator, Function<com.google.common.collect.BiMap<? extends V, ? extends V>, Comparator<E>> createEdgeComparator)
-
-
Method Details