public interface Edge extends GraphElement
| Modifier and Type | Method and Description |
|---|---|
GradoopId |
getSourceId()
Returns the source vertex identifier.
|
GradoopId |
getTargetId()
Returns the target vertex identifier.
|
void |
setSourceId(GradoopId sourceId)
Sets the source vertex identifier.
|
void |
setTargetId(GradoopId targetId)
Sets the target vertex identifier.
|
addGraphId, getGraphCount, getGraphIds, resetGraphIds, setGraphIdsgetId, setIdgetProperties, getPropertyCount, getPropertyKeys, getPropertyValue, hasProperty, removeProperty, setProperties, setProperty, setProperty, setPropertyGradoopId getSourceId()
void setSourceId(GradoopId sourceId)
sourceId - source vertex idGradoopId getTargetId()
void setTargetId(GradoopId targetId)
targetId - target vertex id.Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.