public class Relation
extends com.ibm.watson.developer_cloud.service.model.DynamicModel
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Relation() |
Modifier and Type | Method and Description |
---|---|
List<RelationNode> |
getNodes()
Gets the node.
|
Double |
getScore()
Gets the score.
|
String |
getSource()
Gets the source.
|
String |
getType()
Gets the type.
|
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public String getType()
public String getSource()
public Double getScore()
public List<RelationNode> getNodes()
Copyright © 2021 IBM Cloud. All rights reserved.