Package io.carml.model.impl
Class CarmlPredicateObjectMap
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlPredicateObjectMap
-
- All Implemented Interfaces:
PredicateObjectMap,Resource
public class CarmlPredicateObjectMap extends CarmlResource implements PredicateObjectMap
-
-
Constructor Summary
Constructors Constructor Description CarmlPredicateObjectMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)Set<GraphMap>getGraphMaps()Set<BaseObjectMap>getObjectMaps()Set<PredicateMap>getPredicateMaps()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
-
getPredicateMaps
public Set<PredicateMap> getPredicateMaps()
- Specified by:
getPredicateMapsin interfacePredicateObjectMap
-
getObjectMaps
public Set<BaseObjectMap> getObjectMaps()
- Specified by:
getObjectMapsin interfacePredicateObjectMap
-
getGraphMaps
public Set<GraphMap> getGraphMaps()
- Specified by:
getGraphMapsin interfacePredicateObjectMap
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
-