| Package | Description |
|---|---|
| org.aksw.sparqlify.core.cast |
| Modifier and Type | Method and Description |
|---|---|
static <T,M> TypeDistance<M> |
TypeHierarchyUtils.findCoercion(T source,
T target,
org.aksw.sparqlify.core.cast.CoercionSystemOld<T,M> coercions,
org.aksw.sparqlify.core.cast.DirectSuperTypeProvider<T> DirectSuperTypeProvider) |
static <T,M> TypeDistance<M>[] |
TypeHierarchyUtils.getTypeDistance(T[] a,
T[] b,
org.aksw.sparqlify.core.cast.CoercionSystemOld<T,M> coercions,
org.aksw.sparqlify.core.cast.DirectSuperTypeProvider<T> DirectSuperTypeProvider) |
static <T,M> TypeDistance<M> |
TypeHierarchyUtils.getTypeDistance(T source,
T target,
org.aksw.sparqlify.core.cast.CoercionSystemOld<T,M> coercions,
org.aksw.sparqlify.core.cast.DirectSuperTypeProvider<T> DirectSuperTypeProvider) |
| Modifier and Type | Method and Description |
|---|---|
static <M> Integer |
TypeHierarchyUtils.getRelation(TypeDistance<M>[] a,
TypeDistance<M>[] b) |
static <M> Integer |
TypeHierarchyUtils.getRelation(TypeDistance<M>[] a,
TypeDistance<M>[] b) |
static <M> Integer |
TypeHierarchyUtils.getRelation(TypeDistance<M> a,
TypeDistance<M> b) |
static <M> Integer |
TypeHierarchyUtils.getRelation(TypeDistance<M> a,
TypeDistance<M> b) |
Copyright © 2013. All Rights Reserved.