V - EPGM vertex typepublic interface EPGMVertexFactory<V extends EPGMVertex> extends EPGMElementFactory<V>
EPGMVertex objects of a given type.| Modifier and Type | Method and Description |
|---|---|
V |
createVertex()
Initializes a new vertex based on the given parameters.
|
V |
createVertex(String label)
Creates a new vertex based on the given parameters.
|
V |
createVertex(String label,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
V |
createVertex(String label,
Properties properties)
Creates a new vertex based on the given parameters.
|
V |
createVertex(String label,
Properties properties,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
V |
initVertex(GradoopId id)
Initializes a vertex based on the given parameters.
|
V |
initVertex(GradoopId id,
String label)
Initializes a vertex based on the given parameters.
|
V |
initVertex(GradoopId id,
String label,
GradoopIdSet graphIds)
Initializes a vertex based on the given parameters.
|
V |
initVertex(GradoopId id,
String label,
Properties properties)
Initializes a vertex based on the given parameters.
|
V |
initVertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphIds)
Initializes a vertex based on the given parameters.
|
getTypeV createVertex()
V initVertex(GradoopId id)
id - vertex identifierV createVertex(String label)
label - vertex labelV initVertex(GradoopId id, String label)
id - vertex identifierlabel - vertex labelV createVertex(String label, Properties properties)
label - vertex labelsproperties - vertex propertiesV initVertex(GradoopId id, String label, Properties properties)
id - vertex identifierlabel - vertex labelsproperties - vertex propertiesV createVertex(String label, GradoopIdSet graphIds)
label - vertex labelgraphIds - graphIds, that contain the vertexV initVertex(GradoopId id, String label, GradoopIdSet graphIds)
id - vertex identifierlabel - vertex labelgraphIds - graphIds, that contain the vertexV createVertex(String label, Properties properties, GradoopIdSet graphIds)
label - vertex labelsproperties - vertex propertiesgraphIds - graphIds, that contain the vertexV initVertex(GradoopId id, String label, Properties properties, GradoopIdSet graphIds)
id - vertex identifierlabel - vertex labelsproperties - vertex propertiesgraphIds - graphIds, that contain the vertexCopyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.