public interface IVertex extends IGraphElement
Modifier and Type | Method and Description |
---|---|
IGraph |
addChildGraph() |
IGraph |
addChildGraphIfAbsent() |
IEdge |
addEdge(IVertex inVertex) |
IEdge |
addEdge(java.lang.Object id,
IVertex inVertex) |
IEdge |
addEdgeIfAbsent(java.lang.Object id,
IVertex inVertex) |
IGraph |
getChildGraph() |
int |
getDepth() |
java.lang.Iterable<IEdge> |
getEdges(Direction direction) |
java.lang.Iterable<IVertex> |
getVertices(Direction direction) |
boolean |
hasChildGraph() |
void |
removeChildGraph() |
getId, remove
getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsent
IGraph addChildGraph()
IGraph addChildGraphIfAbsent()
boolean hasChildGraph()
IGraph getChildGraph()
void removeChildGraph()
int getDepth()
Copyright 2020 Kieker Project, http://kieker-monitoring.net