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