Graph Graph(
[
$p_name = 'G'], [
$p_attributes = array()], [
$p_tool = 'neato'], [
$p_com_module = 'WinGraphviz.NEATO']
)
|
|
Parameters:
|
|
$p_name: |
|
|
|
$p_attributes: |
|
|
|
$p_tool: |
|
|
|
$p_com_module: |
|
void add_edge(
$p_src,
$p_dst, [
$p_attributes = array()]
)
|
|
Parameters:
|
|
$p_src: |
|
|
|
$p_dst: |
|
|
|
$p_attributes: |
|
void add_node(
$p_name, [
$p_attributes = array()]
)
|
|
Parameters:
Redefined in descendants as:
void is_edge_present(
$p_src,
$p_dst
)
|
|
Parameters:
void output(
[
$p_format = 'dot'], [
$p_headers = false]
)
|
|
Parameters:
void set_attributes(
$p_attributes
)
|
|
Parameters:
void set_default_edge_attr(
$p_attributes
)
|
|
Parameters:
void set_default_node_attr(
$p_attributes
)
|
|
Parameters:
void _build_attribute_list(
$p_attributes
)
|
|
Parameters:
void _print_graph_defaults(
)
|
|