| Package | Description |
|---|---|
| org.aksw.sparqlify.core.cast |
| Modifier and Type | Method and Description |
|---|---|
MethodEntry<T> |
CandidateMethod.getMethod() |
MethodEntry<T> |
FunctionModelImpl.lookupById(String id) |
MethodEntry<T> |
FunctionModel.lookupById(String fnId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodEntry<T>> |
FunctionModelImpl.lookupByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CandidateMethod<T>> |
FunctionModelImpl.lookup(Collection<MethodEntry<T>> candidates,
List<T> argTypes) |
Collection<CandidateMethod<T>> |
FunctionModel.lookup(Collection<MethodEntry<T>> candidates,
List<T> argTypes) |
| Constructor and Description |
|---|
CandidateMethod(MethodEntry<T> method,
List<CandidateMethod<T>> coercions,
MethodDistance distance) |
Copyright © 2013. All Rights Reserved.