| Package | Description |
|---|---|
| com.taxonic.carml.model | |
| com.taxonic.carml.model.impl |
| Modifier and Type | Method and Description |
|---|---|
TermType |
TermMap.getTermType() |
static TermType |
TermType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermType[] |
TermType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TermType |
CarmlTermMap.getTermType() |
| Modifier and Type | Method and Description |
|---|---|
void |
CarmlTermMap.setTermType(TermType termType) |
CarmlPredicateMap.Builder |
CarmlPredicateMap.Builder.termType(TermType termType) |
CarmlSubjectMap.Builder |
CarmlSubjectMap.Builder.termType(TermType termType) |
CarmlGraphMap.Builder |
CarmlGraphMap.Builder.termType(TermType termType) |
CarmlObjectMap.Builder |
CarmlObjectMap.Builder.termType(TermType termType) |
| 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) |
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) |
Copyright © 2017–2018 Taxonic. All rights reserved.