Package io.carml.model
Interface ExpressionMap
-
- All Superinterfaces:
Resource
- All Known Subinterfaces:
DatatypeMap,GraphMap,LanguageMap,ObjectMap,PredicateMap,SubjectMap,TermMap
- All Known Implementing Classes:
CarmlDatatypeMap,CarmlGraphMap,CarmlLanguageMap,CarmlObjectMap,CarmlPredicateMap,CarmlSubjectMap
public interface ExpressionMap extends Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.rdf4j.model.ValuegetConstant()TriplesMapgetFunctionValue()StringgetReference()StringgetTemplate()-
Methods inherited from interface io.carml.model.Resource
addTriples, asRdf, getAsResource, getId, getLabel, getReferencedResources, getResourceName
-
-
-
-
Method Detail
-
getConstant
org.eclipse.rdf4j.model.Value getConstant()
-
getReference
String getReference()
-
getTemplate
String getTemplate()
-
getFunctionValue
TriplesMap getFunctionValue()
-
-