@Entity public class EdgeEntity extends AbstractGraphEntity
| Constructor and Description | 
|---|
EdgeEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
VertexRefEntity | 
getSource()  | 
VertexRefEntity | 
getTarget()  | 
void | 
setSource(String namespace,
         String id)  | 
void | 
setSource(VertexRefEntity source)  | 
void | 
setTarget(String namespace,
         String id)  | 
void | 
setTarget(VertexRefEntity target)  | 
getNamespace, getProperties, getProperty, getPropertyValue, mergeProperties, setNamespace, setProperties, setPropertypublic VertexRefEntity getSource()
public void setSource(VertexRefEntity source)
public VertexRefEntity getTarget()
public void setTarget(VertexRefEntity target)
Copyright © 2020. All rights reserved.