public class CarmlPredicateObjectMap extends CarmlResource implements PredicateObjectMap
| Modifier and Type | Class and Description |
|---|---|
static class |
CarmlPredicateObjectMap.Builder |
| Constructor and Description |
|---|
CarmlPredicateObjectMap() |
CarmlPredicateObjectMap(Set<PredicateMap> predicateMaps,
Set<BaseObjectMap> objectMaps,
Set<GraphMap> graphMaps) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<GraphMap> |
getGraphMaps() |
Set<BaseObjectMap> |
getObjectMaps() |
Set<PredicateMap> |
getPredicateMaps() |
int |
hashCode() |
static CarmlPredicateObjectMap.Builder |
newBuilder() |
void |
setGraphMaps(Set<GraphMap> graphMaps) |
void |
setObjectMaps(Set<BaseObjectMap> objectMaps) |
void |
setPredicateMaps(Set<PredicateMap> predicateMaps) |
String |
toString() |
getId, getLabel, setId, setLabelclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getLabel, getResourceNamepublic CarmlPredicateObjectMap()
public CarmlPredicateObjectMap(Set<PredicateMap> predicateMaps, Set<BaseObjectMap> objectMaps, Set<GraphMap> graphMaps)
public Set<PredicateMap> getPredicateMaps()
getPredicateMaps in interface PredicateObjectMappublic Set<BaseObjectMap> getObjectMaps()
getObjectMaps in interface PredicateObjectMappublic Set<GraphMap> getGraphMaps()
getGraphMaps in interface PredicateObjectMappublic void setPredicateMaps(Set<PredicateMap> predicateMaps)
public void setObjectMaps(Set<BaseObjectMap> objectMaps)
public static CarmlPredicateObjectMap.Builder newBuilder()
Copyright © 2017–2018 Taxonic. All rights reserved.