Package io.carml.model.impl
Class CarmlXmlSource
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlXmlSource
-
public class CarmlXmlSource extends CarmlResource implements XmlSource
-
-
Constructor Summary
Constructors Constructor Description CarmlXmlSource()
-
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<Namespace>getDeclaredNamespaces()Set<Resource>getReferencedResources()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
-
getDeclaredNamespaces
public Set<Namespace> getDeclaredNamespaces()
- Specified by:
getDeclaredNamespacesin interfaceXmlSource
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-