public abstract class CarmlTermMap extends CarmlResource implements TermMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlTermMap.Builder |
| Constructor and Description |
|---|
CarmlTermMap() |
CarmlTermMap(String reference,
String inverseExpression,
String template,
TermType termType,
org.eclipse.rdf4j.model.Value constant,
TriplesMap functionValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.eclipse.rdf4j.model.Value |
getConstant() |
TriplesMap |
getFunctionValue() |
String |
getInverseExpression() |
String |
getReference() |
String |
getTemplate() |
TermType |
getTermType() |
int |
hashCode() |
void |
setConstant(org.eclipse.rdf4j.model.Value constant) |
void |
setFunctionValue(TriplesMap functionValue) |
void |
setInverseExpression(String inverseExpression) |
void |
setReference(String reference) |
void |
setTemplate(String template) |
void |
setTermType(TermType termType) |
getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, getLabel, getResourceNamepublic CarmlTermMap()
public CarmlTermMap(String reference, String inverseExpression, String template, TermType termType, org.eclipse.rdf4j.model.Value constant, TriplesMap functionValue)
public String getReference()
getReference in interface TermMappublic String getInverseExpression()
getInverseExpression in interface TermMappublic String getTemplate()
getTemplate in interface TermMappublic TermType getTermType()
getTermType in interface TermMappublic org.eclipse.rdf4j.model.Value getConstant()
getConstant in interface TermMappublic TriplesMap getFunctionValue()
getFunctionValue in interface TermMappublic void setReference(String reference)
public void setInverseExpression(String inverseExpression)
public void setTemplate(String template)
public void setTermType(TermType termType)
public void setConstant(org.eclipse.rdf4j.model.Value constant)
public void setFunctionValue(TriplesMap functionValue)
Copyright © 2017–2018 Taxonic. All rights reserved.