| Package | Description |
|---|---|
| com.taxonic.carml.model | |
| com.taxonic.carml.model.impl | |
| com.taxonic.carml.util |
| Modifier and Type | Method and Description |
|---|---|
TriplesMap |
TermMap.getFunctionValue() |
TriplesMap |
RefObjectMap.getParentTriplesMap() |
| Modifier and Type | Class and Description |
|---|---|
class |
CarmlTriplesMap |
| Modifier and Type | Method and Description |
|---|---|
TriplesMap |
CarmlTermMap.getFunctionValue() |
TriplesMap |
CarmlRefObjectMap.getParentTriplesMap() |
| Modifier and Type | Method and Description |
|---|---|
CarmlObjectMap.Builder |
CarmlObjectMap.Builder.functionValue(TriplesMap functionValue) |
CarmlPredicateMap.Builder |
CarmlPredicateMap.Builder.functionValue(TriplesMap functionValue) |
CarmlSubjectMap.Builder |
CarmlSubjectMap.Builder.functionValue(TriplesMap functionValue) |
CarmlRefObjectMap.Builder |
CarmlRefObjectMap.Builder.parentTriplesMap(TriplesMap parentTriplesMap) |
void |
CarmlTermMap.setFunctionValue(TriplesMap functionValue) |
void |
CarmlRefObjectMap.setParentTriplesMap(TriplesMap parentTriplesMap) |
| Constructor and Description |
|---|
CarmlGraphMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
CarmlObjectMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue,
org.eclipse.rdf4j.model.IRI datatype,
String language) |
CarmlPredicateMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
CarmlRefObjectMap(TriplesMap parentTriplesMap,
Set<Join> joinConditions) |
CarmlSubjectMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue,
Set<org.eclipse.rdf4j.model.IRI> classes,
Set<GraphMap> graphMaps) |
CarmlTermMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
| Modifier and Type | Method and Description |
|---|---|
Set<TriplesMap> |
RmlMappingLoader.load(InputStream input,
org.eclipse.rdf4j.rio.RDFFormat rdfFormat)
Deprecated.
use
RmlMappingLoader.load(RDFFormat, InputStream...) instead. |
Set<TriplesMap> |
RmlMappingLoader.load(org.eclipse.rdf4j.model.Model... models) |
Set<TriplesMap> |
RmlMappingLoader.load(Path pathToFile,
org.eclipse.rdf4j.rio.RDFFormat rdfFormat)
Deprecated.
use
RmlMappingLoader.load(RDFFormat, Path...) instead. |
Set<TriplesMap> |
RmlMappingLoader.load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat,
InputStream... inputs) |
Set<TriplesMap> |
RmlMappingLoader.load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat,
Path... pathsToFile) |
Set<TriplesMap> |
RmlMappingLoader.load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat,
String... classPathResources) |
Set<TriplesMap> |
RmlMappingLoader.load(String resource,
org.eclipse.rdf4j.rio.RDFFormat rdfFormat)
Deprecated.
use
RmlMappingLoader.load(RDFFormat, String...) instead. |
Copyright © 2017–2021 Taxonic. All rights reserved.