xarconverter
converter
node
root_box.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
3
6
7
""" Contains a class that holds diagram informations
8
.. module:: node
9
"""
10
11
import
converter.node
as
node
12
13
14
class
RootBox
(
node.Node
):
15
""" Stores informations about behavior entry point
16
"""
17
18
def
__init__
(self, attrs):
19
super(RootBox, self).
__init__
(
"RootBox"
)
20
21
# Attributes
22
self.
path
= attrs.getValue(
"path"
)
23
24
self.
interface
=
None
25
26
def
beacon
(self):
27
return
"RootBox"
converter.node.root_box.RootBox.interface
interface
Definition:
root_box.py:24
converter.node
Definition:
xarconverter/converter/node/__init__.py:1
converter.node.root_box.RootBox.__init__
def __init__(self, attrs)
Definition:
root_box.py:18
converter.node.root_box.RootBox.beacon
def beacon(self)
Definition:
root_box.py:26
converter.node.root_box.RootBox
Definition:
root_box.py:14
converter.node.root_box.RootBox.path
path
Definition:
root_box.py:22
converter.node.Node
Definition:
xarconverter/converter/node/__init__.py:12
naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41