Class Vertex<R>
- java.lang.Object
- org.hibernate.envers.internal.tools.graph.Vertex<R>
public classVertex<R>extendsObject
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNeighbour(Vertex<R> n)intgetEndTime()List<Vertex<R>>getNeighbours()RgetRepresentation()intgetStartTime()voidsetEndTime(int endTime)voidsetStartTime(int startTime)