public class VerticesReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected GraphVertex |
graphVertex |
protected String |
name |
protected String |
relationship_Type |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
VerticesReference() |
VerticesReference(Map objIdMap) |
VerticesReference(Reference other) |
VerticesReference(String guid) |
VerticesReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
VerticesReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
VerticesReference(String guid,
String relatedEndType) |
VerticesReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
VerticesReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GraphVertex |
getGraphVertex() |
int |
hashCode() |
void |
setGraphVertex(GraphVertex graphVertex) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected GraphVertex graphVertex
public VerticesReference()
public VerticesReference(String guid)
public VerticesReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public VerticesReference(String relatedEndType, String attrName, Object attrValue)
public VerticesReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public VerticesReference(Reference other)
public VerticesReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic VerticesReference(Map objIdMap)
public GraphVertex getGraphVertex()
public void setGraphVertex(GraphVertex graphVertex)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.