public class Edge extends GraphElement
| Constructor and Description |
|---|
Edge() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLowerBound() |
Long |
getSourceVertexId() |
Long |
getTargetVertexId() |
int |
getUpperBound() |
boolean |
hasVariableLength() |
void |
setLowerBound(int lowerBound) |
void |
setSourceVertexId(Long sourceVertexId) |
void |
setTargetVertexId(Long targetVertexId) |
void |
setUpperBound(int upperBound) |
String |
toString() |
addToGraph, getGraphsaddProperty, equals, getId, getLabel, getLabels, getProperties, getVariable, hashCode, setId, setLabel, setLabels, setProperties, setVariablepublic Long getSourceVertexId()
public void setSourceVertexId(Long sourceVertexId)
public Long getTargetVertexId()
public void setTargetVertexId(Long targetVertexId)
public boolean hasVariableLength()
public int getLowerBound()
public void setLowerBound(int lowerBound)
public int getUpperBound()
public void setUpperBound(int upperBound)
Copyright © 2017. All rights reserved.