public class XClassUtils extends Object
| Constructor and Description |
|---|
XClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static TypeDistance |
findCoercion(XClass source,
XClass target,
org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions) |
static Integer[] |
getDistance(XClass[] a,
XClass[] b) |
static Integer |
getDistance(XClass given,
XClass there) |
static Integer[] |
getDistance(XClass ra,
XClass rb,
XClass[] a,
XClass[] b)
Including return types
|
static Integer |
getRelation(TypeDistance[] a,
TypeDistance[] b) |
static Integer |
getRelation(TypeDistance a,
TypeDistance b) |
static TypeDistance[] |
getTypeDistance(XClass[] a,
XClass[] b,
org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions) |
static TypeDistance |
getTypeDistance(XClass source,
XClass target,
org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions) |
static List<XClass> |
resolve(TypeSystem datatypeSystem,
Collection<TypeToken> typeNames) |
public static Integer getRelation(TypeDistance a, TypeDistance b)
public static Integer getRelation(TypeDistance[] a, TypeDistance[] b)
public static TypeDistance[] getTypeDistance(XClass[] a, XClass[] b, org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions)
public static TypeDistance getTypeDistance(XClass source, XClass target, org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions)
public static List<XClass> resolve(TypeSystem datatypeSystem, Collection<TypeToken> typeNames)
public static TypeDistance findCoercion(XClass source, XClass target, org.aksw.sparqlify.core.datatypes.CoercionSystemOld coercions)
Copyright © 2014. All rights reserved.