| addEdgeIndex(const Eref edgeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| addFather(const std::shared_ptr< N > nodeObject, const std::shared_ptr< N > fatherNodeObject, const std::shared_ptr< E > edgeObject=0) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| addNodeIndex(const Nref nodeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| addSon(const std::shared_ptr< N > nodeObject, const std::shared_ptr< N > sonNodeObject, const std::shared_ptr< E > edgeObject=0) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::allEdgesIterator()=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::allEdgesIterator() | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::allEdgesIterator() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::allNodesIterator()=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::allNodesIterator() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::allNodesIterator() | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::allNodesIterator() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::associateEdge(std::shared_ptr< E > edgeObject, EdgeGraphid edge)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::associateEdge(Eref edgeObject, EdgeGraphid graphEdge) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::associateNode(std::shared_ptr< N > nodeObject, NodeGraphid node)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::associateNode(Nref nodeObject, NodeGraphid graphNode) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationDAGraphImplObserver() | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationDAGraphImplObserver(std::shared_ptr< DAGraphImpl > subjectDAGraph) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationDAGraphImplObserver(bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > const &dAGraphObserver) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationDAGraphImplObserver(bpp::AssociationDAGraphImplObserver< N2, E2, DAGraphImpl > const &dAGraphObserver) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver(bool directed=false) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver(std::shared_ptr< DAGraphImpl > subjectGraph=00) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver(AssociationGraphImplObserver< N2, E2, DAGraphImpl > const &graphObserver) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver(AssociationGraphImplObserver< N, E, DAGraphImpl > const &graphObserver) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| clone() const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| copy(const A &a, typename std::enable_if< !std::is_base_of< B, A >::value &&!std::is_abstract< B >::value, B *>::type *=0) | bpp::AssociationGraphObserver< N, E > | inlinestatic |
| copy(const A &a, typename std::enable_if< !std::is_base_of< B, A >::value &&std::is_abstract< B >::value, B *>::type *=0) | bpp::AssociationGraphObserver< N, E > | inlinestatic |
| copy(const A &a, typename std::enable_if< std::is_base_of< B, A >::value &&!std::is_abstract< A >::value, B *>::type *=0) | bpp::AssociationGraphObserver< N, E > | inlinestatic |
| copy(const A &a, typename std::enable_if< std::is_base_of< B, A >::value &&std::is_abstract< A >::value &&std::is_base_of< Clonable, A >::value, B *>::type *=0) | bpp::AssociationGraphObserver< N, E > | inlinestatic |
| copy(const A &a, typename std::enable_if< std::is_base_of< B, A >::value &&std::is_abstract< A >::value &&!std::is_base_of< Clonable, A >::value, B *>::type *=0) | bpp::AssociationGraphObserver< N, E > | inlinestatic |
| bpp::createNode(std::shared_ptr< N > newNodeObject)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::createNode(std::shared_ptr< N > objectOriginNode, std::shared_ptr< N > newNodeObject, std::shared_ptr< E > newEdgeObject=00)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::createNode(Nref nodeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::createNode(Nref objectOriginNode, Nref newNodeObject, Eref newEdgeObject=00) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::deletedEdgesUpdate(const std::vector< unsigned int > &edgesToDelete)=0 | bpp::GraphObserver | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::deletedEdgesUpdate(const std::vector< unsigned int > &edgesToDelete) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::deletedNodesUpdate(const std::vector< unsigned int > &nodesToDelete)=0 | bpp::GraphObserver | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::deletedNodesUpdate(const std::vector< unsigned int > &nodesToDelete) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::deleteNode(std::shared_ptr< N > nodeObject)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::deleteNode(Nref nodeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::dissociateEdge(std::shared_ptr< E > edgeObject)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::dissociateEdge(Eref edgeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::dissociateNode(std::shared_ptr< N > nodeObject)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::dissociateNode(Nref nodeObject) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| EdgeGraphid typedef | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | |
| EdgeIndex typedef | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | |
| EdgeIterator typedef | bpp::AssociationDAGraphObserver< N, E > | |
| edgeToString(const Eref edgeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| Eref typedef | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | |
| fathersIterator(std::shared_ptr< N > node) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| fathersIterator(std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllEdges() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllEdges() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllEdgesIndexes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllEdgesIndexes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllInnerNodes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllInnerNodes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllInnerNodesIndexes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllInnerNodesIndexes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllLeaves() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllLeaves() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllLeavesIndexes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllLeavesIndexes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllNodes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllNodes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getAllNodesIndexes() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getAllNodesIndexes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getBelowEdges(const std::shared_ptr< N > localRoot) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getBelowNodes(const std::shared_ptr< N > localRoot) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getDegree(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::getEdge(EdgeIndex edgeIndex) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdge(EdgeIndex edge) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdgeFromGraphid(EdgeGraphid)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getEdgeFromGraphid(EdgeGraphid) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeFromGraphid(EdgeGraphid edge) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeFromGraphid(EdgeGraphid edge) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdgeGraphid(const std::shared_ptr< E > edgeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeGraphid(const Eref edgeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdgeIndex(const std::shared_ptr< E > edgeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeIndex(const Eref edgeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdgeIndexes(std::vector< std::shared_ptr< E >> edgeObjects) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeIndexes(std::vector< Eref > edges) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::getEdgeLinking(std::shared_ptr< N > nodeA, std::shared_ptr< N > nodeB) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgeLinking(Nref nodeA, Nref nodeB) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdges(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getEdges(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdges(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdges(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getEdgesFromGraphid(std::vector< EdgeGraphid >) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getEdgesFromGraphid(std::vector< EdgeGraphid > edges) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getFatherOfEdge(const std::shared_ptr< E > edge) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getFatherOfEdge(const EdgeIndex edge) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::AssociationDAGraphObserver::getFatherOfEdge(const EdgeIndex edge) const =0 | bpp::AssociationDAGraphObserver< N, E > | pure virtual |
| getFathers(const std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getFathers(const NodeIndex node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::AssociationDAGraphObserver::getFathers(const NodeIndex node) const =0 | bpp::AssociationDAGraphObserver< N, E > | pure virtual |
| getGraph() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| getGraph() | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::getIncomingEdges(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getIncomingEdges(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getIncomingEdges(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getIncomingEdges(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getIncomingNeighbors(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getIncomingNeighbors(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getIncomingNeighbors(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getIncomingNeighbors(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getLeavesFromNode(std::shared_ptr< N > node, unsigned int maxDepth) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getLeavesFromNode(Nref node, unsigned int maxDepth) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getLeavesUnderNode(std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNeighbors(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getNeighbors(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNeighbors(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNeighbors(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNode(NodeIndex nodeIndex) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNode(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNodeFromGraphid(NodeGraphid) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getNodeFromGraphid(NodeGraphid)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodeFromGraphid(NodeGraphid node) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodeFromGraphid(NodeGraphid node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNodeGraphid(const std::shared_ptr< N > nodeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodeGraphid(const Nref nodeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNodeIndex(const std::shared_ptr< N > nodeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodeIndex(const Nref nodeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getNodeIndexes(std::vector< std::shared_ptr< N >> nodeObjects) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodeIndexes(std::vector< Nref > nodes) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| getNodes(Eref edge) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::getNodesFromGraphid(std::vector< NodeGraphid >) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getNodesFromGraphid(std::vector< NodeGraphid > nodes) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getNumberOfEdges() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| getNumberOfFathers(const std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getNumberOfLeaves() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| getNumberOfNodes() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| getNumberOfSons(const std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getOutgoingEdges(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getOutgoingEdges(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getOutgoingEdges(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getOutgoingEdges(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getOutgoingNeighbors(const std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::getOutgoingNeighbors(NodeIndex node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getOutgoingNeighbors(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getOutgoingNeighbors(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getRoot() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getRoot() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::getRootIndex() const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::getRootIndex() const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getSon(const std::shared_ptr< E > edge) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getSon(const EdgeIndex edgeId) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::AssociationDAGraphObserver::getSon(const EdgeIndex edge) const =0 | bpp::AssociationDAGraphObserver< N, E > | pure virtual |
| getSons(const std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| getSons(const NodeIndex node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::AssociationDAGraphObserver::getSons(const NodeIndex node) const =0 | bpp::AssociationDAGraphObserver< N, E > | pure virtual |
| bpp::hasEdge(EdgeIndex edgeIndex) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasEdge(Eref edgeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasEdge(EdgeIndex edge) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::hasEdgeIndex(const std::shared_ptr< E > edgeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasEdgeIndex(const Eref edgeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| hasFather(const std::shared_ptr< N > nodeObject) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| hasFather(const NodeIndex node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::AssociationDAGraphObserver::hasFather(const NodeIndex node) const =0 | bpp::AssociationDAGraphObserver< N, E > | pure virtual |
| bpp::hasNode(NodeIndex nodeIndex) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasNode(Nref nodeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasNode(NodeIndex node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::hasNodeIndex(const std::shared_ptr< N > nodeObject) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::hasNodeIndex(const Nref nodeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::incomingEdgesIterator(std::shared_ptr< N > node)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::incomingEdgesIterator(Nref node) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::incomingEdgesIterator(Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::incomingNeighborNodesIterator(std::shared_ptr< N > node)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::incomingNeighborNodesIterator(std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::incomingNeighborNodesIterator(Nref node) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::incomingNeighborNodesIterator(Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| isLeaf(const Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| isLeaf(const NodeIndex nodeid) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| isRooted() const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| isValid() const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::link(std::shared_ptr< N > nodeObjectA, std::shared_ptr< N > nodeObjectB, std::shared_ptr< E > edgeObject=00)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::link(Nref nodeObjectA, Nref nodeObjectB, Eref edgeObject=00) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| NodeGraphid typedef | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | |
| NodeIndex typedef | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | |
| NodeIterator typedef | bpp::AssociationDAGraphObserver< N, E > | |
| nodeToString(const Nref nodeObject) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| Nref typedef | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | |
| operator=(bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > const &dAGraphObserver) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::operator=(bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > const &graphObserver) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::outgoingEdgesIterator(std::shared_ptr< N > node)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::outgoingEdgesIterator(Nref node) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::outgoingEdgesIterator(Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| bpp::outgoingNeighborNodesIterator(std::shared_ptr< N > node)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| bpp::outgoingNeighborNodesIterator(std::shared_ptr< N > node) const =0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::outgoingNeighborNodesIterator(Nref node) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::outgoingNeighborNodesIterator(Nref node) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| outputToDot(const std::string &fname, const std::string &name) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| outputToDot(std::ostream &out, const std::string &name) const | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| removeFather(const std::shared_ptr< N > node, const std::shared_ptr< N > father) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| removeFathers(const std::shared_ptr< N > node) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| removeSon(const std::shared_ptr< N > node, const std::shared_ptr< N > son) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| removeSons(const std::shared_ptr< N > node) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| rootAt(const std::shared_ptr< N > root) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::setEdgeIndex(const std::shared_ptr< E > edgeObject, EdgeIndex index)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::setEdgeIndex(const Eref edgeObject, EdgeIndex index) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::setEdgeLinking(std::shared_ptr< N > nodeA, std::shared_ptr< N > nodeB, std::shared_ptr< E > edge)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::setEdgeLinking(Nref nodeA, Nref nodeB, Eref edge) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| bpp::setNodeIndex(const std::shared_ptr< N > nodeObject, NodeIndex index)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::setNodeIndex(const Nref nodeObject, NodeIndex index) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| setRoot(const Nref newRoot) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| sonsIterator(std::shared_ptr< N > node) | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| sonsIterator(std::shared_ptr< N > node) const | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| subjectGraph_ | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | protected |
| bpp::unlink(std::shared_ptr< N > nodeObjectA, std::shared_ptr< N > nodeObjectB)=0 | bpp::AssociationGraphObserver< N, E > | pure virtual |
| AssociationGraphImplObserver< N, E, DAGraphImpl >::unlink(Nref nodeObjectA, Nref nodeObjectB) | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inlinevirtual |
| ~AssociationDAGraphImplObserver() | bpp::AssociationDAGraphImplObserver< N, E, DAGraphImpl > | inline |
| ~AssociationGraphImplObserver() | bpp::AssociationGraphImplObserver< N, E, DAGraphImpl > | inline |
| ~Clonable()=default | bpp::Clonable | virtual |