Public Member Functions | Private Member Functions | Private Attributes
rtctree.unknown.Unknown Class Reference

Unknown node object. More...

Inheritance diagram for rtctree.unknown.Unknown:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def is_unknown
 Node functionality.
def object

Private Member Functions

def _add_child
 Internal API.

Private Attributes

 _obj

Detailed Description

Unknown node object.

Node representing an unknown object on a name server.

Unknown nodes can occur below name server and directory nodes. They
cannot contain any children.

Definition at line 28 of file unknown.py.


Constructor & Destructor Documentation

def rtctree.unknown.Unknown.__init__ (   self,
  name,
  parent,
  obj 
)
Constructor.

@param name Name of this object (i.e. its entry in the path).
@param parent The parent node of this node, if any.
@param obj The CORBA object to wrap.

Definition at line 35 of file unknown.py.


Member Function Documentation

def rtctree.unknown.Unknown._add_child (   self) [private]

Internal API.

Definition at line 63 of file unknown.py.

Node functionality.

Is this node unknown?

Reimplemented from rtctree.node.TreeNode.

Definition at line 50 of file unknown.py.

The CORBA object this object wraps.

Definition at line 55 of file unknown.py.


Member Data Documentation

Definition at line 41 of file unknown.py.


The documentation for this class was generated from the following file:


rtctree
Author(s): Geoffrey Biggs
autogenerated on Wed Aug 26 2015 16:13:08