ch.bfh.algo.graph
Class Vertex<E,V>
java.lang.Object
ch.bfh.algo.core.sequence.ConcretePosition<E,P>
ch.bfh.algo.core.sequence.GenericLinkedPosition<V,PV>
ch.bfh.algo.core.graph.GenericVertex<E,V,Edge<E,V>,Vertex<E,V>>
ch.bfh.algo.graph.Vertex<E,V>
- All Implemented Interfaces:
- GenericPosition<V,Vertex<E,V>>, Observable, Position<V>
public class Vertex<E,V>
- extends GenericVertex<E,V,Edge<E,V>,Vertex<E,V>>
Methods inherited from class ch.bfh.algo.core.graph.GenericVertex |
adjacentVertices, attachInDirected, attachInUndirected, attachOutDirected, attachOutDirectedAfter, attachOutDirectedBefore, attachOutUndirected, attachOutUndirectedAfter, attachOutUndirectedBefore, delete, incidentEdges, insert |
Methods inherited from class ch.bfh.algo.core.sequence.GenericLinkedPosition |
attachAfter, attachBefore, container, detachAfter, detachBefore, getNext, getPrevious, notifyAfter, notifyBefore, setNext, setPrevious |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vertex
public Vertex()