G - EPGM graph head typepublic interface EPGMGraphHeadFactory<G extends EPGMGraphHead> extends EPGMElementFactory<G>
EPGMGraphHead objects of a given type.| Modifier and Type | Method and Description |
|---|---|
G |
createGraphHead()
Creates a new graph head based.
|
G |
createGraphHead(String label)
Creates a new graph head based on the given parameters.
|
G |
createGraphHead(String label,
Properties properties)
Creates a new graph head based on the given parameters.
|
G |
initGraphHead(GradoopId id)
Initializes a graph head based on the given parameters.
|
G |
initGraphHead(GradoopId id,
String label)
Initializes a graph head based on the given parameters.
|
G |
initGraphHead(GradoopId id,
String label,
Properties properties)
Initializes a graph head based on the given parameters.
|
getTypeG createGraphHead()
G initGraphHead(GradoopId id)
id - graph identifierG createGraphHead(String label)
label - graph labelG initGraphHead(GradoopId id, String label)
id - graph identifierlabel - graph labelG createGraphHead(String label, Properties properties)
label - graph labelproperties - graph attributesG initGraphHead(GradoopId id, String label, Properties properties)
id - graph identifierlabel - graph labelproperties - graph attributesCopyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.