Module tulip :: Class tlp :: Class PropertyInterface
[hide private]
[frames] | no frames]

Class PropertyInterface

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       tlp.PropertyInterface
Known Subclasses:

Instance Methods [hide private]
 
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
tlp.PropertyInterface

clonePrototype(tlp.Graph, string)
...
 
copy(tlp.node, tlp.node, tlp.PropertyInterface, bool)
...
 
erase(tlp.node)
...
string

getEdgeDefaultStringValue()
...
string

getEdgeStringValue(tlp.edge)
...
string

getName()
...
string

getNodeDefaultStringValue()
...
string

getNodeStringValue(tlp.node)
...
tlp.IteratorEdge

getNonDefaultValuatedEdges(tlp.Graph=None)
...
tlp.IteratorNode

getNonDefaultValuatedNodes(tlp.Graph=None)
...
string

getTypename()
...
bool

setAllEdgeStringValue(string)
...
bool

setAllNodeStringValue(string)
...
bool

setEdgeStringValue(tlp.edge, string)
...
bool

setNodeStringValue(tlp.node, string)
...
Method Details [hide private]

__init__(tlp)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__