Class to serialise an EasyRdf_Graph to GraphViz
Depends upon the GraphViz 'dot' command line tools to render images.
See http://www.graphviz.org/ for more information.
@package EasyRdf @copyright Copyright (c) 2012 Nicholas J Humfrey @license http://www.opensource.org/licenses/bsd-license.php
Expanded class hierarchy of EasyRdf_Serialiser_GraphViz
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EasyRdf_Serialiser:: |
protected | property | ||
EasyRdf_Serialiser:: |
protected | function | Keep track of the prefixes used while serialising @ignore | |
EasyRdf_Serialiser:: |
protected | function | Check and cleanup parameters passed to serialise() method @ignore | |
EasyRdf_Serialiser:: |
protected | function | Protected method to get the number of reverse properties for a resource If a resource only has a single property, the number of values for that property is returned instead. @ignore | |
EasyRdf_Serialiser_GraphViz:: |
private | property | ||
EasyRdf_Serialiser_GraphViz:: |
private | property | ||
EasyRdf_Serialiser_GraphViz:: |
private | property | ||
EasyRdf_Serialiser_GraphViz:: |
private | property | ||
EasyRdf_Serialiser_GraphViz:: |
protected | function | Internal function to escape a string into DOT safe syntax | |
EasyRdf_Serialiser_GraphViz:: |
protected | function | Internal function to escape an associate array of attributes and turns it into a DOT notation string | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Get an attribute of the GraphViz graph | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Get the path to the GraphViz 'dot' command | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Get the state of the only Only Labelled option | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Get the state of the use labels option | |
EasyRdf_Serialiser_GraphViz:: |
protected | function | Convert an EasyRdf object into a GraphViz node identifier | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Internal function to render a graph into an image | |
EasyRdf_Serialiser_GraphViz:: |
public | function |
Serialise an EasyRdf_Graph into a GraphViz dot document. Overrides EasyRdf_Serialiser:: |
|
EasyRdf_Serialiser_GraphViz:: |
protected | function | Internal function to serialise an EasyRdf_Graph into a DOT formatted string | |
EasyRdf_Serialiser_GraphViz:: |
protected | function | Internal function to create dot syntax line for either a node or an edge | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Set an attribute on the GraphViz graph | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Set the path to the GraphViz 'dot' command | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Turn on/off the option to only display nodes and edges with labels | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Turn on/off the option to display labels instead of URIs. | |
EasyRdf_Serialiser_GraphViz:: |
public | function | Constructor |