Tulip
4.6.0
Better Visualization Through Research
|
addListener(Observable *const listener) const | tlp::Observable | |
addObserver(Observable *const observer) const | tlp::Observable | |
clonePrototype(Graph *graph, const std::string &name)=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 metaNode, Graph *subgraph, Graph *metaGraph)=0 | tlp::PropertyInterface | [pure virtual] |
computeMetaValue(edge metaEdge, tlp::Iterator< edge > *it, Graph *metaGraph)=0 | tlp::PropertyInterface | [pure virtual] |
copy(const node destination, const node source, PropertyInterface *property, bool ifNotDefault=false)=0 | tlp::PropertyInterface | [pure virtual] |
copy(const edge destination, const edge source, PropertyInterface *property, bool ifNotDefault=false)=0 | tlp::PropertyInterface | [pure virtual] |
copy(PropertyInterface *source)=0 | tlp::PropertyInterface | [pure virtual] |
copyProperty(Graph *graph)=0 | tlp::NumericProperty | [pure virtual] |
countListeners() const | tlp::Observable | |
countObservers() const | tlp::Observable | |
edgesUniformQuantification(unsigned int)=0 | tlp::NumericProperty | [pure virtual] |
edgeValueSize() const =0 | tlp::PropertyInterface | [pure virtual] |
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] |
getEdgeDoubleDefaultValue() const =0 | tlp::NumericProperty | [pure virtual] |
getEdgeDoubleMax(Graph *graph=NULL)=0 | tlp::NumericProperty | [pure virtual] |
getEdgeDoubleMin(Graph *graph=NULL)=0 | tlp::NumericProperty | [pure virtual] |
getEdgeDoubleValue(const edge e) const =0 | tlp::NumericProperty | [pure virtual] |
getEdgeStringValue(const edge e) const =0 | tlp::PropertyInterface | [pure virtual] |
getGraph() const (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [inline] |
getMetaValueCalculator() | tlp::PropertyInterface | [inline] |
getName() const | tlp::PropertyInterface | [inline] |
getNode(const tlp::Observable *obs) | tlp::Observable | [static] |
getNodeDataMemValue(const node n) const =0 | tlp::PropertyInterface | [pure virtual] |
getNodeDefaultDataMemValue() const =0 | tlp::PropertyInterface | [pure virtual] |
getNodeDefaultStringValue() const =0 | tlp::PropertyInterface | [pure virtual] |
getNodeDoubleDefaultValue() const =0 | tlp::NumericProperty | [pure virtual] |
getNodeDoubleMax(Graph *graph=NULL)=0 | tlp::NumericProperty | [pure virtual] |
getNodeDoubleMin(Graph *graph=NULL)=0 | tlp::NumericProperty | [pure virtual] |
getNodeDoubleValue(const node n) const =0 | tlp::NumericProperty | [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::Observable | [static] |
getObservableGraph() | tlp::Observable | [static] |
getObservables() const | tlp::Observable | [protected] |
getReceived() const | tlp::Observable | |
getScheduled(tlp::node n) | tlp::Observable | [static] |
getSent() const | tlp::Observable | |
getTypename() const =0 | tlp::PropertyInterface | [pure virtual] |
graph (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
hasOnlookers() const | tlp::Observable | [protected] |
holdObservers() | tlp::Observable | [static] |
isAlive(tlp::node n) | tlp::Observable | [static] |
metaValueCalculator (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
name (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
nodesUniformQuantification(unsigned int)=0 | tlp::NumericProperty | [pure virtual] |
nodeValueSize() const =0 | tlp::PropertyInterface | [pure virtual] |
notifyAfterSetAllEdgeValue() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyAfterSetAllNodeValue() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyAfterSetEdgeValue(const edge e) (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyAfterSetNodeValue(const node n) (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyBeforeSetAllEdgeValue() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyBeforeSetAllNodeValue() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyBeforeSetEdgeValue(const edge e) (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyBeforeSetNodeValue(const node n) (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyDestroy() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
notifyObservers() | tlp::Observable | [protected] |
notifyRename(const std::string &newName) (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [protected] |
numberOfNonDefaultValuatedEdges() const =0 | tlp::PropertyInterface | [pure virtual] |
numberOfNonDefaultValuatedNodes() const =0 | tlp::PropertyInterface | [pure virtual] |
Observable() (defined in tlp::Observable) | tlp::Observable | [protected] |
Observable(const Observable &) (defined in tlp::Observable) | tlp::Observable | [protected] |
observableDeleted() | tlp::Observable | [protected] |
observersHoldCounter() | tlp::Observable | [inline, static] |
operator=(const Observable &) (defined in tlp::Observable) | tlp::Observable | [protected] |
PropertyInterface() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | |
readEdgeDefaultValue(std::istream &)=0 | tlp::PropertyInterface | [pure virtual] |
readEdgeValue(std::istream &, edge)=0 | tlp::PropertyInterface | [pure virtual] |
readNodeDefaultValue(std::istream &)=0 | tlp::PropertyInterface | [pure virtual] |
readNodeValue(std::istream &, node)=0 | tlp::PropertyInterface | [pure virtual] |
removeListener(Observable *const listener) const | tlp::Observable | |
removeObserver(Observable *const observerver) const | tlp::Observable | |
rename(const std::string &newName) | tlp::PropertyInterface | |
sendEvent(const Event &message) | tlp::Observable | [protected] |
setAllEdgeDataMemValue(const DataMem *v)=0 | tlp::PropertyInterface | [pure virtual] |
setAllEdgeStringValue(const std::string &value)=0 | tlp::PropertyInterface | [pure virtual] |
setAllNodeDataMemValue(const DataMem *value)=0 | tlp::PropertyInterface | [pure virtual] |
setAllNodeStringValue(const std::string &value)=0 | tlp::PropertyInterface | [pure virtual] |
setEdgeDataMemValue(const edge e, const DataMem *v)=0 | tlp::PropertyInterface | [pure virtual] |
setEdgeStringValue(const edge e, const std::string &value)=0 | tlp::PropertyInterface | [pure virtual] |
setMetaValueCalculator(MetaValueCalculator *calculator) | tlp::PropertyInterface | [inline, virtual] |
setNodeDataMemValue(const node n, const DataMem *value)=0 | tlp::PropertyInterface | [pure virtual] |
setNodeStringValue(const node n, const std::string &value)=0 | tlp::PropertyInterface | [pure virtual] |
treatEvent(const Event &message) | tlp::Observable | [protected, virtual] |
treatEvents(const std::vector< Event > &events) | tlp::Observable | [protected, virtual] |
unholdObservers() | tlp::Observable | [static] |
uniformQuantification(unsigned int k) | tlp::NumericProperty | [inline] |
writeEdgeDefaultValue(std::ostream &) const =0 | tlp::PropertyInterface | [pure virtual] |
writeEdgeValue(std::ostream &, edge) const =0 | tlp::PropertyInterface | [pure virtual] |
writeNodeDefaultValue(std::ostream &) const =0 | tlp::PropertyInterface | [pure virtual] |
writeNodeValue(std::ostream &, node) const =0 | tlp::PropertyInterface | [pure virtual] |
~Observable() (defined in tlp::Observable) | tlp::Observable | [protected, virtual] |
~PropertyInterface() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | [virtual] |