public class EPGMVertexFactory extends Object implements VertexFactory<EPGMVertex>, Serializable
| Constructor and Description |
|---|
EPGMVertexFactory() |
| Modifier and Type | Method and Description |
|---|---|
EPGMVertex |
createVertex()
Initializes a new vertex based on the given parameters.
|
EPGMVertex |
createVertex(String label)
Creates a new vertex based on the given parameters.
|
EPGMVertex |
createVertex(String label,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
EPGMVertex |
createVertex(String label,
Properties properties)
Creates a new vertex based on the given parameters.
|
EPGMVertex |
createVertex(String label,
Properties properties,
GradoopIdSet graphIds)
Creates a new vertex based on the given parameters.
|
Class<EPGMVertex> |
getType()
Returns the type of the instances produced by that factory.
|
EPGMVertex |
initVertex(GradoopId vertexID)
Initializes a vertex based on the given parameters.
|
EPGMVertex |
initVertex(GradoopId vertexID,
String label)
Initializes a vertex based on the given parameters.
|
EPGMVertex |
initVertex(GradoopId vertexID,
String label,
GradoopIdSet graphs)
Initializes a vertex based on the given parameters.
|
EPGMVertex |
initVertex(GradoopId vertexID,
String label,
Properties properties)
Initializes a vertex based on the given parameters.
|
EPGMVertex |
initVertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs)
Initializes a vertex based on the given parameters.
|
public EPGMVertex createVertex()
VertexFactorycreateVertex in interface VertexFactory<EPGMVertex>public EPGMVertex initVertex(GradoopId vertexID)
VertexFactoryinitVertex in interface VertexFactory<EPGMVertex>vertexID - vertex identifierpublic EPGMVertex createVertex(String label)
VertexFactorycreateVertex in interface VertexFactory<EPGMVertex>label - vertex labelpublic EPGMVertex initVertex(GradoopId vertexID, String label)
VertexFactoryinitVertex in interface VertexFactory<EPGMVertex>vertexID - vertex identifierlabel - vertex labelpublic EPGMVertex createVertex(String label, Properties properties)
VertexFactorycreateVertex in interface VertexFactory<EPGMVertex>label - vertex labelsproperties - vertex propertiespublic EPGMVertex initVertex(GradoopId vertexID, String label, Properties properties)
VertexFactoryinitVertex in interface VertexFactory<EPGMVertex>vertexID - vertex identifierlabel - vertex labelsproperties - vertex propertiespublic EPGMVertex createVertex(String label, GradoopIdSet graphIds)
VertexFactorycreateVertex in interface VertexFactory<EPGMVertex>label - vertex labelgraphIds - graphIds, that contain the vertexpublic EPGMVertex initVertex(GradoopId vertexID, String label, GradoopIdSet graphs)
VertexFactoryinitVertex in interface VertexFactory<EPGMVertex>vertexID - vertex identifierlabel - vertex labelgraphs - graphIds, that contain the vertexpublic EPGMVertex createVertex(String label, Properties properties, GradoopIdSet graphIds)
VertexFactorycreateVertex in interface VertexFactory<EPGMVertex>label - vertex labelsproperties - vertex propertiesgraphIds - graphIds, that contain the vertexpublic EPGMVertex initVertex(GradoopId id, String label, Properties properties, GradoopIdSet graphs)
VertexFactoryinitVertex in interface VertexFactory<EPGMVertex>id - vertex identifierlabel - vertex labelsproperties - vertex propertiesgraphs - graphIds, that contain the vertexpublic Class<EPGMVertex> getType()
ElementFactorygetType in interface ElementFactory<EPGMVertex>Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.