6 Copyright (C) 2009-2014 8 RT-Synthesis Research Group 9 Intelligent Systems Research Institute, 10 National Institute of Advanced Industrial Science and Technology (AIST), 13 Licensed under the Eclipse Public License -v 1.0 (EPL) 14 http://www.opensource.org/licenses/eclipse-1.0.txt 16 Object representing an unknown node in the tree. 29 '''Node representing an unknown object on a name server. 31 Unknown nodes can occur below name server and directory nodes. They 32 cannot contain any children. 38 @param name Name of this object (i.e. its entry in the path). 39 @param parent The parent node of this node, if any. 40 @param obj The CORBA object to wrap. 43 super(Unknown, self).
__init__(name, parent)
51 '''Is this node unknown?''' 56 '''The CORBA object this object wraps.''' 65 raise CannotHoldChildrenError
def _add_child(self)
Internal API.
def is_unknown(self)
Node functionality.
def __init__(self, name, parent, obj)