Package io.carml.model.impl
Class CarmlFileSource
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlFileSource
-
- All Implemented Interfaces:
FileSource,Resource
public class CarmlFileSource extends CarmlResource implements FileSource
-
-
Constructor Summary
Constructors Constructor Description CarmlFileSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)booleanequals(Object obj)Set<Resource>getReferencedResources()StringgetUrl()inthashCode()StringtoString()-
Methods inherited from class io.carml.model.impl.CarmlResource
asRdf, getAsResource, getId, getLabel
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.carml.model.Resource
asRdf, getAsResource, getId, getLabel, getResourceName
-
-
-
-
Method Detail
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceFileSource
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-