Package io.carml.model.impl
Class CarmlPredicateMap
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- io.carml.model.impl.CarmlPredicateMap
-
- All Implemented Interfaces:
ExpressionMap,PredicateMap,Resource,TermMap
public class CarmlPredicateMap extends CarmlResource implements PredicateMap
-
-
Constructor Summary
Constructors Constructor Description CarmlPredicateMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)org.eclipse.rdf4j.model.ValuegetConstant()TriplesMapgetFunctionValue()StringgetInverseExpression()StringgetReference()Set<Resource>getReferencedResources()StringgetTemplate()TermTypegetTermType()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.ExpressionMap
getConstant, getFunctionValue, getReference, getTemplate
-
Methods inherited from interface io.carml.model.Resource
asRdf, getAsResource, getId, getLabel, getResourceName
-
Methods inherited from interface io.carml.model.TermMap
getInverseExpression, getTermType
-
-
-
-
Method Detail
-
getReferencedResources
public Set<Resource> getReferencedResources()
- Specified by:
getReferencedResourcesin interfaceResource
-
addTriples
public void addTriples(org.eclipse.rdf4j.model.util.ModelBuilder modelBuilder)
- Specified by:
addTriplesin interfaceResource
-
getInverseExpression
public String getInverseExpression()
- Specified by:
getInverseExpressionin interfaceTermMap
-
getTermType
public TermType getTermType()
- Specified by:
getTermTypein interfaceTermMap
-
getReference
public String getReference()
- Specified by:
getReferencein interfaceExpressionMap
-
getTemplate
public String getTemplate()
- Specified by:
getTemplatein interfaceExpressionMap
-
getConstant
public org.eclipse.rdf4j.model.Value getConstant()
- Specified by:
getConstantin interfaceExpressionMap
-
getFunctionValue
public TriplesMap getFunctionValue()
- Specified by:
getFunctionValuein interfaceExpressionMap
-
-