addListener(Observable *const obs) const | tlp::Observable | |
addObserver(Observable *const obs) const | tlp::Observable | |
addOnlooker(const Observable &, OLOEDGETYPE type) const | tlp::Observable | protected |
addPropertyObserver(PropertyObserver *pObs) | tlp::PropertyInterface | |
clonePrototype(Graph *, const std::string &)=0 | tlp::PropertyInterface | pure virtual |
compare(const node n1, const node n2) const =0 | tlp::PropertyInterface | pure virtual |
compare(const edge e1, const edge e2) const =0 | tlp::PropertyInterface | pure virtual |
computeMetaValue(node mN, Graph *sg, Graph *mg)=0 | tlp::PropertyInterface | pure virtual |
computeMetaValue(edge mE, tlp::Iterator< edge > *itE, Graph *mg)=0 | tlp::PropertyInterface | pure virtual |
copy(const node src, const node dst, PropertyInterface *prop, bool ifNotDefault=false)=0 | tlp::PropertyInterface | pure virtual |
copy(const edge src, const edge dst, PropertyInterface *prop, bool ifNotDefault=false)=0 | tlp::PropertyInterface | pure virtual |
copy(PropertyInterface *prop)=0 | tlp::PropertyInterface | pure virtual |
countListeners() const | tlp::Observable | |
countObservers() const | tlp::Observable | |
countOnLookers() const | tlp::Observable | |
countPropertyObservers() const | tlp::PropertyInterface | inline |
erase(const node)=0 | tlp::PropertyInterface | pure virtual |
erase(const edge)=0 | tlp::PropertyInterface | pure virtual |
getEdgeDataMemValue(const edge e) const =0 | tlp::PropertyInterface | pure virtual |
getEdgeDefaultDataMemValue() const =0 | tlp::PropertyInterface | pure virtual |
getEdgeDefaultStringValue() const =0 | tlp::PropertyInterface | pure virtual |
getEdgeStringValue(const edge e) const =0 | tlp::PropertyInterface | pure virtual |
getGraph() | tlp::PropertyInterface | inline |
getInObjects() const | tlp::OLOObject | protected |
getMetaValueCalculator() | tlp::PropertyInterface | inline |
getName() const | tlp::PropertyInterface | inline |
getNode() const | tlp::OLOObject | |
getNodeDataMemValue(const node n) const =0 | tlp::PropertyInterface | pure virtual |
getNodeDefaultDataMemValue() const =0 | tlp::PropertyInterface | pure virtual |
getNodeDefaultStringValue() const =0 | tlp::PropertyInterface | pure virtual |
getNodeStringValue(const node n) const =0 | tlp::PropertyInterface | pure virtual |
getNonDefaultDataMemValue(const node n) const =0 | tlp::PropertyInterface | pure virtual |
getNonDefaultDataMemValue(const edge e) const =0 | tlp::PropertyInterface | pure virtual |
getNonDefaultValuatedEdges(const Graph *=NULL) const =0 | tlp::PropertyInterface | pure virtual |
getNonDefaultValuatedNodes(const Graph *=NULL) const =0 | tlp::PropertyInterface | pure virtual |
getObject(tlp::node n) | tlp::OLOObject | static |
getObservables() const | tlp::Observable | |
getOLOGraph() | tlp::OLOObject | static |
getOnlookers() const | tlp::Observable | |
getOutObjects() const | tlp::OLOObject | protected |
getReceived() const | tlp::OLOObject | |
getSent() const | tlp::OLOObject | |
getTypename() const =0 | tlp::PropertyInterface | pure virtual |
graph | tlp::PropertyInterface | protected |
hasOnlookers() const | tlp::Observable | |
holdObservers() | tlp::Observable | static |
isAlive(tlp::node n) | tlp::OLOObject | static |
LISTENER enum value | tlp::OLOObject | protected |
metaValueCalculator | tlp::PropertyInterface | protected |
name | tlp::PropertyInterface | protected |
notifyAfterSetAllEdgeValue() | tlp::PropertyInterface | protected |
notifyAfterSetAllNodeValue() | tlp::PropertyInterface | protected |
notifyAfterSetEdgeValue(const edge e) | tlp::PropertyInterface | protected |
notifyAfterSetNodeValue(const node n) | tlp::PropertyInterface | protected |
notifyBeforeSetAllEdgeValue() | tlp::PropertyInterface | protected |
notifyBeforeSetAllNodeValue() | tlp::PropertyInterface | protected |
notifyBeforeSetEdgeValue(const edge e) | tlp::PropertyInterface | protected |
notifyBeforeSetNodeValue(const node n) | tlp::PropertyInterface | protected |
notifyDestroy() | tlp::PropertyInterface | protected |
notifyObservers() | tlp::Observable | |
OBSERVABLE enum value | tlp::OLOObject | protected |
Observable() | tlp::Observable | |
Observable(bool) | tlp::Observable | inline |
observableDeleted() | tlp::Observable | protected |
observableDestroyed(Observable *) | tlp::Observable | virtual |
OBSERVER enum value | tlp::OLOObject | protected |
observersHoldCounter() | tlp::Observable | inlinestatic |
OLOEDGETYPE enum name | tlp::OLOObject | protected |
OLOObject() | tlp::OLOObject | protected |
OLOObject(const OLOObject &) | tlp::OLOObject | protected |
operator=(const OLOObject &) | tlp::OLOObject | protected |
PropertyManager class | tlp::PropertyInterface | friend |
removeListener(Observable *const obs) const | tlp::Observable | |
removeObserver(Observable *const obs) const | tlp::Observable | |
removeOnlooker(const Observable &, OLOEDGETYPE type) const | tlp::Observable | |
removePropertyObserver(PropertyObserver *pObs) | tlp::PropertyInterface | |
sendEvent(const Event &) | tlp::Observable | protected |
setAllEdgeDataMemValue(const DataMem *v)=0 | tlp::PropertyInterface | pure virtual |
setAllEdgeStringValue(const std::string &v)=0 | tlp::PropertyInterface | pure virtual |
setAllNodeDataMemValue(const DataMem *v)=0 | tlp::PropertyInterface | pure virtual |
setAllNodeStringValue(const std::string &v)=0 | tlp::PropertyInterface | pure virtual |
setEdgeDataMemValue(const edge e, const DataMem *v)=0 | tlp::PropertyInterface | pure virtual |
setEdgeStringValue(const edge e, const std::string &v)=0 | tlp::PropertyInterface | pure virtual |
setMetaValueCalculator(MetaValueCalculator *mvCalc) | tlp::PropertyInterface | inlinevirtual |
setNodeDataMemValue(const node n, const DataMem *v)=0 | tlp::PropertyInterface | pure virtual |
setNodeStringValue(const node n, const std::string &v)=0 | tlp::PropertyInterface | pure virtual |
treatEvent(const Event &) | tlp::Observable | virtual |
treatEvents(const std::vector< Event > &events) | tlp::Observable | virtual |
unholdObservers() | tlp::Observable | static |
unholdObservers(bool) | tlp::Observable | inlinestatic |
update(std::set< Observable * >::iterator, std::set< Observable * >::iterator) | tlp::Observable | virtual |
~Observable() | tlp::Observable | virtual |
~OLOObject() | tlp::OLOObject | protectedvirtual |
~PropertyInterface() | tlp::PropertyInterface | virtual |