public class GraphHeadFactory extends Object implements EPGMGraphHeadFactory<GraphHead>, Serializable
| Constructor and Description |
|---|
GraphHeadFactory() |
| Modifier and Type | Method and Description |
|---|---|
GraphHead |
createGraphHead()
Creates a new graph head based.
|
GraphHead |
createGraphHead(String label)
Creates a new graph head based on the given parameters.
|
GraphHead |
createGraphHead(String label,
Properties properties)
Creates a new graph head based on the given parameters.
|
Class<GraphHead> |
getType()
Returns the type of the instances produced by that factory.
|
GraphHead |
initGraphHead(GradoopId id)
Initializes a graph head based on the given parameters.
|
GraphHead |
initGraphHead(GradoopId id,
String label)
Initializes a graph head based on the given parameters.
|
GraphHead |
initGraphHead(GradoopId id,
String label,
Properties properties)
Initializes a graph head based on the given parameters.
|
public GraphHead createGraphHead()
createGraphHead in interface EPGMGraphHeadFactory<GraphHead>public GraphHead initGraphHead(GradoopId id)
initGraphHead in interface EPGMGraphHeadFactory<GraphHead>id - graph identifierpublic GraphHead createGraphHead(String label)
createGraphHead in interface EPGMGraphHeadFactory<GraphHead>label - graph labelpublic GraphHead initGraphHead(GradoopId id, String label)
initGraphHead in interface EPGMGraphHeadFactory<GraphHead>id - graph identifierlabel - graph labelpublic GraphHead createGraphHead(String label, Properties properties)
createGraphHead in interface EPGMGraphHeadFactory<GraphHead>label - graph labelproperties - graph attributespublic GraphHead initGraphHead(GradoopId id, String label, Properties properties)
initGraphHead in interface EPGMGraphHeadFactory<GraphHead>id - graph identifierlabel - graph labelproperties - graph attributespublic Class<GraphHead> getType()
EPGMElementFactorygetType in interface EPGMElementFactory<GraphHead>Copyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.