| Package | Description |
|---|---|
| com.taxonic.carml.model | |
| com.taxonic.carml.model.impl |
| Modifier and Type | Method and Description |
|---|---|
TermType |
TermMap.getTermType() |
static TermType |
TermType.valueOf(java.lang.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) |
CarmlSubjectMap.Builder |
CarmlSubjectMap.Builder.termType(TermType termType) |
CarmlPredicateMap.Builder |
CarmlPredicateMap.Builder.termType(TermType termType) |
CarmlObjectMap.Builder |
CarmlObjectMap.Builder.termType(TermType termType) |
CarmlGraphMap.Builder |
CarmlGraphMap.Builder.termType(TermType termType) |
| Constructor and Description |
|---|
CarmlGraphMap(java.lang.String reference,
java.lang.String inverseExpression,
java.lang.String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
CarmlObjectMap(java.lang.String reference,
java.lang.String inverseExpression,
java.lang.String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue,
org.eclipse.rdf4j.model.IRI datatype,
java.lang.String language) |
CarmlPredicateMap(java.lang.String reference,
java.lang.String inverseExpression,
java.lang.String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
CarmlSubjectMap(java.lang.String reference,
java.lang.String inverseExpression,
java.lang.String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue,
java.util.Set<org.eclipse.rdf4j.model.IRI> classes,
java.util.Set<GraphMap> graphMaps) |
CarmlTermMap(java.lang.String reference,
java.lang.String inverseExpression,
java.lang.String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
Copyright © 2017–2018 Taxonic. All rights reserved.