Modifier and Type | Method and Description |
---|---|
GEdge |
build() |
GEdge.Builder |
clearEdgeId()
Clears the value of the 'edgeId' field.
|
GEdge.Builder |
clearEdgeWeight()
Clears the value of the 'edgeWeight' field.
|
GEdge.Builder |
clearLabel()
Clears the value of the 'label' field.
|
GEdge.Builder |
clearVertexInId()
Clears the value of the 'vertexInId' field.
|
GEdge.Builder |
clearVertexOutId()
Clears the value of the 'vertexOutId' field.
|
CharSequence |
getEdgeId()
Gets the value of the 'edgeId' field
|
Float |
getEdgeWeight()
Gets the value of the 'edgeWeight' field.
|
CharSequence |
getLabel()
Gets the value of the 'label' field.
|
CharSequence |
getVertexInId()
Gets the value of the 'vertexInId' field
|
CharSequence |
getVertexOutId()
Gets the value of the 'vertexOutId' field.
|
boolean |
hasEdgeId()
Checks whether the 'edgeId' field has been set.
|
boolean |
hasEdgeWeight()
Checks whether the 'edgeWeight' field has been set.
|
boolean |
hasLabel()
Checks whether the 'label' field has been set.
|
boolean |
hasVertexInId()
Checks whether the 'vertexInId' field has been set.
|
boolean |
hasVertexOutId()
Checks whether the 'vertexOutId' field has been set.
|
GEdge.Builder |
setEdgeId(CharSequence value)
Sets the value of the 'edgeId' field
|
GEdge.Builder |
setEdgeWeight(float value)
Sets the value of the 'edgeWeight' field
|
GEdge.Builder |
setLabel(CharSequence value)
Sets the value of the 'label' field.
|
GEdge.Builder |
setVertexInId(CharSequence value)
Sets the value of the 'vertexInId' field.
|
GEdge.Builder |
setVertexOutId(CharSequence value)
Sets the value of the 'vertexOutId' field.
|
public CharSequence getEdgeId()
public GEdge.Builder setEdgeId(CharSequence value)
value
- CharSequencepublic boolean hasEdgeId()
public GEdge.Builder clearEdgeId()
public Float getEdgeWeight()
public GEdge.Builder setEdgeWeight(float value)
value
- floatpublic boolean hasEdgeWeight()
public GEdge.Builder clearEdgeWeight()
public CharSequence getVertexInId()
public GEdge.Builder setVertexInId(CharSequence value)
value
- CharSequencepublic boolean hasVertexInId()
public GEdge.Builder clearVertexInId()
public CharSequence getVertexOutId()
public GEdge.Builder setVertexOutId(CharSequence value)
value
- CharSequencepublic boolean hasVertexOutId()
public GEdge.Builder clearVertexOutId()
public CharSequence getLabel()
public GEdge.Builder setLabel(CharSequence value)
value
- CharSequencepublic boolean hasLabel()
public GEdge.Builder clearLabel()
Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.