Package io.carml.model.impl
Class CarmlLogicalSource
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlLogicalSource
-
- All Implemented Interfaces:
LogicalSource,Resource
public class CarmlLogicalSource extends CarmlResource implements LogicalSource
-
-
Constructor Summary
Constructors Constructor Description CarmlLogicalSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)booleanequals(Object obj)StringgetIterator()Set<Resource>getReferencedResources()org.eclipse.rdf4j.model.IRIgetReferenceFormulation()ObjectgetSource()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
-
getSource
public Object getSource()
- Specified by:
getSourcein interfaceLogicalSource
-
getIterator
public String getIterator()
- Specified by:
getIteratorin interfaceLogicalSource
-
getReferenceFormulation
public org.eclipse.rdf4j.model.IRI getReferenceFormulation()
- Specified by:
getReferenceFormulationin interfaceLogicalSource
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-