Package io.carml.model.impl
Class CarmlStream
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlStream
-
- All Implemented Interfaces:
NameableStream,Resource
public class CarmlStream extends CarmlResource implements NameableStream
-
-
Constructor Summary
Constructors Constructor Description CarmlStream()
-
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()StringgetStreamName()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
-
getStreamName
public String getStreamName()
- Specified by:
getStreamNamein interfaceNameableStream
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-