Tulip
4.10.0
Better Visualization Through Research
|
This is the complete list of members for tlp::VectorPropertyInterface, including all inherited members.
addListener(Observable *const listener) const | tlp::Observable | |
addObserver(Observable *const observer) const | tlp::Observable | |
clonePrototype(Graph *graph, const std::string &name) const =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, const Graph *subgraph, const Graph *metaGraph)=0 | tlp::PropertyInterface | pure virtual |
computeMetaValue(edge metaEdge, tlp::Iterator< edge > *it, const 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 |
countListeners() const | tlp::Observable | |
countObservers() const | tlp::Observable | |
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 |
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 |
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 |
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 Graph *=NULL) const =0 | tlp::PropertyInterface | pure virtual |
numberOfNonDefaultValuatedNodes(const Graph *=NULL) 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 | inlinestatic |
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, const Graph *graph=NULL)=0 | tlp::PropertyInterface | pure virtual |
setAllNodeDataMemValue(const DataMem *value)=0 | tlp::PropertyInterface | pure virtual |
setAllNodeStringValue(const std::string &value, const Graph *graph=NULL)=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 |
setEdgeStringValueAsVector(const edge e, const std::string &value, char openChar= '(', char sepChar= ',', char closeChar= ')')=0 | tlp::VectorPropertyInterface | pure virtual |
setMetaValueCalculator(MetaValueCalculator *calculator) | tlp::PropertyInterface | inlinevirtual |
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 |
setNodeStringValueAsVector(const node n, const std::string &value, char openChar= '(', char sepChar= ',', char closeChar= ')')=0 | tlp::VectorPropertyInterface | pure virtual |
treatEvent(const Event &message) | tlp::Observable | protectedvirtual |
treatEvents(const std::vector< Event > &events) | tlp::Observable | protectedvirtual |
unholdObservers() | tlp::Observable | static |
VectorPropertyInterface() (defined in tlp::VectorPropertyInterface) | tlp::VectorPropertyInterface | 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 | protectedvirtual |
~PropertyInterface() (defined in tlp::PropertyInterface) | tlp::PropertyInterface | virtual |
~VectorPropertyInterface() (defined in tlp::VectorPropertyInterface) | tlp::VectorPropertyInterface | inline |