Maven module :un.api : api-common :
Class : un.api.graph.AbstractVertex
Extends/Implements : un.api.graph.Vertex
Subclasses : -

author  Johann Sorel


Variables : -
Functions : getEdges, isAdjacent, getDegree, getInDegree, getOutDegree, isIsolated, isPendant



public Sequence getEdges ()

public boolean isAdjacent (Vertex vertex)

public int getDegree ()

public int getInDegree ()

public int getOutDegree ()

public boolean isIsolated ()

public boolean isPendant ()