Uses of Interface
io.carml.model.TriplesMap
-
Packages that use TriplesMap Package Description io.carml.model io.carml.model.impl io.carml.util -
-
Uses of TriplesMap in io.carml.model
Methods in io.carml.model that return TriplesMap Modifier and Type Method Description TriplesMapExpressionMap. getFunctionValue()TriplesMapRefObjectMap. getParentTriplesMap() -
Uses of TriplesMap in io.carml.model.impl
Classes in io.carml.model.impl that implement TriplesMap Modifier and Type Class Description classCarmlTriplesMapMethods in io.carml.model.impl that return TriplesMap Modifier and Type Method Description TriplesMapCarmlRefObjectMap. getParentTriplesMap()Constructors in io.carml.model.impl with parameters of type TriplesMap Constructor Description CarmlDatatypeMap(String id, String label, String reference, String template, org.eclipse.rdf4j.model.Value constant, TriplesMap functionValue) -
Uses of TriplesMap in io.carml.util
Methods in io.carml.util that return types with arguments of type TriplesMap Modifier and Type Method Description static Set<TriplesMap>Mappings. filterMappable(Set<TriplesMap> mapping)Set<TriplesMap>RmlMappingLoader. load(org.eclipse.rdf4j.model.Model... models)Set<TriplesMap>RmlMappingLoader. load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat, InputStream... inputs)Set<TriplesMap>RmlMappingLoader. load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat, String... classPathResources)Set<TriplesMap>RmlMappingLoader. load(org.eclipse.rdf4j.rio.RDFFormat rdfFormat, Path... pathsToFile)Method parameters in io.carml.util with type arguments of type TriplesMap Modifier and Type Method Description static Set<TriplesMap>Mappings. filterMappable(Set<TriplesMap> mapping)
-