Public Member Functions | Public Attributes
rqt_decision_graph.pydot.Node Class Reference
Inheritance diagram for rqt_decision_graph.pydot.Node:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def add_style
def get_name
def get_port
def set_name
def to_string

Public Attributes

 obj_dict

Detailed Description

A graph node.

This class represents a graph's node with all its attributes.

node(name, attribute=value, ...)

name: node's name

All the attributes defined in the Graphviz dot language should
be supported.

Definition at line 761 of file pydot.py.


Constructor & Destructor Documentation

def rqt_decision_graph.pydot.Node.__init__ (   self,
  name = '',
  obj_dict = None,
  attrs 
)

Definition at line 774 of file pydot.py.


Member Function Documentation

def rqt_decision_graph.pydot.Node.add_style (   self,
  style 
)

Definition at line 825 of file pydot.py.

Get the node's name.

Definition at line 815 of file pydot.py.

Get the node's port.

Definition at line 820 of file pydot.py.

def rqt_decision_graph.pydot.Node.set_name (   self,
  node_name 
)
Set the node's name.

Definition at line 810 of file pydot.py.

Returns a string representation of the node in dot language.

Definition at line 836 of file pydot.py.


Member Data Documentation

Reimplemented from rqt_decision_graph.pydot.Common.

Definition at line 774 of file pydot.py.


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


rqt_decision_graph
Author(s):
autogenerated on Wed Aug 26 2015 11:16:47