public class EPGMEdgeFactory extends Object implements EdgeFactory<EPGMEdge>, Serializable
| Constructor and Description |
|---|
EPGMEdgeFactory() |
| Modifier and Type | Method and Description |
|---|---|
EPGMEdge |
createEdge(GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
EPGMEdge |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Creates a new edge based on the given parameters.
|
EPGMEdge |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
EPGMEdge |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Creates a new edge based on the given parameters.
|
EPGMEdge |
createEdge(String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Creates a new edge based on the given parameters.
|
Class<EPGMEdge> |
getType()
Returns the type of the instances produced by that factory.
|
EPGMEdge |
initEdge(GradoopId id,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
EPGMEdge |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId)
Initializes an edge based on the given parameters.
|
EPGMEdge |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
GradoopIdSet graphs)
Initializes an edge based on the given parameters.
|
EPGMEdge |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties)
Initializes an edge based on the given parameters.
|
EPGMEdge |
initEdge(GradoopId id,
String label,
GradoopId sourceVertexId,
GradoopId targetVertexId,
Properties properties,
GradoopIdSet graphIds)
Initializes an edge based on the given parameters.
|
public EPGMEdge createEdge(GradoopId sourceVertexId, GradoopId targetVertexId)
EdgeFactorycreateEdge in interface EdgeFactory<EPGMEdge>sourceVertexId - source vertex idtargetVertexId - target vertex idpublic EPGMEdge initEdge(GradoopId id, GradoopId sourceVertexId, GradoopId targetVertexId)
EdgeFactoryinitEdge in interface EdgeFactory<EPGMEdge>id - edge identifiersourceVertexId - source vertex idtargetVertexId - target vertex idpublic EPGMEdge createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId)
EdgeFactorycreateEdge in interface EdgeFactory<EPGMEdge>label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idpublic EPGMEdge initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId)
EdgeFactoryinitEdge in interface EdgeFactory<EPGMEdge>id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idpublic EPGMEdge createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties)
EdgeFactorycreateEdge in interface EdgeFactory<EPGMEdge>label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiespublic EPGMEdge initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties)
EdgeFactoryinitEdge in interface EdgeFactory<EPGMEdge>id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiespublic EPGMEdge createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, GradoopIdSet graphIds)
EdgeFactorycreateEdge in interface EdgeFactory<EPGMEdge>label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idgraphIds - graphIds, that contain the edgepublic EPGMEdge initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, GradoopIdSet graphs)
EdgeFactoryinitEdge in interface EdgeFactory<EPGMEdge>id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idgraphs - graphIds, that contain the edgepublic EPGMEdge createEdge(String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties, GradoopIdSet graphIds)
EdgeFactorycreateEdge in interface EdgeFactory<EPGMEdge>label - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesgraphIds - graphIds, that contain the edgepublic EPGMEdge initEdge(GradoopId id, String label, GradoopId sourceVertexId, GradoopId targetVertexId, Properties properties, GradoopIdSet graphIds)
EdgeFactoryinitEdge in interface EdgeFactory<EPGMEdge>id - edge identifierlabel - edge labelsourceVertexId - source vertex idtargetVertexId - target vertex idproperties - edge propertiesgraphIds - graphIds, that contain the edgepublic Class<EPGMEdge> getType()
ElementFactorygetType in interface ElementFactory<EPGMEdge>Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.