public class Vertex extends GraphElement implements EPGMVertex
id, label, properties| Constructor and Description |
|---|
Vertex()
Default constructor.
|
Vertex(GradoopId id,
String label,
Properties properties,
GradoopIdSet graphs)
Creates a vertex based on the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addGraphId, getGraphCount, getGraphIds, resetGraphIds, setGraphIdsequals, getId, getLabel, getProperties, getPropertyCount, getPropertyKeys, getPropertyValue, hashCode, hasProperty, removeProperty, setId, setLabel, setProperties, setProperty, setProperty, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddGraphId, getGraphCount, getGraphIds, resetGraphIds, setGraphIdsgetId, setIdgetLabel, setLabelgetProperties, getPropertyCount, getPropertyKeys, getPropertyValue, hasProperty, removeProperty, setProperties, setProperty, setProperty, setPropertypublic Vertex()
public Vertex(GradoopId id, String label, Properties properties, GradoopIdSet graphs)
id - vertex identifierlabel - vertex labelproperties - vertex propertiesgraphs - graphs that vertex is contained inpublic String toString()
GraphElementtoString in class GraphElementCopyright © 2014 - 2018–2018 University of Leipzig. All rights reserved.