40 #ifndef _BPP_GRAPH_UNODE_H_ 41 #define _BPP_GRAPH_UNODE_H_ 43 #include "../Clonable.h" 88 virtual int degree()
const = 0;
97 #ifndef NO_VIRTUAL_COV 123 #endif //_BPP_GRAPH_UNODE_H_ This class allows to perform a correspondence analysis.
virtual const UNode * operator[](int i) const =0
Direct access to a neighbor in const context.
Unoriented node interface.
The Clonable interface (allow an object to be cloned).
virtual const UNode * getNeighbor(int pos) const =0
Get a neighbor of this node in const context.
UNode * clone() const =0
Create a copy of this object and send a pointer to it.
virtual int degree() const =0
Get the degree i.e. the number of neighbors of this node.