public class CarmlSubjectMap extends CarmlTermMap implements SubjectMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlSubjectMap.Builder |
| Constructor and Description |
|---|
CarmlSubjectMap() |
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<org.eclipse.rdf4j.model.IRI> |
getClasses() |
Set<GraphMap> |
getGraphMaps() |
int |
hashCode() |
static CarmlSubjectMap.Builder |
newBuilder() |
void |
setClasses(Set<org.eclipse.rdf4j.model.IRI> classes) |
void |
setGraphMaps(Set<GraphMap> graphMaps) |
String |
toString() |
getConstant, getFunctionValue, getInverseExpression, getReference, getTemplate, getTermType, setConstant, setFunctionValue, setInverseExpression, setReference, setTemplate, setTermTypegetId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConstant, getFunctionValue, getInverseExpression, getReference, getTemplate, getTermTypegetId, getLabel, getResourceNamepublic Set<GraphMap> getGraphMaps()
getGraphMaps in interface SubjectMappublic Set<org.eclipse.rdf4j.model.IRI> getClasses()
getClasses in interface SubjectMappublic void setClasses(Set<org.eclipse.rdf4j.model.IRI> classes)
public int hashCode()
hashCode in class CarmlTermMappublic boolean equals(Object obj)
equals in class CarmlTermMappublic static CarmlSubjectMap.Builder newBuilder()
Copyright © 2017–2018 Taxonic. All rights reserved.