E - edge typepublic interface EdgeFactory<E extends Edge> extends ElementFactory<E>
Edge objects of a given type.| Modifier and Type | Method and Description |
|---|---|
E |
createEdge(GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
E |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
E |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
E |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Creates a new edge based on the given parameters.
|
E |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
E |
initEdge(GradoopId id,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
E |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
E |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
E |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Initializes an edge based on the given parameters.
|
E |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
getTypeE createEdge(GradoopId sourceVertexId, GradoopId targetVertexId)
sourceVertexId - source vertex idtargetVertexId - target vertex idE initEdge(GradoopId id, GradoopId sourceVertexId, GradoopId targetVertexId)
id - edge identifiersourceVertexId - source vertex idtargetVertexId - target vertex idE createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId)
sourceVertexId - source vertex idtargetVertexId - target vertex idlabel - edge labelE initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId)
id - edge identifiersourceVertexId - source vertex idtargetVertexId - target vertex idlabel - edge labelE createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties)
label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesE initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties)
id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesE createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, GradoopIdSet graphIds)
label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idgraphIds - graphIds, that contain the edgeE initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, GradoopIdSet graphIds)
id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idgraphIds - graphIds, that contain the edgeE createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties, GradoopIdSet graphIds)
label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesgraphIds - graphIds, that contain the edgeE initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties, GradoopIdSet graphIds)
id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesgraphIds - graphIds, that contain the edgeCopyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.