public class CarmlPredicateMap extends CarmlTermMap implements PredicateMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlPredicateMap.Builder |
| Constructor and Description |
|---|
CarmlPredicateMap() |
CarmlPredicateMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder) |
Set<Resource> |
getReferencedResources() |
static CarmlPredicateMap.Builder |
newBuilder() |
String |
toString() |
equals, getConstant, getFunctionValue, getInverseExpression, getReference, getTemplate, getTermType, hashCode, setConstant, setFunctionValue, setInverseExpression, setReference, setTemplate, setTermTypeasRdf, getAsResource, getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConstant, getFunctionValue, getInverseExpression, getReference, getTemplate, getTermTypeasRdf, getAsResource, getId, getLabel, getResourceNamepublic CarmlPredicateMap()
public CarmlPredicateMap(String reference, String inverseExpression, String template, TermType termType, org.eclipse.rdf4j.model.Value constant, TriplesMap functionValue)
public Set<Resource> getReferencedResources()
getReferencedResources in interface Resourcepublic void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
addTriples in interface Resourcepublic static CarmlPredicateMap.Builder newBuilder()
Copyright © 2017–2021 Taxonic. All rights reserved.