public class CarmlRefObjectMap extends CarmlResource implements RefObjectMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlRefObjectMap.Builder |
| Constructor and Description |
|---|
CarmlRefObjectMap() |
CarmlRefObjectMap(TriplesMap parentTriplesMap,
Set<Join> joinConditions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder) |
boolean |
equals(Object obj) |
Set<Join> |
getJoinConditions() |
TriplesMap |
getParentTriplesMap() |
Set<Resource> |
getReferencedResources() |
int |
hashCode() |
static CarmlRefObjectMap.Builder |
newBuilder() |
void |
setJoinConditions(Set<Join> joinConditions) |
void |
setParentTriplesMap(TriplesMap parentTriplesMap) |
String |
toString() |
asRdf, getAsResource, getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitasRdf, getAsResource, getId, getLabel, getResourceNamepublic CarmlRefObjectMap()
public CarmlRefObjectMap(TriplesMap parentTriplesMap, Set<Join> joinConditions)
public TriplesMap getParentTriplesMap()
getParentTriplesMap in interface RefObjectMappublic Set<Join> getJoinConditions()
getJoinConditions in interface RefObjectMappublic void setParentTriplesMap(TriplesMap parentTriplesMap)
public Set<Resource> getReferencedResources()
getReferencedResources in interface Resourcepublic void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
addTriples in interface Resourcepublic static CarmlRefObjectMap.Builder newBuilder()
Copyright © 2017–2021 Taxonic. All rights reserved.