public class CarmlObjectMap extends CarmlTermMap implements ObjectMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlObjectMap.Builder |
| Constructor and Description |
|---|
CarmlObjectMap() |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder) |
boolean |
equals(Object obj) |
org.eclipse.rdf4j.model.IRI |
getDatatype() |
String |
getLanguage() |
Set<Resource> |
getReferencedResources() |
int |
hashCode() |
static CarmlObjectMap.Builder |
newBuilder() |
void |
setDatatype(org.eclipse.rdf4j.model.IRI datatype) |
void |
setLanguage(String language) |
String |
toString() |
getConstant, getFunctionValue, getInverseExpression, getReference, getTemplate, getTermType, 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 org.eclipse.rdf4j.model.IRI getDatatype()
getDatatype in interface ObjectMappublic String getLanguage()
getLanguage in interface ObjectMappublic void setDatatype(org.eclipse.rdf4j.model.IRI datatype)
public void setLanguage(String language)
public int hashCode()
hashCode in class CarmlTermMappublic boolean equals(Object obj)
equals in class CarmlTermMappublic Set<Resource> getReferencedResources()
getReferencedResources in interface Resourcepublic void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
addTriples in interface Resourcepublic static CarmlObjectMap.Builder newBuilder()
Copyright © 2017–2021 Taxonic. All rights reserved.