public class CarmlTriplesMap extends CarmlResource implements TriplesMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlTriplesMap.Builder |
| Constructor and Description |
|---|
CarmlTriplesMap() |
CarmlTriplesMap(LogicalSource logicalSource,
SubjectMap subjectMap,
Set<PredicateObjectMap> predicateObjectMaps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LogicalSource |
getLogicalSource() |
Set<PredicateObjectMap> |
getPredicateObjectMaps() |
SubjectMap |
getSubjectMap() |
int |
hashCode() |
static CarmlTriplesMap.Builder |
newBuilder() |
void |
setLogicalSource(LogicalSource logicalSource) |
void |
setPredicateObjectMaps(Set<PredicateObjectMap> predicateObjectMaps) |
void |
setSubjectMap(SubjectMap subjectMap) |
String |
toString() |
getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getLabel, getResourceNamepublic CarmlTriplesMap()
public CarmlTriplesMap(LogicalSource logicalSource, SubjectMap subjectMap, Set<PredicateObjectMap> predicateObjectMaps)
public LogicalSource getLogicalSource()
getLogicalSource in interface TriplesMappublic SubjectMap getSubjectMap()
getSubjectMap in interface TriplesMappublic Set<PredicateObjectMap> getPredicateObjectMaps()
getPredicateObjectMaps in interface TriplesMappublic void setLogicalSource(LogicalSource logicalSource)
public void setSubjectMap(SubjectMap subjectMap)
public void setPredicateObjectMaps(Set<PredicateObjectMap> predicateObjectMaps)
public static CarmlTriplesMap.Builder newBuilder()
Copyright © 2017–2018 Taxonic. All rights reserved.