Package io.carml.model
Interface TriplesMap
-
- All Superinterfaces:
Resource
- All Known Implementing Classes:
CarmlTriplesMap
public interface TriplesMap extends Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogicalSourcegetLogicalSource()Set<PredicateObjectMap>getPredicateObjectMaps()Set<SubjectMap>getSubjectMaps()-
Methods inherited from interface io.carml.model.Resource
addTriples, asRdf, getAsResource, getId, getLabel, getReferencedResources, getResourceName
-
-
-
-
Method Detail
-
getLogicalSource
LogicalSource getLogicalSource()
-
getSubjectMaps
Set<SubjectMap> getSubjectMaps()
-
getPredicateObjectMaps
Set<PredicateObjectMap> getPredicateObjectMaps()
-
-