Package io.carml.model.impl
Class CarmlRefObjectMap
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlRefObjectMap
-
- All Implemented Interfaces:
BaseObjectMap,RefObjectMap,Resource
public class CarmlRefObjectMap extends CarmlResource implements RefObjectMap
-
-
Constructor Summary
Constructors Constructor Description CarmlRefObjectMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)Set<Join>getJoinConditions()TriplesMapgetParentTriplesMap()Set<Resource>getReferencedResources()StringtoString()-
Methods inherited from class io.carml.model.impl.CarmlResource
asRdf, getAsResource, getId, getLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.carml.model.Resource
asRdf, getAsResource, getId, getLabel, getResourceName
-
-
-
-
Method Detail
-
getParentTriplesMap
public TriplesMap getParentTriplesMap()
- Specified by:
getParentTriplesMapin interfaceRefObjectMap
-
getJoinConditions
public Set<Join> getJoinConditions()
- Specified by:
getJoinConditionsin interfaceRefObjectMap
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-