| Package | Description |
|---|---|
| com.taxonic.carml.model | |
| com.taxonic.carml.model.impl |
| Modifier and Type | Method and Description |
|---|---|
Set<GraphMap> |
SubjectMap.getGraphMaps() |
Set<GraphMap> |
PredicateObjectMap.getGraphMaps() |
| Modifier and Type | Class and Description |
|---|---|
class |
CarmlGraphMap |
| Modifier and Type | Method and Description |
|---|---|
Set<GraphMap> |
CarmlSubjectMap.getGraphMaps() |
Set<GraphMap> |
CarmlPredicateObjectMap.getGraphMaps() |
| Modifier and Type | Method and Description |
|---|---|
CarmlSubjectMap.Builder |
CarmlSubjectMap.Builder.graphMaps(Set<GraphMap> graphMaps) |
CarmlPredicateObjectMap.Builder |
CarmlPredicateObjectMap.Builder.graphMaps(Set<GraphMap> graphMaps) |
void |
CarmlSubjectMap.setGraphMaps(Set<GraphMap> graphMaps) |
void |
CarmlPredicateObjectMap.setGraphMaps(Set<GraphMap> graphMaps) |
| Constructor and Description |
|---|
CarmlPredicateObjectMap(Set<PredicateMap> predicateMaps,
Set<BaseObjectMap> objectMaps,
Set<GraphMap> graphMaps) |
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) |
Copyright © 2017–2018 Taxonic. All rights reserved.