Package io.carml.model.impl
Class CarmlJoin
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlJoin
-
public class CarmlJoin extends CarmlResource implements Join
-
-
Constructor Summary
Constructors Constructor Description CarmlJoin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)StringgetChild()StringgetParent()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
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-